Skip to content

Commit

Permalink
chore(surround_obstacle_checker): use object (autowarefoundation#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x126 authored and TomohitoAndo committed Aug 17, 2023
1 parent 8927c31 commit 7c7be85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ros__parameters:

# obstacle check
use_pointcloud: true # use pointcloud as obstacle check
use_pointcloud: false # use pointcloud as obstacle check
use_dynamic_object: true # use dynamic object as obstacle check
surround_check_distance: 0.5 # if objects exist in this distance, transit to "exist-surrounding-obstacle" status [m]
surround_check_recover_distance: 0.8 # if no object exists in this distance, transit to "non-surrounding-obstacle" status [m]
Expand Down

0 comments on commit 7c7be85

Please sign in to comment.