From f45a66f47dc727e3ccb13037a6c57923af1446c7 Mon Sep 17 00:00:00 2001 From: Grey Date: Wed, 30 Oct 2024 19:59:04 +0800 Subject: [PATCH] Add a .repos file for jazzy (#425) Signed-off-by: Michael X. Grey Signed-off-by: Michael X. Grey --- ros2_rust_jazzy.repos | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ros2_rust_jazzy.repos diff --git a/ros2_rust_jazzy.repos b/ros2_rust_jazzy.repos new file mode 100644 index 000000000..3f72f560d --- /dev/null +++ b/ros2_rust_jazzy.repos @@ -0,0 +1,29 @@ +repositories: + ros2/common_interfaces: + type: git + url: https://github.com/ros2/common_interfaces.git + version: jazzy + ros2/example_interfaces: + type: git + url: https://github.com/ros2/example_interfaces.git + version: jazzy + ros2/rcl_interfaces: + type: git + url: https://github.com/ros2/rcl_interfaces.git + version: jazzy + ros2/test_interface_files: + type: git + url: https://github.com/ros2/test_interface_files.git + version: jazzy + ros2/rosidl_core: + type: git + url: https://github.com/ros2/rosidl_core.git + version: jazzy + ros2/rosidl_defaults: + type: git + url: https://github.com/ros2/rosidl_defaults.git + version: jazzy + ros2/unique_identifier_msgs: + type: git + url: https://github.com/ros2/unique_identifier_msgs.git + version: jazzy