This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |