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 tried rosbag tools to extract data type information from messages like: "rosmsg show /message_name" and this doesn't work if I haven't got the messages built in my system, but it works perfectly with the rest of messages built in my system.

So from your help I guess that "rqt_bag" is implemented in Python, since it can read messages and show the value published without the messages pre-built requirement.

Thanks you very much ahendrix!