Skip to content

Commit 5c8df36

Browse files
authored
micro-ROS rolling Library auto-update 07-04-2025 06:27 (#1953)
Co-authored-by: pablogs9 <[email protected]>
1 parent 05deea1 commit 5c8df36

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

built_packages

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

22
https://github.com/ament/ament_cmake.git b9a046bde84316c6863f76e7aa13564fd18352cb
33
https://github.com/ament/ament_index.git 75b27b43ffa9702ffe867a7ca2b622a7324faf20
4-
https://github.com/ament/ament_lint.git 5ad14bfe945f664867ea1737b75f6471b71ff06c
4+
https://github.com/ament/ament_lint.git 2bee9151aba25b94020241c00f468f12944ab265
55
https://github.com/ament/ament_package.git 9b09d9471f8bf77d5c847a6cd973da79d18d2e11
66
https://github.com/ament/googletest.git 699989e5432bf26942f87232491cf50d43c650b7
77
https://github.com/ament/uncrustify_vendor.git 3576a545202e1a7cd5f2002326bee97b01d8bd9b
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 4f1dbf42db9e35b22525e3d408730a450eeb4eea
1111
https://github.com/micro-ROS/micro_ros_utilities a593e18e745c7fc01499e07b9cf3fb9af1ab459f
12-
https://github.com/micro-ROS/rcl 86e9406b50486187406d2bdab2f41c7374399ae1
12+
https://github.com/micro-ROS/rcl 1e98be9528d2ace50402a7babe460d84c59d1c16
1313
https://github.com/micro-ROS/rcutils 686a4506c6cfe02656c615ea6bc9291d01828327
1414
https://github.com/micro-ROS/rmw-microxrcedds.git 5eca48fef695db88473763352560b1be676139d0
15-
https://github.com/micro-ROS/rosidl_typesupport.git 72e07b16c1f981d4494c719b196b7c8df28c3de6
15+
https://github.com/micro-ROS/rosidl_typesupport.git a73f70e0a6a332aba6da11080b5119168de0e87a
1616
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git cbd7719e07d5ca94077784accf95eac9ad535b56
1717
https://github.com/ros-controls/control_msgs 1416954c31432c192ff95a06559847e87386cf60
1818
https://github.com/ros2/ament_cmake_ros.git 55981de6c924e930db386bfa277d74061465e6ab

src/rcl_action/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
/// \def RCL_ACTION_VERSION_MINOR
2323
/// Defines RCL_ACTION minor version number
24-
#define RCL_ACTION_VERSION_MINOR (0)
24+
#define RCL_ACTION_VERSION_MINOR (1)
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 (0)
2929

3030
/// \def RCL_ACTION_VERSION_STR
3131
/// Defines RCL_ACTION version string
32-
#define RCL_ACTION_VERSION_STR "10.0.2"
32+
#define RCL_ACTION_VERSION_STR "10.1.0"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
/// \def RCL_LIFECYCLE_VERSION_MINOR
2323
/// Defines RCL_LIFECYCLE minor version number
24-
#define RCL_LIFECYCLE_VERSION_MINOR (0)
24+
#define RCL_LIFECYCLE_VERSION_MINOR (1)
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 (0)
2929

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