Skip to content

Commit

Permalink
feat(goal_planner): add options of occupancy grid map to use only for…
Browse files Browse the repository at this point in the history
… goal search (#563)

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Sep 14, 2023
1 parent 405e5fb commit a576ad2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

# occupancy grid map
occupancy_grid:
use_occupancy_grid: true
use_occupancy_grid_for_longitudinal_margin: false
use_occupancy_grid_for_goal_search: true
use_occupancy_grid_for_goal_longitudinal_margin: false
use_occupancy_grid_for_path_collision_check: false
occupancy_grid_collision_check_margin: 0.0
theta_size: 360
obstacle_threshold: 60
Expand Down

0 comments on commit a576ad2

Please sign in to comment.