You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ;)
The text was updated successfully, but these errors were encountered: