-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autonomous_emergency_braking): enable AEB stop in vehicle_cmd_ga…
…te and diag_graph_agg (#1099) * enable emergency handling for AEB stop Signed-off-by: Daniel Sanchez <[email protected]> * update AEB params to work better at 30 kmph Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
- Loading branch information
1 parent
473e7e9
commit b947098
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...e_launch/config/system/mrm_emergency_stop_operator/mrm_emergency_stop_operator.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**: | ||
ros__parameters: | ||
update_rate: 30 | ||
target_acceleration: -2.5 | ||
target_jerk: -1.5 | ||
target_acceleration: -3.0 | ||
target_jerk: -3.0 |