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

Revision history [back]

I think the key take away here, which paulbovbel might have been hinting at, is that the _TYPE field in your Java message interface needs to match the type listed in your published topic.

In your example the Interface's _TYPE field listed: "custom_msgs/vehicle_model_dynamics";

but the topic actually published messages of type: ros_messages/vehicle_model_dynamics

It is not necessarily the name of the JAR.