Skip to content

Commit

Permalink
feat(lane_departure_checker): add params for lane departure margin (#…
Browse files Browse the repository at this point in the history
…1011)

* add params

Signed-off-by: Daniel Sanchez <[email protected]>

* add param for start planner lane departure expansion margin

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored May 31, 2024
1 parent 322c686 commit b191111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

# Core
footprint_margin_scale: 1.0
footprint_extra_margin: 0.0
resample_interval: 0.3
max_deceleration: 2.8
delay_time: 1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
geometric_pull_out_velocity: 1.0
arc_path_interval: 1.0
lane_departure_margin: 0.2
lane_departure_check_expansion_margin: 0.0
backward_velocity: -1.0
pull_out_max_steer_angle: 0.26 # 15deg
# search start pose backward
Expand Down

0 comments on commit b191111

Please sign in to comment.