-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repeated errors reported after set_position failure #10
Comments
Hi altjz,
The help for the UArm class methods like set_position() are now opaque, since they don't describe what the possible args are. Has the interface changed? Cheers, |
Hi @rbw42 , Could you open the debug? And retry? import pyuarm
arm = pyuarm.UArm(debug=True) Provide your firmware version would be nice! print(arm.firmware_version) |
Here you go
BTW, I'm not a git guru. To get the commit version you mentioned, I did a git clone of the repo and then a git checkout 0b6f95. Let me know if I have to do something else. The original version I had installed was from installing via pip. That is uninstalled now. |
Seems it caused by pyuarm didn't get a reply from check moving query. print(arm.firmware_version)
print(arm.hardware_version) |
It was a 2016 Christmas present, so is presumably the most recent model. |
Hi,
If I try to drive the uarm too far so that it returns an error, subsequent calls to set_position() also return errors/failure even if they are to valid positions. Is this expected? Do I have to do something to clear the error?
Thanks,
Randall.
e..g
Python 2.7.9 (default, Sep 17 2016, 20:26:04)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
False
False
The text was updated successfully, but these errors were encountered: