Skip to main content

Getting Started with ROS 2

This chapter covers installation and initial setup of ROS 2 on your system.

Installation

Follow the official ROS 2 installation guide for your operating system.

Verification

After installation, verify your setup by running:

ros2 --version

You should see the ROS 2 version number.

What's Next

Learn about core ROS 2 concepts in the next chapter.