A repository to learn ROS2, contains examples and tutorials.
To setup the repository, run the following commands.
git clone https://github.com/RoboManipal/Learn-ROS2
cd Learn-ROS2
To install the required dependencies, run the following commands.
poetry install
To serve the website, run the following commands.
poetry run mkdocs serve