-
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_angles return empty #39
Comments
@Kakcalu13 Is the mycobot you are using pi or M5 |
Same issue using 280 Pi |
@anla-xu 280 Pi |
I already send this concern to the tech dept (support at elephantrobotics dot com) email. Hopefully we get response soon. |
I am having the same issue using the 320 Pi. Did you managed to resolve it? It would be useful if someone from elephantrobotics could address these issues. |
1.What is the probability that this problem occurs? Occasionally or all the time? |
|
Can other interfaces be used? For example get_coords, is_power_on, The baud rate of 280 Pi is 1000000. Is this how you initialized it?
|
Yes, others can be used but get_angles cannot. Considering we're playing with angles here, I think this is an important feature to have. I initialized the myCobot using this
|
Please update pymycobot to the latest version, and add
|
get_angles() works in myCobot 280pi. But when myCobot 280pi is a server, doesn't work. |
I was going to make an issue about get_angles issue after upgraded my mycobot python. Turn out that I created this already lol So, my mycobot is myCobot 280. For some reason, it doesn't return a list. My version is 29 (I printed it). See the simple code here:
which results output like this:
The class of ARM code here:
|
@Kakcalu13 Please provide the basic firmware, atom firmware and pymycobot version number you are using. |
Describe the bug
Similar to #19, but this worked for the first time but then it stopped return data after that. Restart mycobot doesn't fix the issue.
To Reproduce
Steps to reproduce the behavior:
get_angles()
should return data, not empty.Expected behavior
It should return the value of degree data
The text was updated successfully, but these errors were encountered: