Odometry.msg 385 B

1234567
  1. # This represents an estimate of a position and velocity in free space.
  2. # The pose in this message should be specified in the coordinate frame given by header.frame_id.
  3. # The twist in this message should be specified in the coordinate frame given by the child_frame_id
  4. Header header
  5. string child_frame_id
  6. geometry_msgs/PoseWithCovariance pose
  7. geometry_msgs/TwistWithCovariance twist