initial commit

This commit is contained in:
2022-08-05 08:23:25 +03:00
commit 5ecdc6abcf
387 changed files with 3010095 additions and 0 deletions

8
ov_core/rosdoc.yaml Normal file
View File

@@ -0,0 +1,8 @@
# This uses a stupid hack to get all the documentation to be included in each project
# Right now the `use_mdfile_as_mainpage` is also appended to the doxygen "INPUT"
# Thus, we will append the whole OpenVINS documentation by going up one directory!
- builder: doxygen
file_patterns: '*.c *.cpp *.h *.cc *.hh *.dox'
exclude_patterns: '*/ov_data/* */ov_eval/* */ov_init/* */ov_msckf/*'
use_mdfile_as_mainpage: '../'