ORB-SLAM3/build_ros.sh

8 lines
116 B
Bash

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