(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Getting Started with ROS

Description: A quick guide to getting started with ROS.

Tutorial Level: BEGINNER

What is ROS?

ROS can be described as a collection of programs which are useful for controlling robots. These programs can be connected together to build useful systems and enable robots to share the same underlying code which accelerates development time for new applications.

ROS Overview.png

What can ROS do?

ROS can be configured to control almost any robot from the simple to very complex. It can also interface with the Gazebo Simulator to control virtual robots that can be used to test control algorithms quickly. ROS saves development time by eliminating the need to reinvent fundamental algorithms for most robotic applications such as SLAM, path planning, and of course, forward and inverse kinematics for robotic arms. ROS

How can I use ROS?

  1. Install ROS on your computer:

  2. Follow some tutorials and learn the basics of ROS.
  3. Configure ROS for your robot and carry on with what interests you.

Wiki: DereckWonnacott/tutorials/GettingStarted (last edited 2013-03-14 22:15:43 by DereckWonnacott)