-
Notifications
You must be signed in to change notification settings - Fork 55
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
get_system_version() -1 ... #94
Comments
The 280 Pi machine cannot use the |
i know, but that's not the Problem. |
Same Problem with pymycobot 3.6.5 |
What are the specific symptoms of 280Pi not working? Cannot read data? There are a few questions that need to be confirmed. After power is turned on, what color is the light at the end? Are all the joints locked? |
When I power on the 280Pi the LEDs turn green and they stay green. |
How do you control the movement of the robot arm? Do you control the angle or the coordinates? |
I use both. I tried a lot with coords, but sometimes it makes crazy moves, so i switched some from coords to angles |
It is normal that some coordinate points cannot be reached. So when you say the machine cannot work, do you mean that the machine does not execute when controlling the coordinate movement? |
No, it stops moving at some position, which is always different and sometimes after 5 minutes, sometimes after 20 minutes. |
Is it impossible to control it even when using the angle? If it cannot be controlled, please confirm the following:
|
print(mc.is_controller_connected()) returns -1 |
What about other reading interfaces? For example, get_angles, get_coords, is_power_on |
Output:
|
After Power Off and Power on again:
I switched back to 6.5 because you removed Version 7, but nothing changed |
Maybe there is a Problem with set_fresh_mode. |
3 hours with set_fresh_mode(0) and no problems. So I think there is a lack with set_fresh_mode(1) |
Atom 7.0 has a bug in motion control and has been removed from the shelves. If you are using 6.5, it is recommended to install pymycobot<3.6.0 |
No Difference with Atom 6.5 and pymycobot 3.5.3 |
My understanding is that sometimes after booting up, the robot cannot control or read information, but after restarting, it will be normal. Is that what you mean? |
Yes, like I said before. Sometimes the robot is stuck, and doesn't move anymore, until I restart. And now sometimes it makes total out of control moves. |
We are very sorry, we cannot locate the problem from your description. Now we have released the beta version of atom v7.2, you can try it with this v7.2, pymycobot > v3.6.0 |
Sometimes the MyCobot280pi stopps working.
With this testscript it shows me, that there are Errors. Why.
The only solution is to power it off and on with the switch.
And the Output is
pip show pymycobot
(also tried 3.6.3 and earlier)
python --version
Python 3.8.10
Atom Version
v7.0
After restart the output shows
sometimes it works, sometimes it needs another 1 to 3 power off and on's. What is the Problem?
The text was updated successfully, but these errors were encountered: