Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 499 Bytes

Rcss3d Nao Documentation

This is a repository for maintaining the documentation for ROS2 rcss3d_nao. See the compiled instructions on our Website

Maintenance Guide

Below is a guide for the maintainers of this documentation.

Installing Dependencies

pip3 install -r requirements.txt

Compiling

To compile locally, run make html in the root directory. The home documentation page can be opened by opening _build/html/index.html in a browser.