There was an error while loading. Please reload this page.
1 parent 4910a42 commit 69e4ef8Copy full SHA for 69e4ef8
1 file changed
docker/custom.sh
@@ -3,7 +3,7 @@
3
# 'message-link instrumentation' and 'dual-session mode' in jazzy
4
cd /docker-ros/ws
5
git clone --branch jazzy-ika https://github.com/RaphvK/ros2_tracing.git src/ros2_tracing
6
-rosdep update && rosdep install -y -i --from-paths src/ros2_tracing/tracetools src/ros2_tracing/tracetools_launch
+rosdep update && rosdep install -y -i --from-paths src/ros2_tracing
7
source /opt/ros/${ROS_DISTRO}/setup.bash
8
-colcon build --packages-up-to tracetools tracetools_launch --allow-overriding tracetools --allow-overriding tracetools_launch
+colcon build --cmake-args '-DCMAKE_BUILD_TYPE=Release' --allow-overriding tracetools --allow-overriding tracetools_launch
9
rm -r src/ros2_tracing log build
0 commit comments