v1
This commit is contained in:
7
build_ros.sh
Normal file
7
build_ros.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
echo "Building ROS nodes"
|
||||
|
||||
cd Examples/ROS/ORB_SLAM2
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DROS_BUILD_TYPE=Release
|
||||
make -j
|
||||
Reference in New Issue
Block a user