Skip to content

Commit

Permalink
feat(autoware_adapi_v1_msgs): add manual operator status
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 85a39c3 commit 6723034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
manual/msg/HazardLightsCommand.msg
manual/msg/ManualControlMode.msg
manual/msg/ManualControlModeStatus.msg
manual/msg/ManualOperatorStatus.msg
manual/msg/PedalCommand.msg
manual/msg/SteerCommand.msg
manual/msg/TurnIndicatorsCommand.msg
Expand Down
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/manual/msg/ManualOperatorStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
bool ready

0 comments on commit 6723034

Please sign in to comment.