Skip to content
Snippets Groups Projects
Commit aeacf87d authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

added reachability info to GraspCandidate

parent b726c43e
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,11 @@ module armarx ...@@ -61,6 +61,11 @@ module armarx
ApertureType preshape; ApertureType preshape;
ApproachType approach; ApproachType approach;
}; };
class GraspCandidateReachabilityInfo
{
bool reachable;
float minimumJointLimitMargin;
};
...@@ -79,6 +84,7 @@ module armarx ...@@ -79,6 +84,7 @@ module armarx
GraspCandidateSourceInfo sourceInfo; // (optional) GraspCandidateSourceInfo sourceInfo; // (optional)
GraspCandidateExecutionHints executionHints; // (optional) GraspCandidateExecutionHints executionHints; // (optional)
GraspCandidateReachabilityInfo reachabilityInfo; // (optional)
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment