Skip to content

Commit

Permalink
feat(tier4_rtc_msgs): add new field to rtc cooperate status (#148)
Browse files Browse the repository at this point in the history
* add new field

Signed-off-by: Go Sakayori <[email protected]>

* add default value to new field

Signed-off-by: Go Sakayori <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori authored Sep 19, 2024
1 parent 00514f8 commit a6d8211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tier4_rtc_msgs/msg/CooperateStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ tier4_rtc_msgs/Module module
# Indicate whether the system judges it's safe condition to execute or not.
bool safe

#Indicate whether there is request to cooperate from the system
bool requested false

# Indicate RTC approval status
tier4_rtc_msgs/Command command_status

Expand Down

0 comments on commit a6d8211

Please sign in to comment.