Skip to content

Commit 4248034

Browse files
pablogs9github-actions[bot]
authored andcommitted
micro-ROS rolling Library auto-update 05-08-2025 06:34
1 parent 028e0ab commit 4248034

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

built_packages

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f
99
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 83f129a80770a09aac9e823896ecbf6a0eddf0fc
1010
https://github.com/micro-ROS/micro_ros_msgs.git b935f634ba4afc91b56afd71ce3adf71179f90a5
1111
https://github.com/micro-ROS/micro_ros_utilities 7764fb371a6c68dc56fffef9ce9005344f34ce85
12-
https://github.com/micro-ROS/rcl 8037e4a276970ac06fc133f3b572a0d3f8dff322
12+
https://github.com/micro-ROS/rcl e629807e9a1eead75e042d0c71d63c0cdea81bca
1313
https://github.com/micro-ROS/rcutils 93c7505d6b64f920fc6cb7bdd9fd51b66656f1e8
1414
https://github.com/micro-ROS/rmw-microxrcedds.git b6e02669d42fd5aeddc1e5b71bac65afd76cddf7
1515
https://github.com/micro-ROS/rosidl_typesupport.git 16c7df67d3b5aa5615332ef702a5da156d6b95cc
@@ -21,12 +21,12 @@ https://github.com/ros2/example_interfaces.git e4f46c5762e433a72b2496bb23b0375ec
2121
https://github.com/ros2/libyaml_vendor.git c69b99721471d47f88042b44e510cfefafb385b9
2222
https://github.com/ros2/rcl.git 4af269ffd487bb24c99aae6246296f3b9376f13c
2323
https://github.com/ros2/rcl_interfaces.git 1bd7d0b36c79e9e6db6980301f3732fff51ddc50
24-
https://github.com/ros2/rcl_logging.git 2632df5bd77e2414169b5e2d61e6322cb363119b
24+
https://github.com/ros2/rcl_logging.git 06814b3a5730d4cdd6db66e529c227febbc1638d
2525
https://github.com/ros2/rclc 74acd42f850d8b2ebc647ae1c326d871fdddf1b3
2626
https://github.com/ros2/rcpputils.git 37a8801c18632d7d725ff1659248e8b12a7f2089
2727
https://github.com/ros2/rmw.git e6addf2411b8ee8a2ac43d691533b8c05ae8f1b6
2828
https://github.com/ros2/rmw_implementation.git f2989ebe617679effe9c0e032415821435532c65
29-
https://github.com/ros2/ros2_tracing.git d373a61c90a3ad3a4a833e46679bb736d4952746
29+
https://github.com/ros2/ros2_tracing.git 9a6a75ea4bef3fe5094123ce6d3e5990706629aa
3030
https://github.com/ros2/rosidl.git eedfa01db9c8039432a6ce58bb89427006a2ea0b
3131
https://github.com/ros2/rosidl_core.git c3fd5020611374d6ab2f7e9a540ecf86f3c1615e
3232
https://github.com/ros2/rosidl_dds.git 772632eb729ab48f368a0862659224be80caf56b

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 (2)
28+
#define RCL_ACTION_VERSION_PATCH (3)
2929

3030
/// \def RCL_ACTION_VERSION_STR
3131
/// Defines RCL_ACTION version string
32-
#define RCL_ACTION_VERSION_STR "10.2.2"
32+
#define RCL_ACTION_VERSION_STR "10.2.3"
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 (2)
28+
#define RCL_LIFECYCLE_VERSION_PATCH (3)
2929

3030
/// \def RCL_LIFECYCLE_VERSION_STR
3131
/// Defines RCL_LIFECYCLE version string
32-
#define RCL_LIFECYCLE_VERSION_STR "10.2.2"
32+
#define RCL_LIFECYCLE_VERSION_STR "10.2.3"
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)