forked from tier4/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(behavior_velocity_planner): add rtc interface to behavior veloci…
…ty planner (tier4#963) * feature(behavior_velocity_planner): apply rtc interface Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): add distance calculation to crosswalk Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): fix debug data update Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): apply to intersection Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): fix stop condition Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): fix stop wall publishing Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): fix insert_stop Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): fix state transition in intersection Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): add rtc to traffic_light Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): fix distance calculation and safety Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): add stamp Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * fix(behavior_velocity_planner): move some function to protected Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * fix(behavior_velocity_planner): fix intersection module Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): add rtc_interface to blind_spot Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): add rtc to detection area Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): add rtc to no stopping area Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * fix(behavior_velocity_planner): fix debug in intersection Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * chore(behavior_velocity_planner): cosmetic change Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * ci(pre-commit): autofix * fix(behavior_velocity_planner): fix debug of blind_spot Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feature(behavior_velocity_planner): define interface class and use it Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * chore(behavior_velocity_planner): small fix for diff Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * chore(behavior_velocity_planner): remove unnecessary function Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * fix(behavior_velocity_planner): fix conflicts Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
Showing
23 changed files
with
279 additions
and
83 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
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.