This repository has been archived on 2024-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ORB_SLAM3/build_ros.sh
PodmogilnyjIvan ff4acf84be raw
2021-12-03 03:34:31 -08: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