forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(behavior_velocity_planner): add safety slow down feature for spe…
…cific crosswalks (#1528) * feat: add safety slow down Signed-off-by: Mehmet Dogru <[email protected]> feat: implement safety slow down and maintain slow speed Signed-off-by: Mehmet Dogru <[email protected]> feat: rearrange insertDecelPoint function Signed-off-by: Mehmet Dogru <[email protected]> chore: update comments Signed-off-by: Mehmet Dogru <[email protected]> docs: add safety slow down behavior info in crosswalk design doc Signed-off-by: Mehmet Dogru <[email protected]> chore: create a separate function Signed-off-by: Mehmet Dogru <[email protected]> fix: revert add_debug flag Signed-off-by: Mehmet Dogru <[email protected]> fix: change applySafetySlowDownSpeed function call scope Signed-off-by: Mehmet Dogru <[email protected]> ci(pre-commit): autofix * fix conflicts & add attributeOr Signed-off-by: Mehmet Dogru <[email protected]> Signed-off-by: Mehmet Dogru <[email protected]>
- Loading branch information
1 parent
a9d844e
commit d0712b6
Showing
3 changed files
with
65 additions
and
3 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
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