Goal
Install ROS 2 Jazzy, configure a colcon workspace and run a first node on Ubuntu 24.04.
Procedure
- Configure the ROS 2 package repository and install desktop tools.
- Source
/opt/ros/jazzy/setup.bash. - Create and build a colcon workspace.
- Run a publisher and subscriber demo.
Verification
Record the command output, confirm the expected ROS 2 topic or behaviour, and resolve power, TF and device-permission errors before continuing.