Skip to content

Instantly share code, notes, and snippets.

@l1va
l1va / install_cartographer_proto_locally.sh
Last active July 2, 2020 15:41
Custom cartographer installation to not update system protobuf
cd ~/catkin_ws
# Install wstool and rosdep.
sudo apt-get update
sudo apt-get install -y python-wstool python-rosdep ninja-build
# Build sources with old protobuf firstly
catkin_make_isolated --install --use-ninja -DCATKIN_ENABLE_TESTING=false
wstool init src