Skip to content

Commit

Permalink
Merge branch 'feat/mrm-v0.6-integ-for-bench-test-based-on-x2-gen2-v3.…
Browse files Browse the repository at this point in the history
…0.0' into feat/add-msg-mrm-state
  • Loading branch information
TetsuKawa authored Jul 17, 2024
2 parents 6c42491 + 4c3dc40 commit 0f70869
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tier4_perception_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/traffic_light/TrafficLightElement.msg"
"msg/traffic_light/TrafficLightRoi.msg"
"msg/traffic_light/TrafficLightRoiArray.msg"
"msg/traffic_light/TrafficSignal.msg"
"msg/traffic_light/TrafficSignalArray.msg"
"msg/traffic_light/TrafficLight.msg"
"msg/traffic_light/TrafficLightArray.msg"
DEPENDENCIES
autoware_auto_perception_msgs
builtin_interfaces
Expand Down
6 changes: 6 additions & 0 deletions tier4_perception_msgs/msg/traffic_light/TrafficLight.msg
Original file line number Diff line number Diff line change
@@ -0,0 +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
2 changes: 2 additions & 0 deletions tier4_perception_msgs/msg/traffic_light/TrafficLightArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
std_msgs/Header header
tier4_perception_msgs/TrafficLight[] signals
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
2 changes: 0 additions & 2 deletions tier4_perception_msgs/msg/traffic_light/TrafficSignal.msg

This file was deleted.

This file was deleted.

0 comments on commit 0f70869

Please sign in to comment.