tue-robotics / tue_robocup

RoboCup challenge implementations
https://github.com/orgs/tue-robotics/projects/2
41 stars 12 forks source link

Use grasp detector in grab.py #1335

Open PetervDooren opened 10 months ago

PetervDooren commented 10 months ago

implemented and tested on the robot. This also required re-tuning the grasp detector. It is now a bit conservative and it will not be able to detect objects of less than centimeter across.

The max torque was changed to 1 to match what is used in grab.py and hero-close-gripper. Changing this value also meant the minimum position had to be changed.