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

geometry_msgs/Twist is for velocities, geometry_msgs/Pose is for position and orientation.

nav_msgs/Odometry contains both together with covariances.

geometry_msgs/Twist is for velocities, geometry_msgs/Pose is for position and orientation.

nav_msgs/Odometry contains both together with covariances.covariances (whereas designed for other purpose).

If you just need Twist and Pose together, you can easily design your own message.