Skip to content

Commit 1d44007

Browse files
committed
Fix repos file for non-UWP build
1 parent 78bf84f commit 1d44007

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

ros2_dotnet.repos

+14-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repositories:
5555
type: git
5656
url: https://github.com/ros2/example_interfaces.git
5757
version: crystal
58-
ros2/launch
58+
ros2/launch:
5959
type: git
6060
url: https://github.com/ros2/launch.git
6161
version: crystal
@@ -75,6 +75,10 @@ repositories:
7575
type: git
7676
url: https://github.com/ros2/rcl_interfaces.git
7777
version: crystal
78+
ros2/rclpy:
79+
type: git
80+
url: https://github.com/ros2/rclpy.git
81+
version: crystal
7882
ros2/rcl_logging:
7983
type: git
8084
url: https://github.com/ros2/rcl_logging.git
@@ -91,6 +95,10 @@ repositories:
9195
type: git
9296
url: https://github.com/ros2/rmw_implementation.git
9397
version: crystal
98+
ros2/ros2cli:
99+
type: git
100+
url: https://github.com/ros2/ros2cli.git
101+
version: crystal
94102
ros2/rosidl:
95103
type: git
96104
url: https://github.com/ros2/rosidl.git
@@ -103,6 +111,10 @@ repositories:
103111
type: git
104112
url: https://github.com/ros2/rosidl_defaults.git
105113
version: crystal
114+
ros2/rosidl_python:
115+
type: git
116+
url: https://github.com/ros2/rosidl_python.git
117+
version: crystal
106118
ros2/rosidl_typesupport:
107119
type: git
108120
url: https://github.com/ros2-dotnet/rosidl_typesupport.git
@@ -128,5 +140,5 @@ repositories:
128140
version: master
129141
ros2_dotnet/ros2_dotnet:
130142
type: git
131-
url: https://github.com/esteve/ros2_dotnet.git
143+
url: https://github.com/ros2-dotnet/ros2_dotnet.git
132144
version: crystal

0 commit comments

Comments
 (0)