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

Why are you creating your own copy of the Twist message?

You should declare a dependency on geometry_msgs and use the Twist message there.

Why are you creating your own copy of the Twist message?

You should declare a dependency on geometry_msgs and use the Twist message there.

You can add a dependency on geometry_msgs by adding a line like this to your manifest.xml:

<depend package="geometry_msgs"/>

Why are you creating your own copy of the Twist message?

You should declare a dependency on geometry_msgs and use the Twist message there.

EDIT:

You can add a dependency on geometry_msgs by adding a line like this to your manifest.xml:

<depend package="geometry_msgs"/>