@@ -99,6 +99,14 @@ class Sources:
9999 Repository ("ament_cmake_ros" , "https://github.com/ros2/ament_cmake_ros" , "jazzy" ),
100100 Repository ("ament_index" , "https://github.com/ament/ament_index" , "jazzy" )
101101 ],
102+ 'kilted' : [
103+ Repository ("ament_cmake" , "https://github.com/ament/ament_cmake" , "kilted" ),
104+ Repository ("ament_lint" , "https://github.com/ament/ament_lint" , "kilted" ),
105+ Repository ("ament_package" , "https://github.com/ament/ament_package" , "kilted" ),
106+ Repository ("googletest" , "https://github.com/ament/googletest" , "kilted" ),
107+ Repository ("ament_cmake_ros" , "https://github.com/ros2/ament_cmake_ros" , "kilted" ),
108+ Repository ("ament_index" , "https://github.com/ament/ament_index" , "kilted" )
109+ ],
102110 'rolling' : [
103111 Repository ("ament_cmake" , "https://github.com/ament/ament_cmake" , "rolling" ),
104112 Repository ("ament_lint" , "https://github.com/ament/ament_lint" , "rolling" ),
@@ -180,6 +188,30 @@ class Sources:
180188 Repository ("rcl_logging" , "https://github.com/ros2/rcl_logging" , "jazzy" ),
181189 Repository ("ros2_tracing" , "https://github.com/ros2/ros2_tracing" , "jazzy" ),
182190 ],
191+ 'kilted' : [
192+ Repository ("micro-CDR" , "https://github.com/eProsima/micro-CDR" , "kilted" , "ros2" ),
193+ Repository ("Micro-XRCE-DDS-Client" , "https://github.com/eProsima/Micro-XRCE-DDS-Client" , "kilted" , "ros2" ),
194+ Repository ("rcl" , "https://github.com/micro-ROS/rcl" , "kilted" ),
195+ Repository ("rclc" , "https://github.com/ros2/rclc" , "kilted" ),
196+ Repository ("micro_ros_utilities" , "https://github.com/micro-ROS/micro_ros_utilities" , "kilted" ),
197+ Repository ("rcutils" , "https://github.com/micro-ROS/rcutils" , "kilted" ),
198+ Repository ("micro_ros_msgs" , "https://github.com/micro-ROS/micro_ros_msgs" , "kilted" ),
199+ Repository ("rmw-microxrcedds" , "https://github.com/micro-ROS/rmw-microxrcedds" , "kilted" ),
200+ Repository ("rosidl_typesupport" , "https://github.com/micro-ROS/rosidl_typesupport" , "kilted" ),
201+ Repository ("rosidl_typesupport_microxrcedds" , "https://github.com/micro-ROS/rosidl_typesupport_microxrcedds" , "kilted" ),
202+ Repository ("rosidl" , "https://github.com/ros2/rosidl" , "kilted" ),
203+ Repository ("rosidl_dynamic_typesupport" , "https://github.com/ros2/rosidl_dynamic_typesupport" , "kilted" ),
204+ Repository ("rosidl_core" , "https://github.com/ros2/rosidl_core" , "kilted" ),
205+ Repository ("rmw" , "https://github.com/ros2/rmw" , "kilted" ),
206+ Repository ("rcl_interfaces" , "https://github.com/ros2/rcl_interfaces" , "kilted" ),
207+ Repository ("rosidl_defaults" , "https://github.com/ros2/rosidl_defaults" , "kilted" ),
208+ Repository ("unique_identifier_msgs" , "https://github.com/ros2/unique_identifier_msgs" , "kilted" ),
209+ Repository ("common_interfaces" , "https://github.com/ros2/common_interfaces" , "kilted" ),
210+ Repository ("test_interface_files" , "https://github.com/ros2/test_interface_files" , "kilted" ),
211+ Repository ("rmw_implementation" , "https://github.com/ros2/rmw_implementation" , "kilted" ),
212+ Repository ("rcl_logging" , "https://github.com/ros2/rcl_logging" , "kilted" ),
213+ Repository ("ros2_tracing" , "https://github.com/ros2/ros2_tracing" , "kilted" ),
214+ ],
183215 'rolling' : [
184216 Repository ("micro-CDR" , "https://github.com/eProsima/micro-CDR" , "rolling" , "ros2" ),
185217 Repository ("Micro-XRCE-DDS-Client" , "https://github.com/eProsima/Micro-XRCE-DDS-Client" , "rolling" , "ros2" ),
@@ -210,5 +242,6 @@ class Sources:
210242 'humble' : ['rcl_logging_log4cxx' , 'rcl_logging_spdlog' , 'rcl_yaml_param_parser' , 'rclc_examples' ],
211243 'iron' : ['test_tracetools' , 'rcl_logging_spdlog' , 'rcl_yaml_param_parser' , 'rclc_examples' ],
212244 'jazzy' : ['test_tracetools' , 'rcl_logging_spdlog' , 'rcl_yaml_param_parser' , 'rclc_examples' , 'lttngpy' ],
245+ 'kilted' : ['test_tracetools' , 'rcl_logging_spdlog' , 'rcl_yaml_param_parser' , 'rclc_examples' , 'lttngpy' , 'rmw_security_common' ],
213246 'rolling' : ['test_tracetools' , 'rcl_logging_spdlog' , 'rcl_yaml_param_parser' , 'rclc_examples' , 'lttngpy' , 'rmw_security_common' ]
214247 }
0 commit comments