We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f75faa commit 0cf96abCopy full SHA for 0cf96ab
geometry_msgs/CMakeLists.txt
@@ -33,6 +33,7 @@ set(msg_files
33
"msg/Pose2D.msg"
34
"msg/PoseArray.msg"
35
"msg/PoseStamped.msg"
36
+ "msg/PoseStampedArray.msg"
37
"msg/PoseWithCovariance.msg"
38
"msg/PoseWithCovarianceStamped.msg"
39
"msg/Quaternion.msg"
geometry_msgs/msg/PoseStampedArray.msg
@@ -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