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

I'm not aware of a way to do this automatically. You could probably write an rviz plugin to do it though. You'd need to learn how to make a plugin:

http://docs.ros.org/indigo/api/rviz_plugin_tutorials/html/display_plugin_tutorial.html

and then maybe inherit from the ImageDisplay or the CameraDisplay classes:

https://github.com/ros-visualization/rviz/blob/indigo-devel/src/rviz/default_plugin/camera_display.h