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): support the new traffic signal interface (#675)
* feat(behavior_velocity): support new traffic signal interface Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> style(pre-commit): autofix add missing dependency Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> style(pre-commit): autofix remove the external signal input source in behavior_planning_launch.py Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> replace TrafficLightElement with TrafficSignalElement Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> style(pre-commit): autofix use the regulatory element id instead of traffic light id Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> change the input of traffic signal to traffic light arbiter Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> do not return until the all regulatory elements are checked Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * docs(traffic_light_arbiter): fix the datatype of input topics (autowarefoundation#4156) docs(traffic_light_arbiter): fix the type of input topics Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * feat: rename traffic signal element (autowarefoundation#4129) * feat(traffic_light_arbiter): rename traffic signal element Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat(traffic_light_selector): remove traffic light selector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix(traffic_light_arbiter): fix node name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * feat(traffic_light_selector): remove traffic light selector (autowarefoundation#4130) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> --------- Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
- Loading branch information
1 parent
24ec919
commit 014a92c
Showing
26 changed files
with
178 additions
and
297 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
Oops, something went wrong.