URDF model to Driver (Python)
I am trying to get my Robot to navigation to a position. https://github.com/burf2000/ROS_Robot
I have a model of the robot (2 wheels), I have a python file that allows me to drive it via teleops, however do I need to somehow map the URDF to the movement driver?
Does the URDF need to load up on the robot or the desktop?
For navigation, there are quite extensive tutorials on the wiki: http://wiki.ros.org/navigation/Tutorials This should help you with your questions.
I am following this but now have yaml files instead of URDF?