From b9af6c60b27e8f344401c42a36b384875f05afd5 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Mon, 1 Jul 2019 13:04:51 +0200 Subject: [PATCH] Add rcpputils to source dependencies --- ci_source_deps.repos | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci_source_deps.repos b/ci_source_deps.repos index e087a48..a50b5f6 100644 --- a/ci_source_deps.repos +++ b/ci_source_deps.repos @@ -10,3 +10,7 @@ repositories: ros2/rmw_implementation: type: git url: https://github.com/ros2/rmw_implementation.git + ros2/rcpputils: + type: git + url: https://github.com/ros2/rcpputils.git + version: master