Skip to content

Commit 69e4ef8

Browse files
committed
install full ros2_tracing package
1 parent 4910a42 commit 69e4ef8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/custom.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 'message-link instrumentation' and 'dual-session mode' in jazzy
44
cd /docker-ros/ws
55
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
6+
rosdep update && rosdep install -y -i --from-paths src/ros2_tracing
77
source /opt/ros/${ROS_DISTRO}/setup.bash
8-
colcon build --packages-up-to tracetools tracetools_launch --allow-overriding tracetools --allow-overriding tracetools_launch
8+
colcon build --cmake-args '-DCMAKE_BUILD_TYPE=Release' --allow-overriding tracetools --allow-overriding tracetools_launch
99
rm -r src/ros2_tracing log build

0 commit comments

Comments
 (0)