This package contains the documentation files to generate the documentation pages.
In you are willing to contribute to this package, please check the instructions in CONTRIBUTING
This software is a research prototype, originally developed for the EU ECSEL Project 662107 SWARMs.
The software is not ready for production use. However, the license conditions of the applicable Open Source licenses allow you to adapt the software to your needs. Before using it in a safety relevant setting, make sure that the software fulfills your requirements and adjust it according to any applicable safety standards (e.g. ISO 26262).
Install the dependencies
sudo apt install python3-pip
sudo pip3 install virtualenv
virtualenv -p python3 venv
pip install -r requirements.txt
git clone https://github.com/uuvsimulator/uuvsimulator.github.io.git site
Run
> moxygen --anchors --groups --output api-%s.md /path/to/doxygen/xml
UUV Simulator is open-sourced under the Apache-2.0 license. See the LICENSE file for details.