-
Notifications
You must be signed in to change notification settings - Fork 32
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
[ur_msgs] Fix domain constants in Analog.msg #8
[ur_msgs] Fix domain constants in Analog.msg #8
Conversation
CURRENT and VOLTAGE should be inverted. Tested with URSoftware 3.8.0.61336. Signed-off-by: Gaël Écorchard gael.ecorchard@cvut.cz
Cf. discussion in fmauch/universal_robot#8. |
Yes, this fixes a mistake I made earlier. I checked the docs again and this seems to be the correct order. Edit: E.g. see the RTDE Guide for field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@galou: seems your Would you want to fix this before a merge? |
@gavanderhoorn : what do you mean "is not recognised by Github"? |
Actually, the guide states |
|
@gavanderhoorn I added the unrecognized email address to my GH settings. |
I actually meant |
I won't be able to verify this with real hw for some time. I do agree it should be verified though. |
I'm sorry, I shouldn't do two things at once... My patch does indeed agree with the doc. What I saw (last week) on the real HW is what is on the patched version, sorry for the misinformation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving after checking the Real-Time Data Exchange (RTDE) Guide document.
Thanks @galou. This will take some time to reach the repositories, as Melodic was just synced. |
It would be really good if we could be vocal about this. The values in the reported IO states were correct, but the constants in the message def weren't. However, both consumers as well as producers could be affected by this change, as they could both be using the constants and then run into issues now the values have been switched. |
Verbal where? Inside the driver, this gets read as raw uint32_t and the value is copied directly inside the hardware interface. Do you refer to other ROS nodes as producers and consumers? |
Yes. |
CURRENT and VOLTAGE should be inverted.
Tested with URSoftware 3.8.0.61336.
Signed-off-by: Gaël Écorchard gael.ecorchard@cvut.cz