Skip to content

Commit

Permalink
feat(goal_planner): change pull over path candidate priority with sof…
Browse files Browse the repository at this point in the history
…t and hard margins (#874)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored Feb 20, 2024
1 parent 9039471 commit b23c5f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
# object recognition
object_recognition:
use_object_recognition: true
object_recognition_collision_check_margin: 0.6 # this should be larger than `surround_check_distance` of surround_obstacle_checker
collision_check_soft_margins: [2.0, 1.5, 1.0]
collision_check_hard_margins: [0.6] # this should be larger than `surround_check_distance` of surround_obstacle_checker
object_recognition_collision_check_max_extra_stopping_margin: 1.0
th_moving_object_velocity: 1.0
detection_bound_offset: 15.0
Expand Down

0 comments on commit b23c5f9

Please sign in to comment.