Skip to content

Instantly share code, notes, and snippets.

@marco-tranzatto
Last active February 2, 2021 13:16
Show Gist options
  • Save marco-tranzatto/7382ef6c7089104e525812d37ec620cb to your computer and use it in GitHub Desktop.
Save marco-tranzatto/7382ef6c7089104e525812d37ec620cb to your computer and use it in GitHub Desktop.
catkin workspace
mkdir -p ~/catkin_ws/src
source /opt/ros/noetic/setup.bash
cd ~/catkin_ws
catkin init
catkin config --extend /opt/ros/noetic
catkin config --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment