From 54d093b7069831e7d78606703cf319946d572e1a Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Wed, 6 May 2020 08:59:08 -0700 Subject: [PATCH] Add example_interfaces to desktop repos file (#101) * Add example_interfaces to desktop repos file This package is required by rcljava_examples. Signed-off-by: Jacob Perron * Append .git to repository URLs for consistency Signed-off-by: Jacob Perron --- ros2_java_desktop.repos | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ros2_java_desktop.repos b/ros2_java_desktop.repos index 2fc3529d..78ef6a0e 100644 --- a/ros2_java_desktop.repos +++ b/ros2_java_desktop.repos @@ -5,7 +5,11 @@ repositories: version: master ros2/common_interfaces: type: git - url: https://github.com/ros2/common_interfaces + url: https://github.com/ros2/common_interfaces.git + version: dashing + ros2/example_interfaces: + type: git + url: https://github.com/ros2/example_interfaces.git version: dashing ros2/rcl_interfaces: type: git @@ -13,11 +17,11 @@ repositories: version: dashing ros2/rosidl_defaults: type: git - url: https://github.com/ros2/rosidl_defaults + url: https://github.com/ros2/rosidl_defaults.git version: dashing ros2/unique_identifier_msgs: type: git - url: https://github.com/ros2/unique_identifier_msgs + url: https://github.com/ros2/unique_identifier_msgs.git version: dashing ros2_java/ros2_java: type: git