thien94 / orb_slam3_ros

A ROS implementation of ORB_SLAM3
GNU General Public License v3.0
261 stars 81 forks source link

add required files to build #1

Closed kielerrr closed 1 year ago

kielerrr commented 1 year ago

these files are required to build

thien94 commented 1 year ago

Thanks for the info. The files were missing because .gitignore (copied directly from ORB-SLAM3) excluded them for some reason.

I have added the files and modified .gitignore in the latest commit. Hope this helps.