Skip to content

Commit

Permalink
refactor(perception): rename TrafficSignal to TrafficLight
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
  • Loading branch information
ktro2828 committed Apr 8, 2024
1 parent 224bd3a commit ec1b5eb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions autoware_perception_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/PredictedObjects.msg"
"msg/PredictedPath.msg"
"msg/Shape.msg"
"msg/TrafficSignalElement.msg"
"msg/TrafficSignal.msg"
"msg/TrafficSignalArray.msg"
"msg/TrafficLightElement.msg"
"msg/TrafficLight.msg"
"msg/TrafficLightArray.msg"

DEPENDENCIES
std_msgs
Expand Down
2 changes: 2 additions & 0 deletions autoware_perception_msgs/msg/TrafficLight.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
int64 traffic_signal_id
autoware_perception_msgs/TrafficLightElement[] elements
2 changes: 2 additions & 0 deletions autoware_perception_msgs/msg/TrafficLightArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
autoware_perception_msgs/TrafficLight[] signals
2 changes: 0 additions & 2 deletions autoware_perception_msgs/msg/TrafficSignal.msg

This file was deleted.

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

This file was deleted.

0 comments on commit ec1b5eb

Please sign in to comment.