Skip to content

Commit

Permalink
fix(lane_change): larger lateral acceleration parameters (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#695)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
rej55 committed Nov 9, 2023
1 parent 035ec8e commit 6cee482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
# lateral acceleration map
lateral_acceleration:
velocity: [0.0, 4.0, 10.0]
min_values: [0.15, 0.15, 0.15]
max_values: [0.5, 0.5, 0.5]
min_values: [0.5, 0.5, 0.5]
max_values: [1.0, 1.0, 1.0]

# target object
target_object:
Expand Down

0 comments on commit 6cee482

Please sign in to comment.