@@ -48,6 +48,33 @@ def ros2_repositories_impl():
4848 url = "https://github.com/eclipse-cyclonedds/cyclonedds/archive/refs/tags/0.9.1.tar.gz" ,
4949 )
5050
51+ maybe (
52+ http_archive ,
53+ name = "fastcdr" ,
54+ build_file = "@com_github_mvukov_rules_ros2//repositories:fastcdr.BUILD.bazel" ,
55+ sha256 = "5c4b2ad5493abd30b9475b14856641a8944c98077a36bd0760c1d83c65216e67" ,
56+ strip_prefix = "Fast-CDR-1.1.0" ,
57+ url = "https://github.com/eProsima/Fast-CDR/archive/refs/tags/v1.1.0.tar.gz" ,
58+ )
59+
60+ maybe (
61+ http_archive ,
62+ name = "fastrtps" ,
63+ build_file = "@com_github_mvukov_rules_ros2//repositories:fastrtps.BUILD.bazel" ,
64+ sha256 = "0dca5e455e939c6aeeeb0c82d78ad94f2103b44c188c647f0940d827dd0819b4" ,
65+ strip_prefix = "Fast-DDS-2.7.1" ,
66+ url = "https://github.com/eProsima/Fast-DDS/archive/refs/tags/v2.7.1.tar.gz" ,
67+ )
68+
69+ maybe (
70+ http_archive ,
71+ name = "foonathan_memory" ,
72+ build_file = "@com_github_mvukov_rules_ros2//repositories:foonathan_memory.BUILD.bazel" ,
73+ sha256 = "4203d15db22a94a3978eeb1afb59a37d35c57c0f148733f0f1a53a6281cb74dd" ,
74+ strip_prefix = "memory-0.7-3" ,
75+ url = "https://github.com/foonathan/memory/archive/refs/tags/v0.7-3.tar.gz" ,
76+ )
77+
5178 maybe (
5279 http_archive ,
5380 name = "ros2_geometry2" ,
@@ -244,6 +271,15 @@ def ros2_repositories_impl():
244271 url = "https://github.com/ros2/rmw_dds_common/archive/refs/tags/1.6.0.tar.gz" ,
245272 )
246273
274+ maybe (
275+ http_archive ,
276+ name = "ros2_rmw_fastrtps" ,
277+ build_file = "@com_github_mvukov_rules_ros2//repositories:rmw_fastrtps.BUILD.bazel" ,
278+ sha256 = "a0145b414207a2528fd56e98a56bd6d4c3f0353dcd58f4b3a65224af8bd52284" ,
279+ strip_prefix = "rmw_fastrtps-6.2.3" ,
280+ url = "https://github.com/ros2/rmw_fastrtps/archive/refs/tags/6.2.3.tar.gz" ,
281+ )
282+
247283 maybe (
248284 http_archive ,
249285 name = "ros2_rmw_implementation" ,
@@ -344,6 +380,15 @@ def ros2_repositories_impl():
344380 url = "https://github.com/ros2/rosidl_typesupport/archive/refs/tags/2.0.0.tar.gz" ,
345381 )
346382
383+ maybe (
384+ http_archive ,
385+ name = "ros2_rosidl_typesupport_fastrtps" ,
386+ build_file = "@com_github_mvukov_rules_ros2//repositories:rosidl_typesupport_fastrtps.BUILD.bazel" ,
387+ sha256 = "41deed571ab95f7d2a191af6e4536536f13266df059b0b11f6469be8e44cf304" ,
388+ strip_prefix = "rosidl_typesupport_fastrtps-2.2.1" ,
389+ url = "https://github.com/ros2/rosidl_typesupport_fastrtps/archive/refs/tags/2.2.1.tar.gz" ,
390+ )
391+
347392 maybe (
348393 http_archive ,
349394 name = "ros2_rpyutils" ,
0 commit comments