-
Notifications
You must be signed in to change notification settings - Fork 150
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
New Grasp Generator Stage #188
Comments
Go ahead. :-)
I would also like to add support that allows for sensor input into stages.
At the moment there would be no difference between generating the grasps outside of MTC and forwarding them to a generic grasp stage and forwarding the point clouds/images to the stage directly. Both approaches are clearly possible. Do you see some merit in forwarding the sensor data directly?
|
Writing a generic generator that can also take sensor input would remove cumbersome dependencies and make the MTC frame work more flexible and easy to use. I can start here. The approach and lift directions depend on the grasp candidate which is related to IK feasibility. Is there a way to propagate the pre-grasp and post-grasp poses to other stages after the IK stage? |
In principle, you can assign arbitrary properties, e.g. pre- and post-grasp hand postures, to any solution. And you can ask MTC to forward these properties in adjacent stages ( |
I started looking into these containers. It looks like in order for them to properly pick/place both containers would need to modify the planning scene to control which collisions are allowed during grasping, lifting, and placing. |
Is your feature request related to a problem? Please describe.
I want to add more robust grasping support using GPD and eventually Dex-Net as well. I would also like to add support that allows for sensor input into stages.
Describe the solution you'd like
An alternative grasp generator stage using GPD. The GPD lib outputs many candidates that can be evaluated based on cost and feasibility using the ComputeIK stage to select the best grasp.
The text was updated successfully, but these errors were encountered: