Skip to content

micro-ROS Library auto-update 08-08-2025 06:33 #2009

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: humble
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
2 changes: 1 addition & 1 deletion 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 325af0192ca40bd671b680b149dbe067a003c53b
https://github.com/micro-ROS/micro_ros_utilities ae51419e61900bc521bce76ed2f8b0002a1a826a
https://github.com/micro-ROS/rcl 99ed5d616ba09a1c35884de6ebbf0e0920b7285b
https://github.com/micro-ROS/rcl 3cb648546d77f5c2532a1c2886ad7b98711275e4
https://github.com/micro-ROS/rcutils 516a8c142c6d00aa6e67d3a920f62d1698462e36
https://github.com/micro-ROS/rmw-microxrcedds.git d8b8fbabded1200e3f4e328d2538e40224d48ea5
https://github.com/micro-ROS/rosidl_typesupport.git 520d9243f17e0cfe53c658b8051ebe2f89ad7c68
Expand Down
4 changes: 2 additions & 2 deletions src/rcl/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

/// \def RCL_VERSION_PATCH
/// Defines RCL version patch number
#define RCL_VERSION_PATCH (9)
#define RCL_VERSION_PATCH (10)

/// \def RCL_VERSION_STR
/// Defines RCL version string
#define RCL_VERSION_STR "5.3.9"
#define RCL_VERSION_STR "5.3.10"

/// \def RCL_VERSION_GTE
/// Defines a macro to check whether the version of RCL is greater than or equal to
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 (9)
#define RCL_ACTION_VERSION_PATCH (10)

/// \def RCL_ACTION_VERSION_STR
/// Defines RCL_ACTION version string
#define RCL_ACTION_VERSION_STR "5.3.9"
#define RCL_ACTION_VERSION_STR "5.3.10"

/// \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 (9)
#define RCL_LIFECYCLE_VERSION_PATCH (10)

/// \def RCL_LIFECYCLE_VERSION_STR
/// Defines RCL_LIFECYCLE version string
#define RCL_LIFECYCLE_VERSION_STR "5.3.9"
#define RCL_LIFECYCLE_VERSION_STR "5.3.10"

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