Ops Manager: Try It Out

1. Speed Control

Start by setting your motor speed to 300 right after initializing your picker.

# create a robot instance and call it our valet
picker = EasyGoPiGo3()
picker.set_speed(300)

Slower speeds improve your chance of success. Once you get the algorithm working you can up the speed.