-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
- Loading branch information
1 parent
a0eff3c
commit 8c09dbf
Showing
4 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
nexus_msgs/nexus_orchestrator_msgs/srv/UnregisterWorkcell.srv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Service to unregister a workcell with the system orchestrator | ||
|
||
# Description provided by the workcell for unregistration | ||
WorkcellDescription description | ||
|
||
--- | ||
|
||
# True if workcell is removed successfully | ||
bool success | ||
|
||
int32 error_code | ||
int32 ERROR_UNKNOWN=0 | ||
# System orchestrator is not ready | ||
int32 ERROR_NOT_READY=1 | ||
# The workcell was not registered | ||
int32 ERROR_NOT_REGISTERED=2 | ||
|
||
# [OPTIONAL] message for debugging or indicating cause of success/failure | ||
string message |