ROS Create2 ca_driver dashboard?
I have a Create2, using the ca_driver.
It publishes several topics on the battery.
when I run:
rostopic echo /battery/charge
It returns a number in std_msgs/Float32
I would like to have a dashboard, like the turtlebot dashboard to show the battery states.
Can I use the create_dashboard package for the Create2? http://wiki.ros.org/create_dashboard
Can I use rqt_robot_dashboard to build my own?
http://wiki.ros.org/rqt_robot_dashboard
Or would that be re-inventing the turtlebot dashboard?