Is there a package to display topic values in rviz?
In my application several values are being published on ROS topics, they are mainly booleans, integers and floats, they could be ROS durations too for example.
I would like a Qt panel that would allow me to pick which topics should be displayed and that would display an LCD showing the value (dynamically) for each topic selected. This GUI must be easy to use (no command line etc.).
Did someone already develop something similar?