Best way to build a GUI/dashboard to display and refresh subscribed topic information in real-time?
I have a package which does real-time control of a small robot. And there is a node publishing all the sensor measurements, I wanted to display all the data I observed via sensors in real-time. For example, readings of rotary encoders, IMUs, potentiometers.
What is the best way to do so? Is there a ROS package to do that? I wanted a GUI or just a display board like the following:
| -----encoder-----|-----potentiometer-----|-----IMU(x)-----|
|-----2200----------|-------3935---------------|-------324-------|
Where the numbers are getting updated in real-time (20~200Hz), but the information is not rolling down all the time like in the rqt_console.
Do you have Rviz running? you could make a panel there. It took a little work but this tutorial and examining this repo helped me understand how to make them.
One option https://gitlab.com/chambana/ros-dashb...