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 f03ee90 commit 6c3b25bCopy full SHA for 6c3b25b
lifecycle_msgs/CMakeLists.txt
@@ -21,6 +21,7 @@ set(msg_files
21
"msg/TransitionEvent.msg"
22
)
23
set(srv_files
24
+ "srv/CancelTransition.srv"
25
"srv/ChangeState.srv"
26
"srv/GetAvailableStates.srv"
27
"srv/GetAvailableTransitions.srv"
lifecycle_msgs/srv/CancelTransition.srv
@@ -0,0 +1,5 @@
1
+---
2
+# Indicates if the cancel request was handled successfully
3
+bool success
4
+# Error response if the request was rejected or failed
5
+string error_msg
0 commit comments