From d16b515cb49b2dda173ec4a4c0786d535349f48c Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Mon, 6 Apr 2020 13:14:04 -0700 Subject: [PATCH 1/2] Add example_interfaces to desktop repos file This package is required by rcljava_examples. Signed-off-by: Jacob Perron --- ros2_java_desktop.repos | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ros2_java_desktop.repos b/ros2_java_desktop.repos index 2fc3529d..5736942a 100644 --- a/ros2_java_desktop.repos +++ b/ros2_java_desktop.repos @@ -7,6 +7,10 @@ repositories: type: git url: https://github.com/ros2/common_interfaces version: dashing + ros2/example_interfaces: + type: git + url: https://github.com/ros2/example_interfaces + version: dashing ros2/rcl_interfaces: type: git url: https://github.com/ros2/rcl_interfaces.git From 85126f0d3feca1680562365d10991d3cca8f76a2 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Mon, 6 Apr 2020 13:15:25 -0700 Subject: [PATCH 2/2] Append .git to repository URLs for consistency Signed-off-by: Jacob Perron --- ros2_java_desktop.repos | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ros2_java_desktop.repos b/ros2_java_desktop.repos index 5736942a..78ef6a0e 100644 --- a/ros2_java_desktop.repos +++ b/ros2_java_desktop.repos @@ -5,11 +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 + url: https://github.com/ros2/example_interfaces.git version: dashing ros2/rcl_interfaces: type: git @@ -17,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