Personal repository for working through the official ROS 2 Humble Tutorials. Includes custom packages in both C++ and Python covering the core ROS 2 concepts.
- Install ROS 2 Humble on Ubuntu 22.04
Clone the repository:
git clone git@github.com:luisluna01/ros_tutorial.git
cd ros_tutorials # Navigate to ROS2 workspaceSource ROS 2, then build and source the ROS2 workspace:
source /opt/ros/humble/setup.bash
colcon build --symlink-install
source install/setup.bashLuis Luna