I’m interested in controliing a UARM from ROS. I just got a UARM Metal, and it works fine with the Windows demo program. I understand the one-way serial protocol and how it works.
Is there a better Arduino program for talking to the robot over USB? One that communicates in both directions, sends back joint position info (the Arduino gets this from analog ports), and can handle messages at full speed without errors.
I am also trying to create a rosserial connection to my UARM.
I already created a urdf.
However I am struggling with using both, the UF_API and rosserial.
It seems like either rosserial is not working correctly with the arduino uno, or there is some strange issue with the libraries. If you want to have a look at the currently not working code at github
I won’t have too much time, so help is much appreciated!