-
Notifications
You must be signed in to change notification settings - Fork 1
A text based grasp objective #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Paul Gesel <[email protected]>
de839a2
to
77219e8
Compare
Can we move this to our moveit_pro repo instead? So all robot configs have access? |
velocity_scale_factor="1.0" | ||
waypoint_name="Above Pick Cube" | ||
/> | ||
<SubTree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<SubTree | |
<Action | |
ID="GetTextFromUser" | |
text_output="{prompts}" | |
default_values="an object" | |
prompts="Please specify an object to look for" | |
/> | |
<SubTree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dave told me he didn't like the user having to enter a value for text-based segmentation. I think we can add another variant that does this later.
clip_model_path="models/clip.onnx" | ||
clipseg_model_path="models/clipseg.onnx" | ||
erosion_size="2" | ||
prompts="an object" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prompts="an object" | |
prompts="{prompts}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above
I wish we had some equivalent of RetryUntilSuccessful and ForEach put together, and it would be nice for an inverter to swallow its children's errors (or maybe convert it to info?) but the objective you have works as expected. Thanks! |
No description provided.