How to visualize data?

Requests regarding how to set up experiments in ARGoS.
Tianfu ZHANG
Posts: 2
Joined: Wed Aug 02, 2023 2:16 am

How to visualize data?

Postby Tianfu ZHANG » Mon Oct 23, 2023 8:09 am

I'd like to plot his odometer for each robot. When two robots are interacting with information splice the two odometers together. How to visualize the odometerI'd like to plot his odometer for each robot. When two robots are interacting with information splice the two odometers together. How to visualize the odometer.
Is there a function here for data visualization?

pincy
Site Admin
Posts: 632
Joined: Thu Mar 08, 2012 8:04 pm
Location: Boston, MA
Contact:

Re: How to visualize data?

Postby pincy » Mon Oct 23, 2023 8:25 am

You can adapt the trajectory example, which extract trajectory data for each robot and draw is on the floor. In your case, you can use Qt Charts to plot the data you extract in real-time.
I made ARGoS.

Tianfu ZHANG
Posts: 2
Joined: Wed Aug 02, 2023 2:16 am

Re: How to visualize data?

Postby Tianfu ZHANG » Tue Oct 24, 2023 1:23 am

Thank you for your reply.


Return to “How to... ?”