ROS2 Journey Part IX
Creating a workspace and package

ROS2 Journey IX

1. Creating a workspace

A workspace is a directory containing ROS 2 packages。

From the root of your workspace (ros2_ws), you can now build your packages using the command:

colcon build

Other useful arguments for colcon build:

← back to writing