Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Jan 24, 2025
1 parent 0cf76c9 commit 1770a65
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/lab_sim/config/moveit/sensors_3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ sensors:
- wrist_camera

wrist_camera:
sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater
point_cloud_topic: /wrist_camera/points # The topic on which the sensor data is received.
max_range: 3.0 # Points further than this will not be used.
point_subsample: 1 # Choose one of every point_subsample points.
padding_offset: 0.01 # The size of the padding (in cm).
padding_scale: 1.0 # The scale of the padding.
max_update_rate: 0.5 # The maximum rate at which the sensor is allowed to update the octomap.
filtered_cloud_topic: /wrist_camera/filtered_points # The topic on which the filtered cloud will be published
sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater
point_cloud_topic: /wrist_camera/points # The topic on which the sensor data is received.
max_range: 3.0 # Points further than this will not be used.
point_subsample: 1 # Choose one of every point_subsample points.
padding_offset: 0.01 # The size of the padding (in cm).
padding_scale: 1.0 # The scale of the padding.
max_update_rate: 0.5 # The maximum rate at which the sensor is allowed to update the octomap.
filtered_cloud_topic: /wrist_camera/filtered_points # The topic on which the filtered cloud will be published

# Specifies the resolution at which the octomap is maintained (in meters).
octomap_resolution: 0.01
Expand Down

0 comments on commit 1770a65

Please sign in to comment.