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

Load robot action safety check bounds from ini file #12

Open
vicentepedro opened this issue Mar 24, 2017 · 2 comments
Open

Load robot action safety check bounds from ini file #12

vicentepedro opened this issue Mar 24, 2017 · 2 comments
Assignees

Comments

@vicentepedro
Copy link
Collaborator

Right now the safety check depends on the action and hand.
The action is safe if:

  • TapFromLeft & TapFromRight
    -0.45 < X < -0.2
    Z > -0.13
    Y < 0.10 (LeftArm)
    Y > -0.10 (RightArm)

  • Push & Draw
    -0.40 < X < -0.2
    Y < -0.12 (LeftArm)
    Y > 0.12 (RightArm)
    Z > -0.13

/cc @gsaponaro @atabakd

We must be very conservative in the first experiments ;)

@gsaponaro
Copy link
Owner

With e410f4e we relaxed the general (all actions) X safety limits to be -0.51 < X < -0.23.

@gsaponaro gsaponaro changed the title Safety check Load robot action safety check bounds from ini file Apr 4, 2017
@gsaponaro
Copy link
Owner

In order to "Load robot action safety check bounds from ini file", we can do it like in demoRedBall, with parameters defined in an ini file and some default values.

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