Skip to content

Commit

Permalink
feat: enable the run_out module (#683)
Browse files Browse the repository at this point in the history
feat: enable run_out

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Nov 9, 2023
1 parent 0cd5d89 commit 29ea479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoware_launch/config/planning/preset/default_preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ launch:
default: "false"
- arg:
name: launch_run_out_module
default: "false"
default: "true"
- arg:
name: launch_speed_bump_module
default: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# parameter to avoid sudden stopping
slow_down_limit:
enable: true
enable: false
max_jerk: -0.7 # [m/s^3] minimum jerk deceleration for safe brake.
max_acc : -2.0 # [m/s^2] minimum accel deceleration for safe brake.

Expand Down

0 comments on commit 29ea479

Please sign in to comment.