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

GraspCandidate: added groupNr, providerName

parent ac465b1c
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ module armarx
float graspSuccessProbability;
ObjectTypeEnum objectType;
int groupNr = -1; // used to match candidates that belog together, e.g. from the same object or point cloud segment
string providerName;
GraspCandidateSourceInfo sourceInfo; // (optional)
GraspCandidateExecutionHints executionHints; // (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