gsaponaro / robot-affordances

Software for learning visual robot affordances
https://gsaponaro.github.io/robot-affordances
GNU General Public License v3.0
2 stars 1 forks source link

Load robot action safety check bounds from ini file #12

Open vicentepedro opened 7 years ago

vicentepedro commented 7 years ago

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

/cc @gsaponaro @atabakd

We must be very conservative in the first experiments ;)

gsaponaro commented 7 years ago

With https://github.com/gsaponaro/robot-affordances/commit/e410f4ee2a8481f784d3d38dbe4278b286b0e6a4 we relaxed the general (all actions) X safety limits to be -0.51 < X < -0.23.

gsaponaro commented 7 years ago

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.