Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 360 Bytes

TestingBranch.md

File metadata and controls

18 lines (14 loc) · 360 Bytes

Testing branch

Additional reqs compared to main

sudo apt-get -y install libxml2-utils

Checkout

(assumes that you have checked out MowgliRover in ~/MowgliRover)

cd ~/MowgliRover
git checkout testing
git submodule update --init --recursive
rosdep install --from-paths src --ignore-src -r -y

Then recompile with ./scripts/build_all.sh