-
Notifications
You must be signed in to change notification settings - Fork 54
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
EGM read joint angle always 57 times larger #42
Comments
This is most likely a radians vs degrees conflict. Which version of RobotWare do you have installed on the controller? And which version of Reason I ask is this notice in the readme:
|
@gavanderhoorn Thank you for your quick response. We were using the 6.06 robotware and I believe we have the most recent abb_libegm. |
That would be the problem then. |
Oh man, thank you. Previously the abb_libegm does not work with robotware versions earlier than the 6.07. I didn't notice the update. Thank you. |
We will be testing the robot now to see if works. |
Closing this as it would seem to be a user configuration issue. |
@jontje: would there be some way we could add some sort of version detection to With |
It should be possible to detect if proto fields introduced in the new EGM protocol is missing or not, I will investigate. |
Tracking version checking in #46. |
Hi All,
We were using the EGM to do real-time control and want to move the robot 4th joint, for example, from 0 degree to 30 degree. The simulation on robot studio works just fine. However, the joint angle reading changes from 0 to 1710, instead of 0 to 30, when we run the experiments on the real robot. We tested all the joints and the angle reading almost always has to be divided by 57 to get a seeming accurate reading. Since we are doing real-time control, this reading is vital to us and we would like to have an accurate reading, if possible.
I wonder if you may know what's going on. The customer service agent was not responding to our questions since they don't know this EGM library...
Thank you.
The text was updated successfully, but these errors were encountered: