rpng / open_vins

An open source platform for visual-inertial navigation research.
https://docs.openvins.com
GNU General Public License v3.0
2.13k stars 630 forks source link

Cmake file rework #219

Closed goldbattle closed 2 years ago

goldbattle commented 2 years ago

This tries to rework the cmake system to better support ROS 1 and ROS 2 building and installing the package. Additionally, this reduces the cmake version requirement to 3.3 which should make it easier to install (original 3.12 was needed to find python, and this PR converts it to using the PythonLibs cmake config instead.

catkin config --install
catkin build