Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 494 Bytes

File metadata and controls

30 lines (19 loc) · 494 Bytes

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