Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
general-message-pkgs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Ebert
general-message-pkgs
Commits
81c6f0f6
Commit
81c6f0f6
authored
9 years ago
by
Jennifer Buehler
Browse files
Options
Downloads
Patches
Plain Diff
added start of automated grasp execution
parent
873fc5cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
object_msgs/srv/ObjectInfo.srv
+9
-1
9 additions, 1 deletion
object_msgs/srv/ObjectInfo.srv
with
9 additions
and
1 deletion
object_msgs/srv/ObjectInfo.srv
+
9
−
1
View file @
81c6f0f6
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment