Skip to content

Commit

Permalink
feat(tier4_system_msgs): add emergency holding msg (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
TetsuKawa and pre-commit-ci[bot] authored Nov 14, 2024
1 parent 3f1328c commit b94e3df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tier4_system_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/OperationModeAvailability.msg"
"msg/EmergencyGoalsClearCommand.msg"
"msg/EmergencyGoalsStamped.msg"
"msg/EmergencyHoldingState.msg"
"msg/EmergencyState.msg"
"msg/EmergencyStateStamped.msg"
"msg/HazardStatus.msg"
Expand Down
3 changes: 3 additions & 0 deletions tier4_system_msgs/msg/EmergencyHoldingState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This message will be deprecated once hazard_status_converter and hazard_status are deprecated.
builtin_interfaces/Time stamp
bool is_holding

0 comments on commit b94e3df

Please sign in to comment.