r-cute / rcute-cozmars

Python SDK for Cozmars robot
33 stars 17 forks source link

Motors won't run with too low speed #6

Closed hyansuper closed 4 years ago

hyansuper commented 4 years ago

Solution: when set speed is too low,set it to 0 to reduce current on motor

hyansuper commented 4 years ago

map speed from (0,1] => (.2, 1] Implemented on server side