Skip to content
Snippets Groups Projects
Commit ab0b1687 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

compiling also bno driver

parent 8fffb4a0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,12 @@ cmake -DCMAKE_BUILD_TYPE:=Release ..
make -j8;
ctest -j8;
sudo make install;
cd ~/libraries/wolf/imu/build;
cd ~/libraries/gnss_utils/build;
cmake -DCMAKE_BUILD_TYPE:=Release ..
make -j8;
ctest -j8;
sudo make install;
cd ~/libraries/bno0556_imu_drivers/build;
cmake -DCMAKE_BUILD_TYPE:=Release ..
make -j8;
ctest -j8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment