Skip to content

Changing Octomap resolution in humble #3071

Discussion options

You must be logged in to vote

You can change it by setting up another field like this:

sensors:
  - default_sensor
default_sensor:
  filtered_cloud_topic: filtered_cloud
  max_range: 3.0
  max_update_rate: 1.0
  padding_offset: 0.01
  padding_scale: 0.01
  point_cloud_topic: /camera/depth/color/points
  point_subsample: 1
  sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater
octomap_resolution: 0.02

Alternatively, you can setup your values like this in your launch file:

octomap_updater = { 'octomap_resolution': 0.02 }

And add it as a parameter to your move_group node.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@agraussgrimbergen
Comment options

Answer selected by sea-bass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants