Skip to content

Commit c1badeb

Browse files
authored
micro-ROS jazzy Library auto-update 03-04-2025 06:26 (#1952)
Co-authored-by: pablogs9 <[email protected]>
1 parent c40fdbf commit c1badeb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

built_packages

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
https://github.com/ament/ament_cmake.git 4d0f3df6284175ae24972c26634a88d4b3a4d404
33
https://github.com/ament/ament_index.git 0a35ca69b3f3514242282e00ac9170e98c078fcd
4-
https://github.com/ament/ament_lint.git ee0a8f02cb4fcde706de6d1ce4e2a898039ecf4f
5-
https://github.com/ament/ament_package.git fa56ea8029c28ad20ff87de283fc848754197a2e
4+
https://github.com/ament/ament_lint.git 645dd47c91cfba6d6d7365a83cb43f7dcf26ec8a
5+
https://github.com/ament/ament_package.git 550139620135431936de9478c7b9b1f53bbbfe44
66
https://github.com/ament/googletest.git 449327bfc17e58db5ce53955b8e250427909a1c8
7-
https://github.com/ament/uncrustify_vendor.git 670c64065d0a0d8407cbfa10124c542a9fde75c1
7+
https://github.com/ament/uncrustify_vendor.git e3492bf8846c36e8686a11f2af45f361be8a790b
88
https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f04
99
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 83f129a80770a09aac9e823896ecbf6a0eddf0fc
1010
https://github.com/micro-ROS/micro_ros_msgs.git 4594d9db17db735b1e655141fb4afb4cdcfc5789
1111
https://github.com/micro-ROS/micro_ros_utilities aa799eea0a63edfc1665cdcb1e9053827b69c730
12-
https://github.com/micro-ROS/rcl ccdf9fac2feeca8da7129b4f44e14b02beaadb2b
12+
https://github.com/micro-ROS/rcl 2cea321e6aad0a956bde33a0a2199ca878aa6672
1313
https://github.com/micro-ROS/rcutils c1b30530a228c4fcf6a6da78c0cbfd8f08fd3363
1414
https://github.com/micro-ROS/rmw-microxrcedds.git a698d4e9fc7f6780c44cc900a279d3f2d0c90856
1515
https://github.com/micro-ROS/rosidl_typesupport.git 7505a5f4ec8794ec1bb716bb54e0db89398dcd93
@@ -19,11 +19,11 @@ https://github.com/ros2/ament_cmake_ros.git 4656ed1c514fa12503a0c01d33fd13d406a5
1919
https://github.com/ros2/common_interfaces.git 137e97dc5ec724b78cdbaa3b89927c3c29f81f02
2020
https://github.com/ros2/example_interfaces.git 3fac5497d76b1425cfbd556d3010f33d905d5f73
2121
https://github.com/ros2/libyaml_vendor.git a54a952b730921146dc422d5e5beef5563df0fac
22-
https://github.com/ros2/rcl.git d1ad72d9b027b36955c3777c82ffa0d43378789d
22+
https://github.com/ros2/rcl.git 9b7e75d5b63d4e477ae1184a22764040241123db
2323
https://github.com/ros2/rcl_interfaces.git 7d568ce77ac401487d37f62458bfa1c7bb960738
2424
https://github.com/ros2/rcl_logging.git 727920c2592be6deb6983f0fe1b57cbc929cbb70
2525
https://github.com/ros2/rclc 995cda8c68456c7477ed103d9419a161fd068960
26-
https://github.com/ros2/rcpputils.git ed59af184d925206cf9a4f043a68dca875d06f83
26+
https://github.com/ros2/rcpputils.git 5dfaeda0dfa8a3a2302ae393f7aa249b95dc2124
2727
https://github.com/ros2/rmw.git 38873bae1485ca837e819f8a4006c2dcd316bbb6
2828
https://github.com/ros2/rmw_implementation.git ae483784728098aa6a6ca594d6fb859f0cd4d1b8
2929
https://github.com/ros2/ros2_tracing.git 42e26cca398246db56881e17394abf9f8d3b7755

src/rcl_action/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
/// \def RCL_ACTION_VERSION_PATCH
2727
/// Defines RCL_ACTION version patch number
28-
#define RCL_ACTION_VERSION_PATCH (4)
28+
#define RCL_ACTION_VERSION_PATCH (5)
2929

3030
/// \def RCL_ACTION_VERSION_STR
3131
/// Defines RCL_ACTION version string
32-
#define RCL_ACTION_VERSION_STR "9.2.4"
32+
#define RCL_ACTION_VERSION_STR "9.2.5"
3333

3434
/// \def RCL_ACTION_VERSION_GTE
3535
/// Defines a macro to check whether the version of RCL_ACTION is greater than or equal to

src/rcl_lifecycle/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
/// \def RCL_LIFECYCLE_VERSION_PATCH
2727
/// Defines RCL_LIFECYCLE version patch number
28-
#define RCL_LIFECYCLE_VERSION_PATCH (4)
28+
#define RCL_LIFECYCLE_VERSION_PATCH (5)
2929

3030
/// \def RCL_LIFECYCLE_VERSION_STR
3131
/// Defines RCL_LIFECYCLE version string
32-
#define RCL_LIFECYCLE_VERSION_STR "9.2.4"
32+
#define RCL_LIFECYCLE_VERSION_STR "9.2.5"
3333

3434
/// \def RCL_LIFECYCLE_VERSION_GTE
3535
/// Defines a macro to check whether the version of RCL_LIFECYCLE is greater than or equal to

0 commit comments

Comments
 (0)