Skip to content

Commit

Permalink
feat(lane_change): add param for a lateral distance margin where the …
Browse files Browse the repository at this point in the history
…abort can be performed (autowarefoundation#421)

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe committed Jun 27, 2023
1 parent dfc7eae commit 905b81e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
delta_time: 1.0 # [s]
duration: 5.0 # [s]
max_lateral_jerk: 100.0 # [m/s3]
overhang_tolerance: 0.0 # [m]

finish_judge_lateral_threshold: 0.2 # [m]

Expand Down

0 comments on commit 905b81e

Please sign in to comment.