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

In general, you cannot do that.

Rviz is not set up to do that. Part of the reason is that RVIZ is written in C++ and cannot do that kind of runtime introspection. It needs to have the full message class compiled into its binary in order to be able to receive, deserialize, and manipulate the object.