Skip to content

Instantly share code, notes, and snippets.

@tykurtz
Last active July 29, 2019 22:10
Show Gist options
  • Save tykurtz/d6af19619cdb4a1b7e03180d0c582c65 to your computer and use it in GitHub Desktop.
Save tykurtz/d6af19619cdb4a1b7e03180d0c582c65 to your computer and use it in GitHub Desktop.

Revisions

  1. tykurtz revised this gist Jul 29, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions catkin_configuration.sh
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,6 @@ cd ~/catkin_ws
    catkin init
    mkdir src

    catkin config --profile release -x _release --cmake-args -DCMAKE_BUILD_TYPE=Release --extend /opt/ros/melodic
    catkin config --profile debug -x _debug --cmake-args -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 --extend /opt/ros/melodic
    catkin config --profile release -x _release --extend /opt/ros/melodic --cmake-args -DCMAKE_BUILD_TYPE=Release
    catkin config --profile debug -x _debug --extend /opt/ros/melodic --cmake-args -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1
    catkin profile set debug
  2. tykurtz revised this gist Jul 29, 2019. No changes.
  3. tykurtz revised this gist Jul 17, 2019. 1 changed file with 8 additions and 2 deletions.
    10 changes: 8 additions & 2 deletions catkin_configuration.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,10 @@
    #!/bin/bash
    catkin config --profile release -x _release --cmake-args -DCMAKE_BUILD_TYPE=Release
    catkin config --profile debug -x _debug --cmake-args -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1

    mkdir ~/catkin_ws
    cd ~/catkin_ws
    catkin init
    mkdir src

    catkin config --profile release -x _release --cmake-args -DCMAKE_BUILD_TYPE=Release --extend /opt/ros/melodic
    catkin config --profile debug -x _debug --cmake-args -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 --extend /opt/ros/melodic
    catkin profile set debug
  4. tykurtz created this gist Jul 13, 2019.
    4 changes: 4 additions & 0 deletions catkin_configuration.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/bin/bash
    catkin config --profile release -x _release --cmake-args -DCMAKE_BUILD_TYPE=Release
    catkin config --profile debug -x _debug --cmake-args -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1
    catkin profile set debug