forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(avoidance): implement avoidance path safety check logic (autowar…
…efoundation#2534) * feat(avoidance_utils): add util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): add safety check for avoidance path Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): enhance avoidance debug marker Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): not use smoother Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(behavior_path_planner): add utility function Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): use other util function Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): use emplace_back Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_path_planner): use new util funciton Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behaivior_path_planner): remove unused util function Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): not use make pair in emplace back Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
- Loading branch information
1 parent
da1b16e
commit 29086e5
Showing
15 changed files
with
832 additions
and
58 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
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
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
Oops, something went wrong.