ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you have time to buy a book, chapter eight of Programming Robots with ROS has exactly what you are looking for.

If you have time to buy a book, chapter eight of Programming Robots with ROS has exactly what you are looking for.

edit:

Here are responses to your specific questions.

  1. You do not need to convert from URDF since ROS can spawn models in Gazebo.

  2. You do not need to write Gazebo plugins since there are already some available, like gazebo_ros_pkgs

  3. Yes, you will still be using ROS. The joints are controlled by publishing on the appropriate topics.

  4. I often come here for help, too :)