Skip to content

micro-ROS Library auto-update 09-08-2025 06:29 #2010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: rolling
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions built_packages
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 83f129a80770a09aac9e823896ecbf6a0eddf0fc
https://github.com/micro-ROS/micro_ros_msgs.git b935f634ba4afc91b56afd71ce3adf71179f90a5
https://github.com/micro-ROS/micro_ros_utilities 7764fb371a6c68dc56fffef9ce9005344f34ce85
https://github.com/micro-ROS/rcl 8037e4a276970ac06fc133f3b572a0d3f8dff322
https://github.com/micro-ROS/rcl e629807e9a1eead75e042d0c71d63c0cdea81bca
https://github.com/micro-ROS/rcutils 93c7505d6b64f920fc6cb7bdd9fd51b66656f1e8
https://github.com/micro-ROS/rmw-microxrcedds.git b6e02669d42fd5aeddc1e5b71bac65afd76cddf7
https://github.com/micro-ROS/rosidl_typesupport.git 16c7df67d3b5aa5615332ef702a5da156d6b95cc
Expand All @@ -21,12 +21,12 @@ https://github.com/ros2/example_interfaces.git e4f46c5762e433a72b2496bb23b0375ec
https://github.com/ros2/libyaml_vendor.git c69b99721471d47f88042b44e510cfefafb385b9
https://github.com/ros2/rcl.git 4af269ffd487bb24c99aae6246296f3b9376f13c
https://github.com/ros2/rcl_interfaces.git 1bd7d0b36c79e9e6db6980301f3732fff51ddc50
https://github.com/ros2/rcl_logging.git 2632df5bd77e2414169b5e2d61e6322cb363119b
https://github.com/ros2/rcl_logging.git 06814b3a5730d4cdd6db66e529c227febbc1638d
https://github.com/ros2/rclc 74acd42f850d8b2ebc647ae1c326d871fdddf1b3
https://github.com/ros2/rcpputils.git 37a8801c18632d7d725ff1659248e8b12a7f2089
https://github.com/ros2/rmw.git e6addf2411b8ee8a2ac43d691533b8c05ae8f1b6
https://github.com/ros2/rmw_implementation.git f2989ebe617679effe9c0e032415821435532c65
https://github.com/ros2/ros2_tracing.git d373a61c90a3ad3a4a833e46679bb736d4952746
https://github.com/ros2/ros2_tracing.git 9a6a75ea4bef3fe5094123ce6d3e5990706629aa
https://github.com/ros2/rosidl.git eedfa01db9c8039432a6ce58bb89427006a2ea0b
https://github.com/ros2/rosidl_core.git c3fd5020611374d6ab2f7e9a540ecf86f3c1615e
https://github.com/ros2/rosidl_dds.git 772632eb729ab48f368a0862659224be80caf56b
Expand Down
4 changes: 2 additions & 2 deletions src/rcl_action/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

/// \def RCL_ACTION_VERSION_PATCH
/// Defines RCL_ACTION version patch number
#define RCL_ACTION_VERSION_PATCH (2)
#define RCL_ACTION_VERSION_PATCH (3)

/// \def RCL_ACTION_VERSION_STR
/// Defines RCL_ACTION version string
#define RCL_ACTION_VERSION_STR "10.2.2"
#define RCL_ACTION_VERSION_STR "10.2.3"

/// \def RCL_ACTION_VERSION_GTE
/// Defines a macro to check whether the version of RCL_ACTION is greater than or equal to
Expand Down
4 changes: 2 additions & 2 deletions src/rcl_lifecycle/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

/// \def RCL_LIFECYCLE_VERSION_PATCH
/// Defines RCL_LIFECYCLE version patch number
#define RCL_LIFECYCLE_VERSION_PATCH (2)
#define RCL_LIFECYCLE_VERSION_PATCH (3)

/// \def RCL_LIFECYCLE_VERSION_STR
/// Defines RCL_LIFECYCLE version string
#define RCL_LIFECYCLE_VERSION_STR "10.2.2"
#define RCL_LIFECYCLE_VERSION_STR "10.2.3"

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