Skip to content

Commit

Permalink
Create new messages with all fields needed to define a velocity and t…
Browse files Browse the repository at this point in the history
…ransform it (#240)

Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Co-authored-by: Dr. Denis <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Tully Foote <[email protected]>
  • Loading branch information
4 people authored Apr 10, 2024
1 parent 5b82231 commit 74137fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions geometry_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ set(msg_files
"msg/TwistWithCovarianceStamped.msg"
"msg/Vector3.msg"
"msg/Vector3Stamped.msg"
"msg/VelocityStamped.msg"
"msg/Wrench.msg"
"msg/WrenchStamped.msg"
)
Expand Down
8 changes: 8 additions & 0 deletions geometry_msgs/msg/VelocityStamped.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This expresses the timestamped velocity vector of a frame 'body_frame_id' in the reference frame 'reference_frame_id' expressed from arbitrary observation frame 'header.frame_id'.
# - If the 'body_frame_id' and 'header.frame_id' are identical, the velocity is observed and defined in the local coordinates system of the body
# which is the usual use-case in mobile robotics and is also known as a body twist.

std_msgs/Header header
string body_frame_id
string reference_frame_id
Twist velocity

0 comments on commit 74137fc

Please sign in to comment.