Skip to content

Commit

Permalink
add vehicle id
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi committed Dec 26, 2024
1 parent d81c8bb commit 2c9dc31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
vehicle/srv/SetDoorCommand.srv
vehicle/srv/GetDoorLayout.srv
vehicle/srv/GetVehicleDimensions.srv
vehicle/msg/VehicleId.msg
vehicle/srv/GetVehicleIds.srv
DEPENDENCIES
builtin_interfaces
geographic_msgs
Expand Down
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/vehicle/msg/VehicleId.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
string type
strint id
3 changes: 3 additions & 0 deletions autoware_adapi_v1_msgs/vehicle/srv/GetVehicleIds.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
autoware_adapi_v1_msgs/ResponseStatus status
autoware_adapi_v1_msgs/VehicleId[] ids

0 comments on commit 2c9dc31

Please sign in to comment.