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

The trick is to make empty packages with the same name as the packages of the message that you need, and then add the custom message definition to these packages. So in my case I made a package 'pximu' and added the custom message definition for AttitudeData and RawIMUData to it. Then I made a 'libks' package and added the custom message definition for ImageSet to it. After compiling I could read those messages with 'rosbag play'.