We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d709b commit 4e96ec8Copy full SHA for 4e96ec8
lifecycle_msgs/msg/Transition.msg
@@ -44,6 +44,14 @@ uint8 TRANSITION_ON_ERROR_SUCCESS = 60
44
uint8 TRANSITION_ON_ERROR_FAILURE = 61
45
uint8 TRANSITION_ON_ERROR_ERROR = 62
46
47
+# These transitions are internally
48
+# available to the lifecycle node to
49
+# be called when an error arises during
50
+# normal operation that causes the node
51
+# to need reconfiguration.
52
+uint8 TRANSITION_ACTIVE_ERROR = 63
53
+uint8 TRANSITION_INACTIVE_ERROR = 64
54
+
55
# These return values ought to be set
56
# as a return value for each callback.
57
# Depending on which return value,
0 commit comments