Skip to content

Commit

Permalink
feat(tier4_perception_msgs): add traffic_light_type to msg (#110)
Browse files Browse the repository at this point in the history
* add: traffic_light_type

Signed-off-by: tzhong518 <sworgun@gmail.com>

* fix: precommit

Signed-off-by: tzhong518 <sworgun@gmail.com>

* fix: message type name

Signed-off-by: tzhong518 <sworgun@gmail.com>

---------

Signed-off-by: tzhong518 <sworgun@gmail.com>
  • Loading branch information
tzhong518 committed Jan 10, 2024
1 parent fbc4871 commit 40cdc41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tier4_perception_msgs/msg/traffic_light/TrafficLightRoi.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
uint8 CAR_TRAFFIC_LIGHT=0
uint8 PEDESTRIAN_TRAFFIC_LIGHT=1

sensor_msgs/RegionOfInterest roi
int64 traffic_light_id
uint8 traffic_light_type
4 changes: 4 additions & 0 deletions tier4_perception_msgs/msg/traffic_light/TrafficSignal.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
uint8 CAR_TRAFFIC_LIGHT=0
uint8 PEDESTRIAN_TRAFFIC_LIGHT=1

int64 traffic_light_id
uint8 traffic_light_type
tier4_perception_msgs/TrafficLightElement[] elements

0 comments on commit 40cdc41

Please sign in to comment.