Skip to content

Commit 65f3030

Browse files
committed
add sequence
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 0721731 commit 65f3030

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
builtin_interfaces/Time stamp
2+
bool ctrl
23
string mode

tier4_system_msgs/msg/CommandModeStatusItem.msg

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11
uint8 UNDEFINED = 0
2+
3+
# for main state
4+
uint8 DISABLED = 1
5+
uint8 DISABLING = 2
6+
uint8 ENABLED = 3
7+
uint8 STANDBY = 4
8+
uint8 INTERRUPTED = 5
9+
uint8 ABORTED = 6
10+
uint8 WAIT_COMMAND_MODE_READY = 101
11+
uint8 WAIT_SOURCE_READY = 102
12+
uint8 WAIT_SOURCE_EXCLUSIVE = 102
13+
uint8 WAIT_SOURCE_SELECTED = 103
14+
uint8 WAIT_VEHICLE_READY = 104
15+
uint8 WAIT_VEHICLE_CONTROL = 105
16+
uint8 WAIT_COMMAND_MODE_STABLE = 106
17+
18+
# for mrm state
219
uint8 NONE = 1
320
uint8 OPERATING = 2
421
uint8 SUCCEEDED = 3
522
uint8 FAILED = 4
623

24+
# variables
725
string mode
26+
uint8 state
27+
uint8 mrm
28+
29+
# TODO: remove
830
bool activation
931
bool transition
10-
uint8 mrm

0 commit comments

Comments
 (0)