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 687631f commit cc3f743Copy full SHA for cc3f743
srv/AssembleScans2.srv
@@ -0,0 +1,9 @@
1
+# The time interval on which we want to aggregate scans
2
+time begin
3
+# The end of the interval on which we want to assemble scans or clouds
4
+time end
5
+---
6
+# The point cloud holding the assembled clouds or scans.
7
+# This cloud is in the frame specified by the ~fixed_frame node parameter.
8
+# cloud is empty if no scans are received in the requested interval.
9
+sensor_msgs/PointCloud2 cloud
0 commit comments