arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

What are the ROS Message Types

A cheatsheet of the important message types (structures)

hashtag
geometry_msgs/Twist.msg

  • Vector3 linear

  • Vector3 angular

hashtag
geometry_msgs/Pose2D.msg

  • float64 x

  • float64 y

  • float64 theta

hashtag
geometry_msgs/Pose.msg

  • Point position

  • Quaternion orientation

hashtag
geometry_msgs/Quaternion.msg

  • float64 x

  • float64 y

  • float64 z

  • float64 w

hashtag
geometry_msgs/QuaternionStamped.msg

  • Header header

  • Quaternion quaternion

hashtag
std_msgs/Header.msg

  • uint32 seq

  • time stamp

  • string frame_id

hashtag
geometry_msgs/Vector3.msg

  • float64 x

  • float64 y

  • float64 z

hashtag
geometry_msgs/Point.msg

  • float64 x

  • float64 y

  • float64 z