tue_robocup
tue_robocup copied to clipboard
move gripper type checking out of arms.py
trafficstars
After #1058 we try to keep the scope of functionality limited. This means we should not assume that all arms have exactly one gripper. We should move the functions _check_gripper_type and _collect_gripper_types out of arms.py and into another file.