Skip to content

Instantly share code, notes, and snippets.

@sleong1
Created June 20, 2019 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleong1/c96054edc26f93ec901da282446bc297 to your computer and use it in GitHub Desktop.
Save sleong1/c96054edc26f93ec901da282446bc297 to your computer and use it in GitHub Desktop.
global costmap config file with spatio temporal voxel layer
global_costmap:
update_frequency: 1.0
publish_frequency: 0.5
static_map: true
transform_tolerance: 2.0
always_send_full_costmap: false
plugins:
- {name: static_layer, type: "costmap_2d::StaticLayer"}
- {name: obstacle_layer, type: "costmap_2d::VoxelLayer"}
- {name: inflation_layer, type: "costmap_2d::InflationLayer"}
- {name: depth_obstacle_layer, type: "spatio_temporal_voxel_layer/SpatioTemporalVoxelLayer"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment