Robotics StackExchange | Archived questions

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?

Asked by burf2000 on 2017-01-21 17:44:23 UTC

Comments

For navigation, there are quite extensive tutorials on the wiki: http://wiki.ros.org/navigation/Tutorials This should help you with your questions.

Asked by mgruhler on 2017-01-22 06:55:19 UTC

I am following this but now have yaml files instead of URDF?

Asked by burf2000 on 2017-01-22 10:39:02 UTC

Answers