Files
ORB_SLAM3_Win/build_ros.sh
2022-01-20 20:20:08 +02:00

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