missing link between urdf and rosserial
Hi, I have an arexx robot arm: http://www.arexx.com/robot_arm/
Following a tutorial, I created an urdf file for my robot arm.
Then I followed the tutorial for the "Planning Description Configuration Wizard". It does the path planning and IK in the simulator nicely.
On the other hand, I followed the rosserial Arduino stuff to make the hardware interface. But I'm missing the link between the two.
My code so far is in : https://github.com/ulrichard/robotloader/tree/master/ros
What is the usual practice to connect from the urdf to the physical robot using rosserial?