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

First and easiest is to make a node which subscribes your topic and publishes another visualization topic of type Marker (or MarkerArray) (look at http://wiki.ros.org/rviz/DisplayTypes/Marker ).

The other option is to implement a custom RViz. See e.g. the tutorial at http://ros.org/doc/api/rviz_plugin_tutorials/html/display_plugin_tutorial.html .