Skip to content
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

Extend options support of EigenGraspPlanner #1

Open
JenniferBuehler opened this issue Feb 22, 2016 · 0 comments
Open

Extend options support of EigenGraspPlanner #1

JenniferBuehler opened this issue Feb 22, 2016 · 0 comments

Comments

@JenniferBuehler
Copy link
Owner

Existing restrictions which may be eliminated:

  1. At this stage, only the "Simulated Annealing" planning type is supported. "Loop" and "Multi-Threaded" can probably be integrated fairly easily. So far, no support for the "On-line" type has been considered.
  2. Only the state description type STATE_AXIS_ANGLE (GraspIt datatype StateType) has been tested.
  3. Only the search energy type ENERGY_CONTACT (GraspIt datatype SearchEnergyType) has been tested.
    • Note: Problems were encountered with ENERGY_CONTACT_QUALITY (also with the original GraspIt simulator) when testing with the Jaco hand (see comment in private field EigenGraspPlanner::graspitSearchEnergyType).

Because of the restrictions 2) and 3), at the moment there is no public method in EigenGraspPlanner to change the state or energy type. By default, STATE_AXIS_ANGLE and ENERGY_CONTACT are used.

This may be a bit of a challenge with the existing graspit source. STATE_AXIS_ANGLE and ENERGY_CONTACT are the main types used in the existing Eigengrasp planner. Also, it seems that only simulated annealing has really been tested.
See also this page in the GraspIt! manual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant