Skip to content

Commit 0cf96ab

Browse files
author
Tony Najjar
authored
Add PoseStampedArray (#262)
Signed-off-by: Tony Najjar <[email protected]>
1 parent 7f75faa commit 0cf96ab

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

geometry_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ set(msg_files
3333
"msg/Pose2D.msg"
3434
"msg/PoseArray.msg"
3535
"msg/PoseStamped.msg"
36+
"msg/PoseStampedArray.msg"
3637
"msg/PoseWithCovariance.msg"
3738
"msg/PoseWithCovarianceStamped.msg"
3839
"msg/Quaternion.msg"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# An array of stamped poses with a header
2+
# The global header will store the time at which the poses were computed (not to be confused with the stamps of the poses themselves)
3+
4+
std_msgs/Header header
5+
PoseStamped[] poses

0 commit comments

Comments
 (0)