Files
ORB-SLAM2_Win/build_ros.sh
2022-06-21 09:16:15 +03:00

8 lines
116 B
Bash

echo "Building ROS nodes"
cd Examples/ROS/ORB_SLAM2
mkdir build
cd build
cmake .. -DROS_BUILD_TYPE=Release
make -j