-
Notifications
You must be signed in to change notification settings - Fork 337
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
Publishing Joint Temperature and information #81
Comments
There should be a way, since that information is sent by the controller through the RT interface and unpacked by It should be a matter of reading these values in |
Does any of you have any suggestions as to what message type we should use for this? - preferably something that is already in ROS |
I would suggest to use that. Perhaps a single publisher would suffice, if we set the |
So should we set up 1 (or six) publishers that just publishes joint temperatures, or a more elaborate system state message overview? |
A single publisher should be possible:
if the TF frames for the joints are acceptable as 'locations' of the motors. |
Probably covered by #120. |
This was added in #120: motor temperatures for all joints are published. |
Hello all,
I'm in the process of developing a system with several UR robots and we are using the ur_modern_driver package to allow for us to move the robots with ros_control.
One of the things that has come up recently for our application was monitoring the health of the robots, and we were interested in logging the temperature of the joints of each robot with respect to time. On the UR pendant, on the "Log" tab, we see the temperature being displayed. Is there any way to use the ur_modern_driver package for us to be able to get that information published via ros? Or is there a way to get that data and log it?
Thanks in advance!
The text was updated successfully, but these errors were encountered: