Skip to content

Commit

Permalink
feat(autoware_adapi_v1_msgs): add manual control mode
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi committed Nov 22, 2024
1 parent 53cd464 commit 85a39c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ rosidl_generate_interfaces(${PROJECT_NAME}
manual/msg/AccelCommand.msg
manual/msg/GearCommand.msg
manual/msg/HazardLightsCommand.msg
manual/msg/ManualControlMode.msg
manual/msg/ManualControlModeStatus.msg
manual/msg/PedalCommand.msg
manual/msg/SteerCommand.msg
manual/msg/TurnIndicatorsCommand.msg
manual/srv/SelectManualControlMode.srv
routing/msg/RouteState.msg
routing/msg/Route.msg
routing/msg/RouteData.msg
Expand Down
5 changes: 5 additions & 0 deletions autoware_adapi_v1_msgs/manual/msg/ManualControlMode.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
uint8 DISABLED = 1
uint8 PEDAL = 2
uint8 ACCEL = 3

uint8 mode
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/manual/msg/ManualControlModeStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
autoware_adapi_v1_msgs/ManualControlMode mode
3 changes: 3 additions & 0 deletions autoware_adapi_v1_msgs/manual/srv/SelectManualControlMode.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
autoware_adapi_v1_msgs/ManualControlMode mode
---
autoware_adapi_v1_msgs/ResponseStatus status

0 comments on commit 85a39c3

Please sign in to comment.