Skip to content

Commit a77bbec

Browse files
committed
add availability
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent b500536 commit a77bbec

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Diff for: tier4_system_msgs/msg/CommandModeStatusItem.msg

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
uint8 UNDEFINED = 0
22

33
# for main state
4-
uint8 DISABLED = 1
5-
uint8 CLEANUP = 2
6-
uint8 ENABLED = 3
7-
uint8 STANDBY = 4
8-
uint8 INTERRUPTED = 5
4+
uint8 DISABLED = 1 # Also used for target.
5+
uint8 STANDBY = 2 # Also used for target.
6+
uint8 ENABLED = 3 # Also used for target.
7+
uint8 HANDOVER = 4 # Also used for target.
8+
uint8 CLEANUP = 5
99
uint8 ABORTED = 6
1010
uint8 WAIT_COMMAND_MODE_READY = 101
1111
uint8 WAIT_SOURCE_READY = 102
@@ -26,3 +26,7 @@ string mode
2626
uint8 state
2727
uint8 target
2828
uint8 mrm
29+
bool available
30+
bool continuable
31+
bool acceptable
32+
bool controllable

0 commit comments

Comments
 (0)