Skip to content

Commit 2810b42

Browse files
authored
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 <jacob@openrobotics.org> * Append .git to repository URLs for consistency Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent 1190aeb commit 2810b42

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ros2_java_desktop.repos

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@ repositories:
55
version: master
66
ros2/common_interfaces:
77
type: git
8-
url: https://github.com/ros2/common_interfaces
8+
url: https://github.com/ros2/common_interfaces.git
9+
version: dashing
10+
ros2/example_interfaces:
11+
type: git
12+
url: https://github.com/ros2/example_interfaces.git
913
version: dashing
1014
ros2/rcl_interfaces:
1115
type: git
1216
url: https://github.com/ros2/rcl_interfaces.git
1317
version: dashing
1418
ros2/rosidl_defaults:
1519
type: git
16-
url: https://github.com/ros2/rosidl_defaults
20+
url: https://github.com/ros2/rosidl_defaults.git
1721
version: dashing
1822
ros2/unique_identifier_msgs:
1923
type: git
20-
url: https://github.com/ros2/unique_identifier_msgs
24+
url: https://github.com/ros2/unique_identifier_msgs.git
2125
version: dashing
2226
ros2_java/ros2_java:
2327
type: git

0 commit comments

Comments
 (0)