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

Visualize part of a complex message

asked 2011-08-01 21:49:39 -0500

Stephan gravatar image

With rostopic you can echo subparts of a complex message easily by choosing <topic name>/<field name>/<field name>.

Is it possible to visualize only a subpart of a complex message in rviz? For example if you have defined a message that contains a path, an image, and a pose can you visualize these in rviz?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-08-02 06:13:20 -0500

adasta gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-08-01 21:49:39 -0500

Seen: 588 times

Last updated: Aug 02 '11