-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_perception_msgs): remove traffic light messages (#70)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
- Loading branch information
1 parent
52a856d
commit 9de9a00
Showing
6 changed files
with
5 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,15 @@ | ||
# autoware_perception_msgs | ||
|
||
## TrafficLightElement.msg | ||
## TrafficSignalElement.msg | ||
|
||
This is the element of traffic lights such as red, amber, green, and turn arrow. The elements are based on Vienna Convention on Road Signs and Signals. | ||
|
||
## TrafficLight.msg | ||
|
||
For each direction of an intersection, there are typically multiple traffic lights installed for visibility. | ||
This message represents the traffic light as equipment and is used by components such as perception. | ||
This is the element of traffic signals such as red, amber, green, and turn arrow. | ||
The elements are based on Vienna Convention on Road Signs and Signals. | ||
|
||
## TrafficSignal.msg | ||
|
||
For each direction of an intersection, there is one state of traffic signal regardless of the number of equipment. | ||
This message represents the traffic signal as a concept and is used by components such as planning. | ||
|
||
## TrafficLightArray.msg | ||
|
||
This is a plural type of TrafficLight.msg. | ||
|
||
## TrafficSignalArray.msg | ||
|
||
This is a plural type of TrafficSignal.msg. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,2 +1,2 @@ | ||
int64 traffic_signal_id | ||
autoware_perception_msgs/TrafficLightElement[] elements | ||
autoware_perception_msgs/TrafficSignalElement[] elements |
File renamed without changes.