Skip to content

Commit

Permalink
feat(motion_velocity_smoother): force slow driving (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#899)

* add parameter for force slow driving

Signed-off-by: Go Sakayori <[email protected]>

* fix

Signed-off-by: Go Sakayori <[email protected]>

* modify comment

Signed-off-by: Go Sakayori <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori committed Aug 7, 2024
1 parent d21bdcc commit 1fbceff
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@

# force acceleration
force_acceleration:
max_acc: 2.0
max_jerk: 5.0
max_lateral_acc: 1.0
engage_velocity: 0.25
engage_acceleration: 0.5
max_acc: 2.0 # max longitudinal acceleraion in force acceleration mode [m/ss]

Check warning on line 66 in autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (acceleraion)
max_jerk: 5.0 # max longitudinal jerk in force accleration mode [m/sss]

Check warning on line 67 in autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (accleration)
max_lateral_acc: 1.0 # max lateral accleration in force accleration mode [m/ss]

Check warning on line 68 in autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (accleration)

Check warning on line 68 in autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (accleration)
engage_velocity: 0.25 # engage velocity in force accleration mode [m/s]

Check warning on line 69 in autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (accleration)
engage_acceleration: 0.5 # engage accleration in force accleration mode [m/ss]

Check warning on line 70 in autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (accleration)

# force slow driving from stopping state
force_slow_driving:
velocity: 1.39 # velocity in slow driving mode [m/s]

0 comments on commit 1fbceff

Please sign in to comment.