-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The last 2 steps of the build script DS_SLAM_HERO_BUILD.sh do not quite make sense to me, where the buildings are performed under FPGA-based-DS-SLAM/build/build and FPGA-based-DS-SLAM/build/build/build. Can you clarify that?
echo "Configuring and building ORB_SLAM2 ..."
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j
echo "Configuring and building ORB_SLAM2_PointMap_SegNetM ..."
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j
echo "Configuring and building ORB_SLAM2_PointMap_SegNetM/libsegmentation ..."
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -jReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels