1 Star 0 Fork 3

yunpengmax / ORB_SLAM2_Microservice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
gaochq 提交于 2017-11-13 11:41 . Md build.sh
echo "Configuring and building Thirdparty/DBoW2 ..."
cd Thirdparty/DBoW2
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j
cd ../../../
echo "Uncompress vocabulary ..."
cd Vocabulary
tar -xf ORBvoc.tar.gz
cd ..
echo "Configuring and building ORB_SLAM2 ..."
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
1
https://gitee.com/yunpengmax/ORB_SLAM2_Microservice.git
git@gitee.com:yunpengmax/ORB_SLAM2_Microservice.git
yunpengmax
ORB_SLAM2_Microservice
ORB_SLAM2_Microservice
Cloudv2.0

搜索帮助