Skip to content

Commit 8ead168

Browse files
Duncan Calvertesteve
authored andcommitted
Fix up rmw repos (#53)
* Fix rmw repos (add idl support) but leave them commented, as some users might not have them. * Add documentation to explain how to use other rmw implementations.
1 parent 97feedc commit 8ead168

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

ros2_java_desktop.repos

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ repositories:
8787
type: git
8888
url: https://github.com/ros2/rmw_connext.git
8989
version: master
90+
ros2/rosidl_typesupport_connext:
91+
type: git
92+
url: https://github.com/ros2/rosidl_typesupport_connext.git
93+
version: master
9094
ros2/rmw_fastrtps:
9195
type: git
9296
url: https://github.com/ros2/rmw_fastrtps.git
@@ -95,10 +99,14 @@ repositories:
9599
type: git
96100
url: https://github.com/ros2/rmw_implementation.git
97101
version: master
98-
# ros2/rmw_opensplice:
99-
# type: git
100-
# url: https://github.com/ros2/rmw_opensplice.git
101-
# version: master
102+
ros2/rmw_opensplice:
103+
type: git
104+
url: https://github.com/ros2/rmw_opensplice.git
105+
version: master
106+
ros2/rosidl_typesupport_opensplice:
107+
type: git
108+
url: https://github.com/ros2/rosidl_typesupport_opensplice.git
109+
version: master
102110
ros2/ros1_bridge:
103111
type: git
104112
url: https://github.com/ros2/ros1_bridge.git

0 commit comments

Comments
 (0)