Skip to content

Commit

Permalink
feat(start_planner): prevent hindering rear vehicles (#905)
Browse files Browse the repository at this point in the history
Add params to add extra margin to rear vehicle width

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Mar 7, 2024
1 parent 1821686 commit 1c9530b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
th_stopped_time: 1.0
collision_check_margins: [2.0, 1.0, 0.5, 0.1]
collision_check_margin_from_front_object: 5.0
extra_width_margin_for_rear_obstacle: 0.5
th_moving_object_velocity: 1.0
object_types_to_check_for_path_generation:
check_car: true
Expand Down

0 comments on commit 1c9530b

Please sign in to comment.