ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As I did not found a package doing the job, I made one called topics_rviz_plugin :

https://gitlab.com/InstitutMaupertuis/topics_rviz_plugin/raw/kinetic/documentation/pick_topics.png

The user clicks on configure, choose the topics he wants to be displayed (hovering the mouse will display the topic type in a tooltip).

image description

The topics are updated to display the last message available; this might not suit applications with high update rates as it will probably make values hard to read; this suits my needs.

Merge requests and issues are welcome to improve this package!