Skip to content

Commit 6664ab3

Browse files
authored
Update desktop repos file (#94)
We don't need to build everything from source, only some of the ROS interface packages. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent 941af4d commit 6664ab3

File tree

1 file changed

+13
-97
lines changed

1 file changed

+13
-97
lines changed

ros2_java_desktop.repos

Lines changed: 13 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,29 @@
11
repositories:
2-
eProsima/Fast-CDR:
2+
ament/ament_java:
33
type: git
4-
url: https://github.com/eProsima/Fast-CDR.git
5-
version: v1.0.7
6-
eProsima/Fast-RTPS:
7-
type: git
8-
url: https://github.com/eProsima/Fast-RTPS.git
9-
version: 7a0b0fe7ca8d2c4ea41e36744c6024c263a6505a
10-
ros/class_loader:
11-
type: git
12-
url: https://github.com/ros/class_loader.git
13-
version: 1.1.0
14-
ros/console_bridge:
15-
type: git
16-
url: https://github.com/ros/console_bridge.git
17-
version: ad25f7307da76be2857545e7e5c2a20727eee542
18-
ros2/console_bridge_vendor:
19-
type: git
20-
url: https://github.com/ros2/console_bridge_vendor.git
4+
url: https://github.com/ros2-java/ament_java.git
215
version: master
22-
ros2/ament_cmake_ros:
23-
type: git
24-
url: https://github.com/ros2/ament_cmake_ros.git
25-
version: 0.5.0
26-
ros2/rcutils:
27-
type: git
28-
url: https://github.com/ros2/rcutils.git
29-
version: 0.5.1
306
ros2/common_interfaces:
317
type: git
32-
url: https://github.com/ros2/common_interfaces.git
33-
version: 0.5.0
34-
ros2/example_interfaces:
35-
type: git
36-
url: https://github.com/ros2/example_interfaces.git
37-
version: 0.5.0
38-
ros2/launch:
39-
type: git
40-
url: https://github.com/ros2/launch.git
41-
version: 0.5.2
42-
ros2/libyaml_vendor:
43-
type: git
44-
url: https://github.com/ros2/libyaml_vendor.git
45-
version: 1.0.0
46-
ros2/poco_vendor:
47-
type: git
48-
url: https://github.com/ros2/poco_vendor.git
49-
version: 1.1.1
50-
ros2/rcl:
51-
type: git
52-
url: https://github.com/ros2/rcl.git
53-
version: 0.5.1
8+
url: https://github.com/ros2/common_interfaces
9+
version: dashing
5410
ros2/rcl_interfaces:
5511
type: git
5612
url: https://github.com/ros2/rcl_interfaces.git
57-
version: master
58-
ros2/rclpy:
59-
type: git
60-
url: https://github.com/ros2/rclpy.git
61-
version: 0.5.3
62-
ros2/rmw:
63-
type: git
64-
url: https://github.com/ros2/rmw.git
65-
version: 0.5.0
66-
ros2/rmw_fastrtps:
67-
type: git
68-
url: https://github.com/ros2/rmw_fastrtps.git
69-
version: 0.5.1
70-
ros2/rmw_implementation:
71-
type: git
72-
url: https://github.com/ros2/rmw_implementation.git
73-
version: 0.5.1
74-
ros2/rmw_opensplice:
75-
type: git
76-
url: https://github.com/ros2/rmw_opensplice.git
77-
version: 0.5.2
78-
ros2/rosidl_typesupport_opensplice:
79-
type: git
80-
url: https://github.com/ros2/rosidl_typesupport_opensplice.git
81-
version: 0.5.0
82-
ros2/ros2cli:
83-
type: git
84-
url: https://github.com/ros2/ros2cli.git
85-
version: 0.5.3
86-
ros2/rosidl:
87-
type: git
88-
url: https://github.com/ros2/rosidl.git
89-
version: 0.5.1
90-
ros2/rosidl_dds:
91-
type: git
92-
url: https://github.com/ros2/rosidl_dds.git
93-
version: 0.5.0
13+
version: dashing
9414
ros2/rosidl_defaults:
9515
type: git
96-
url: https://github.com/ros2/rosidl_defaults.git
97-
version: 0.5.0
98-
ros2/rosidl_python:
16+
url: https://github.com/ros2/rosidl_defaults
17+
version: dashing
18+
ros2/unique_identifier_msgs:
9919
type: git
100-
url: https://github.com/ros2/rosidl_python.git
101-
version: 0.5.2
102-
ros2/rosidl_typesupport:
103-
type: git
104-
url: https://github.com/ros2/rosidl_typesupport.git
105-
version: 0.5.0
20+
url: https://github.com/ros2/unique_identifier_msgs
21+
version: dashing
10622
ros2_java/ros2_java:
10723
type: git
108-
url: https://github.com/esteve/ros2_java.git
109-
version: master
24+
url: https://github.com/ros2-java/ros2_java.git
25+
version: dashing
11026
ros2_java/ros2_java_examples:
11127
type: git
112-
url: https://github.com/esteve/ros2_java_examples.git
28+
url: https://github.com/ros2-java/ros2_java_examples.git
11329
version: master

0 commit comments

Comments
 (0)