Last active
July 29, 2019 22:10
-
-
Save tykurtz/d6af19619cdb4a1b7e03180d0c582c65 to your computer and use it in GitHub Desktop.
Revisions
-
tykurtz revised this gist
Jul 29, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 --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 -
tykurtz revised this gist
Jul 29, 2019 . No changes.There are no files selected for viewing
-
tykurtz revised this gist
Jul 17, 2019 . 1 changed file with 8 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,10 @@ #!/bin/bash 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 -
tykurtz created this gist
Jul 13, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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