更新MLPNP与编译脚本
parent
d09dbefb05
commit
e53ed2394f
12
build.sh
12
build.sh
|
@ -15,6 +15,15 @@ cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
make -j
|
make -j
|
||||||
|
|
||||||
|
cd ../../Sophus
|
||||||
|
|
||||||
|
echo "Configuring and building Thirdparty/Sophus ..."
|
||||||
|
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
make -j
|
||||||
|
|
||||||
cd ../../../
|
cd ../../../
|
||||||
|
|
||||||
echo "Uncompress vocabulary ..."
|
echo "Uncompress vocabulary ..."
|
||||||
|
@ -28,4 +37,5 @@ echo "Configuring and building ORB_SLAM3 ..."
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
make -j
|
make -j4
|
||||||
|
|
||||||
|
|
2643
src/MLPnPsolver.cpp
2643
src/MLPnPsolver.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue