Skip to content

Commit cc3f743

Browse files
author
applications
committed
add AssembleScans.srv and add code for using PointCloud2
1 parent 687631f commit cc3f743

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

srv/AssembleScans2.srv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)