Skip to content

Commit

Permalink
feat(autoware_perception_msgs): remove traffic light messages (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi authored Jul 5, 2023
1 parent 52a856d commit 9de9a00
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 19 deletions.
4 changes: 1 addition & 3 deletions autoware_perception_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/TrafficLight.msg"
"msg/TrafficLightArray.msg"
"msg/TrafficLightElement.msg"
"msg/TrafficSignalElement.msg"
"msg/TrafficSignal.msg"
"msg/TrafficSignalArray.msg"
DEPENDENCIES
Expand Down
14 changes: 3 additions & 11 deletions autoware_perception_msgs/README.md
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.
2 changes: 0 additions & 2 deletions autoware_perception_msgs/msg/TrafficLight.msg

This file was deleted.

2 changes: 0 additions & 2 deletions autoware_perception_msgs/msg/TrafficLightArray.msg

This file was deleted.

2 changes: 1 addition & 1 deletion autoware_perception_msgs/msg/TrafficSignal.msg
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

0 comments on commit 9de9a00

Please sign in to comment.