水下相机和声呐融合的SLAM程序
Underwater Camera and Sonar SLAM
## Building
* Clone the repository
* Ensure dependencies are installed
* Create a build folder `mkdir build` and `cd build`
* Run cmake `cmake ..`
* Build it `make -j5`
* Run the program `./mast_project_synth`
1