991d5c6ccbc4a141f25ac0c60cf0522637fd62aa
open_vins for AR.
Installation
Requirements
- Ubuntu 20.04
- OpenCV 3 with contrib and libgdal included: https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html. If catkin buld will be complaining that OpenCV is not found, please set the variable in CMakeLists.txt for each package: set(OpenCV_DIR "path_to_opencv_build_directory")
- ROS noetic, install only ROS fromm this guide (do not install open_vins): https://docs.openvins.com/gs-installing.html
- KAIST Urban dataset. On the server: /mnt/disk-small
Building
mkdir -p ~/workspace/catkin_ws_ov/src/ && cd ~/workspace/catkin_ws_ov/srcgit clone https://git.drivecast.tech/pi/openvins_linux.gitcd ../catkin build
Running
- from terminal in
~/workspace/catkin_ws_ov/directorysource devel/setup.bashand thenroslaunch ov_msckf subscribe.launch config:=kaist
Description
Languages
C++
94.4%
CMake
3%
Shell
1.3%
Python
0.9%
MATLAB
0.3%
Other
0.1%