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

Running block stacking network models on the real robot #516

Open
ahundt opened this issue Jul 25, 2018 · 1 comment
Open

Running block stacking network models on the real robot #516

ahundt opened this issue Jul 25, 2018 · 1 comment
Assignees

Comments

@ahundt
Copy link
Member

ahundt commented Jul 25, 2018

We need to be able to load models from both enas and hyperopt and execute them on the real robot.

  1. At multiple time steps for each action step we will run inference to get a regressed pose out
  2. Run a classifier to see if the inferred pose is good enough (success/failure classification)
  3. if it is predicted successful, move towards that pose
  4. repeat until actual robot pose matches regressed pose (< 0.25 cm distance error)
  5. execute action step (close/open gripper)

Stacking code is here:
https://github.com/cpaxton/costar_plan/blob/master/ctp_integration/scripts/run.py

@ahundt
Copy link
Member Author

ahundt commented Aug 3, 2018

Here is the pull request with this work in progress:
#520

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

No branches or pull requests

2 participants