Skip to content

Commit 6c3b25b

Browse files
Thomas Groecheltgroechel
authored andcommitted
Squash: add lifecycle CancelTransition.srv
Signed-off-by: Tom Groechel <[email protected]>
1 parent f03ee90 commit 6c3b25b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lifecycle_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set(msg_files
2121
"msg/TransitionEvent.msg"
2222
)
2323
set(srv_files
24+
"srv/CancelTransition.srv"
2425
"srv/ChangeState.srv"
2526
"srv/GetAvailableStates.srv"
2627
"srv/GetAvailableTransitions.srv"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)