start_3d_mapping.srv 372 B

12345678910111213
  1. # Starts 3D fused pointcloud generation, if not automatically enabled with the parameter `mapping/mapping_enabled`
  2. # Resolution of the fused pointcloud in meters [0.01, 0.2]
  3. float32 resolution
  4. # Max mapping range in meters [0.2, 20.0]
  5. float32 max_mapping_range
  6. # Frequency of the publishing of the fused colored point cloud
  7. float32 fused_pointcloud_freq
  8. ---
  9. bool done