Skip to content

Commit

Permalink
feat!(autoware_perception_msgs): rename traffic signals to traffic li…
Browse files Browse the repository at this point in the history
…ghts

Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Feb 12, 2024
1 parent 8f82561 commit 768bb85
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 @@ -17,9 +17,9 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/TrackedObject.msg"
"msg/TrackedObjectKinematics.msg"
"msg/TrackedObjects.msg"
"msg/TrafficSignalElement.msg"
"msg/TrafficSignal.msg"
"msg/TrafficSignalArray.msg"
"msg/TrafficLightElement.msg"
"msg/TrafficLightGroup.msg"
"msg/TrafficLightGroupArray.msg"

DEPENDENCIES
std_msgs
Expand Down
2 changes: 2 additions & 0 deletions autoware_perception_msgs/msg/TrafficLightGroup.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
int64 traffic_light_group_id
autoware_perception_msgs/TrafficLightElement[] elements
2 changes: 2 additions & 0 deletions autoware_perception_msgs/msg/TrafficLightGroupArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
autoware_perception_msgs/TrafficLightGroup[] traffic_light_groups
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 768bb85

Please sign in to comment.