Skip to content

Commit

Permalink
Squash: add lifecycle CancelTransition.srv
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Groechel <tgroeche@umich.edu>
  • Loading branch information
Thomas Groechel authored and tgroechel committed Jun 14, 2023
1 parent f03ee90 commit 6c3b25b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions lifecycle_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set(msg_files
"msg/TransitionEvent.msg"
)
set(srv_files
"srv/CancelTransition.srv"
"srv/ChangeState.srv"
"srv/GetAvailableStates.srv"
"srv/GetAvailableTransitions.srv"
Expand Down
5 changes: 5 additions & 0 deletions lifecycle_msgs/srv/CancelTransition.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
# Indicates if the cancel request was handled successfully
bool success
# Error response if the request was rejected or failed
string error_msg

0 comments on commit 6c3b25b

Please sign in to comment.