Skip to content

Commit

Permalink
refactor(avoidance): remove redundant parameter (#340)
Browse files Browse the repository at this point in the history
* refactor(avoidance): rename parameter

Signed-off-by: satoshi-ota <[email protected]>

* fix(avoidance): remove redundant parameter

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored May 11, 2023
1 parent be7f530 commit 94a0e19
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@
# avoidance lateral parameters
lateral:
lateral_collision_margin: 1.0 # [m]
lateral_passable_safety_buffer: 1.0 # [m]
lateral_execution_threshold: 0.499 # [m]
road_shoulder_safety_margin: 0.3 # [m]
avoidance_execution_lateral_threshold: 0.499
max_right_shift_length: 5.0
max_left_shift_length: 5.0
# avoidance distance parameters
Expand Down

0 comments on commit 94a0e19

Please sign in to comment.