Skip to content

Commit

Permalink
feat(tier4_rtc_msgs): add new field
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed May 8, 2024
1 parent 4a5f78b commit 335373b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions tier4_rtc_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ament_auto_find_build_dependencies()

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/Command.msg"
"msg/State.msg"
"msg/CooperateCommand.msg"
"msg/CooperateResponse.msg"
"msg/CooperateStatus.msg"
Expand Down
1 change: 1 addition & 0 deletions tier4_rtc_msgs/msg/CooperateStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ unique_identifier_msgs/UUID uuid
tier4_rtc_msgs/Module module
bool safe
tier4_rtc_msgs/Command command_status
tier4_rtc_msgs/State state
bool auto_mode
float32 start_distance
float32 finish_distance
7 changes: 7 additions & 0 deletions tier4_rtc_msgs/msg/State.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uint8 type

uint8 WAITING_FOR_EXECUTION = 0
uint8 RUNNING = 1
uint8 ABORTING = 2
uint8 SUCCEEDED = 3
uint8 FAILED = 4

0 comments on commit 335373b

Please sign in to comment.