| 1 | #! /usr/local/bin/python |
| 2 | |
| 3 | distance_from_body = 50 # Distance the GoPiGo will stop from the human body. |
| 4 | gopigo_speed = 150 # Power of the motors. Increase or decrease depending on how fast you want to go. |
nothing calls this directly
no test coverage detected