Page 1 of 1

How to visualize data?

Posted: Mon Oct 23, 2023 8:09 am
by Tianfu ZHANG
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?

Re: How to visualize data?

Posted: Mon Oct 23, 2023 8:25 am
by pincy
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.

Re: How to visualize data?

Posted: Tue Oct 24, 2023 1:23 am
by Tianfu ZHANG
Thank you for your reply.