Skip to content
Snippets Groups Projects
Commit 81c6f0f6 authored by Jennifer Buehler's avatar Jennifer Buehler
Browse files

added start of automated grasp execution

parent 873fc5cd
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,16 @@ bool get_geometry ...@@ -9,8 +9,16 @@ bool get_geometry
--- ---
# true if object exists and information is # true if object exists and information is
# stored in field 'object' # stored in field 'object'. If false, the
# error_code contains more information about the error.
bool success bool success
# information about the object # information about the object
Object object Object object
# error code if success is false
byte error_code
byte NO_ERROR=0
byte OBJECT_NOT_FOUND=1
byte OTHER_ERROR=2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment