Skip to content

Commit

Permalink
fix: message type name
Browse files Browse the repository at this point in the history
Signed-off-by: tzhong518 <[email protected]>
  • Loading branch information
tzhong518 committed Dec 21, 2023
1 parent 20cd08b commit 1c10e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tier4_perception_msgs/msg/traffic_light/TrafficLightRoi.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uint8 CAR_TL=0
uint8 PEDESTRIAN_TL=1
uint8 CAR_TRAFFIC_LIGHT=0
uint8 PEDESTRIAN_TRAFFIC_LIGHT=1

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

int64 traffic_light_id
uint8 traffic_light_type
Expand Down

0 comments on commit 1c10e3b

Please sign in to comment.