Universal Robot: can I access the joint currents in ROS?
I am successfully able to command my UR10 from a ROS node. I'm using Ubuntu 16.04, ROS Kinetic, the ROS universal robot package, and the ROS ur_modern_driver package (plus a minor code fix that I found on the Internet to make it compile under Ubuntu 16.04).
When I use the pendant to control the arm, I occasionally look at the joint current amperage values on the log tab in order to make decisions. Mostly when picking up payloads or dropping them off. Is there a way to access the real-time joint currents from ROS? Or am I just trying to do it all wrong?