Overview
The best way to learn ROS2 is by doing so we have put together a series of mini projects that will introduce you to the important parts of ROS2 and the lunabot-ros2
repo that we use in our day to day.
A common goal amongst the mini-projects is getting you comfortable using google and our internal documentation for troubleshooting so we might not provide as much advice as normal since we want to see what you can do!
Start
Read through the getting started documentation.
Install ROS2 on your system
Create a ROS2 workspace and clone the
lunabot-ros2
repo into it (instructions in the installation docs)Create a new branch from
main
usinggit checkout -b intro/<your-name>
Complete projects 1, 2, and 3