Skip to content

RoboManipal/Learn-ROS2

Repository files navigation

Learn ROS2

A repository to learn ROS2, contains examples and tutorials.

For Developers

Setup

To setup the repository, run the following commands.

git clone https://github.com/RoboManipal/Learn-ROS2
cd Learn-ROS2

Installation

To install the required dependencies, run the following commands.

poetry install

Serving the Website

To serve the website, run the following commands.

poetry run mkdocs serve