Skip to content

Commit

Permalink
Add PoseStampedArray (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <[email protected]>
  • Loading branch information
tonynajjar authored Jan 7, 2025
1 parent 7f75faa commit 0cf96ab
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -33,6 +33,7 @@ set(msg_files
"msg/Pose2D.msg"
"msg/PoseArray.msg"
"msg/PoseStamped.msg"
"msg/PoseStampedArray.msg"
"msg/PoseWithCovariance.msg"
"msg/PoseWithCovarianceStamped.msg"
"msg/Quaternion.msg"
Expand Down
5 changes: 5 additions & 0 deletions geometry_msgs/msg/PoseStampedArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# An array of stamped poses with a header
# The global header will store the time at which the poses were computed (not to be confused with the stamps of the poses themselves)

std_msgs/Header header
PoseStamped[] poses

0 comments on commit 0cf96ab

Please sign in to comment.