ROS2 package for dynaVINS
- Prefer to the below:
- Ubuntu 20.04
- ROS2 foxy
- OpenCV 4.2.0
Clone repository to your ROS workspace
- mkdir -p colcon_ws/src
- cd ~/colcon_ws/src
- git clone https://github.com/maekjuplease/DYNAVINS_ROS2.git
- colcon build --symlink-install
Please refer to the following command: ros2 runa dynaVINS
This repository is modified from VINS-Fusion repository and dynaVINS repository.