Skip to content

Instantly share code, notes, and snippets.

@kdaun
kdaun / install_cartographer_local.sh
Last active November 8, 2022 19:03 — forked from l1va/install_cartographer_proto_locally.sh
Cartographer install script depending on a local protobuf install
# Install wstool and rosdep.
sudo apt-get update
sudo apt-get install -y python-wstool python-rosdep ninja-build
# Create a new workspace in 'catkin_ws'.
mkdir cartographer_ws
cd cartographer_ws
wstool init src
# Merge the cartographer_ros.rosinstall file and fetch code for dependencies.