File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
source /opt/ros/humble/setup.bash
32
32
cd ros2_ws
33
- colcon build --symlink-install
33
+ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
34
34
35
35
- name : Flight test
36
36
id : step5
Original file line number Diff line number Diff line change 48
48
run : |
49
49
source /opt/ros/humble/setup.bash
50
50
cd ros2_ws
51
- colcon build --symlink-install
51
+ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
52
52
53
53
- name : Flight test
54
54
id : step6
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ First Installation
51
51
.. code-block :: bash
52
52
53
53
cd ../
54
- colcon build --symlink-install
54
+ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
55
55
56
56
.. note ::
57
57
symlink-install allows you to edit Python and config files without running `colcon build ` every time.
@@ -99,7 +99,7 @@ You can update your local copy using the following commands:
99
99
git submodule sync
100
100
git submodule update --init --recursive
101
101
cd ../../
102
- colcon build --symlink-install
102
+ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
103
103
104
104
105
105
.. Once you have completed installation,
You can’t perform that action at this time.
0 commit comments