tue-robotics / tue_robocup

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

Made grab.py more simple #1271

Closed P-ict0 closed 1 year ago

P-ict0 commented 1 year ago

After various tests of grabbing objects from different surfaces we can safely remove the "lifting" part (robot_smach_states/manipulation/grab.py) after it grasped the object and go directly to "retract". Doesn't necessarily improve speed but simplifies the code.

Also added some type hinting