Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 363 Bytes

Inverse Perspective Mapping (IPM) Docs

Repository for maintaining the Sphinx Documentation for the ROS2 Inverse Perspective Mapping

Installing Dependencies

pip 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.