This folder holds the source and configuration files used to generate the ros2_control documentation web site.
NOTE: Current test version of the documentation can be found here.
Dependencies for Build:
sudo apt install python3-pip
pip3 install sphinx sphinx-rtd-theme
Alternatively, follow the Sphinx installation guide.
Build the docs locally with make html
and you'll find the built docs entry point in _build/html/index.html
.