Skip to content

Commit

Permalink
add msg definition for Mecanum Wheel Odometry
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
  • Loading branch information
Bitterisland6 committed Sep 12, 2023
1 parent 9ba77ab commit 8e2021d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions leo_msgs/msg/WheelOdomMecanum.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This message represents the pose and velocity of a mecanum wheeled robot, estimated from the wheel encoders.
#
# The velocity_* fields represent the linear and angular velocity of the robot.
# The pose_* fields represent the x, y and yaw pose of the robot w.r.t. the starting pose.
#
# The coordinate frame that represents the robot is located at the center of rotation.

time stamp
float32 velocity_lin_x
float32 velocity_lin_y
float32 velocity_ang
float32 pose_x
float32 pose_y
float32 pose_yaw

0 comments on commit 8e2021d

Please sign in to comment.