This repository has been archived on 2022-06-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ORB_SLAM3_linux/build_ros.sh
Ivan c63e1ff208 v1
2022-06-08 17:41:00 +03:00

8 lines
116 B
Bash
Executable File

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