Skip to content

Commit

Permalink
fix(behavir_velocity): adjustment-max-accel-jerk-in-behavior-velocity (
Browse files Browse the repository at this point in the history
…autowarefoundation#107)

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
  • Loading branch information
taikitanaka3 committed Mar 4, 2022
1 parent 1366f72 commit 8bf4733
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ def generate_launch_description():
"launch_no_stopping_area": True,
"forward_path_length": 1000.0,
"backward_path_length": 5.0,
"max_accel": -2.8,
"max_accel": -2.5,
"max_jerk": -1.5,
"delay_response_time": 1.3,
},
blind_spot_param,
Expand Down

0 comments on commit 8bf4733

Please sign in to comment.