elephantrobotics / pymycobot

This is a python API for ElephantRobotics product.
MIT License
109 stars 54 forks source link

is_moving method always return 1 even if it's not actually moving #2

Closed ohkura closed 3 years ago

ohkura commented 3 years ago

I found the is_moving method always return 1 even when mycobot is not working. I'm not sure it's an issue of this Python library or something else, but let me report here anyway.

my environment:

zlj-zz commented 3 years ago

It doesn't matter. At present, is_moving is reserved. There is no real implementation, so atom only returns 1. You need to wait for atom to update.