Skip to content

Commit 83a33fb

Browse files
authored
micro-ROS iron Library auto-update 18-09-2024 06:23 (micro-ROS#1840)
Co-authored-by: pablogs9 <7647884+pablogs9@users.noreply.github.com>
1 parent e0212d2 commit 83a33fb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

built_packages

Lines changed: 2 additions & 2 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 8562b604ca4ce5b29c849bfd4be0c49dcc2b6906
1111
https://github.com/micro-ROS/micro_ros_utilities d74d13bfc71ff41c5e2a56b2818177a55e383314
12-
https://github.com/micro-ROS/rcl 2ca51faf553bfbf41c2b758efa5e3063175b1598
12+
https://github.com/micro-ROS/rcl dce428901d29523ded916cb06d9c5864ca29a8db
1313
https://github.com/micro-ROS/rcutils d3f08898b9092b07102257a804ae0e6a9606eb11
1414
https://github.com/micro-ROS/rmw-microxrcedds.git 1b0527eddb98e4ca68761129987cbde89a769bbf
1515
https://github.com/micro-ROS/rosidl_typesupport.git 82bfacb38aae26cda159592aca5c43e4f4c291ea
@@ -19,7 +19,7 @@ https://github.com/ros2/ament_cmake_ros.git ede6248e1f36aaef85eb4eac23c782a134ef
1919
https://github.com/ros2/common_interfaces.git dc6a22f88519982ead887de0f711aeae37456f78
2020
https://github.com/ros2/example_interfaces.git 58899de0f85388be333e32bcb78c551a6877db4d
2121
https://github.com/ros2/libyaml_vendor.git 0c814892fe8c31aeb20688a8b43906aeefda015e
22-
https://github.com/ros2/rcl.git a8b13e2476bddc6b6f2915da3eedac4ffeb6f3ac
22+
https://github.com/ros2/rcl.git 261710056fd706a55e9ea5f6eb7bfedde8b37742
2323
https://github.com/ros2/rcl_interfaces.git 6d28b16a6f74485af03a2c4f043dd568e576c25e
2424
https://github.com/ros2/rcl_logging.git 2bc49ab7ff557a45d4fa152e2f400e9ad2bb6a68
2525
https://github.com/ros2/rclc 63d5c43993cb2d0d03ecd1b68d771046fd4ad19f

src/rcl/version.h

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

2626
/// \def RCL_VERSION_PATCH
2727
/// Defines RCL version patch number
28-
#define RCL_VERSION_PATCH (5)
28+
#define RCL_VERSION_PATCH (6)
2929

3030
/// \def RCL_VERSION_STR
3131
/// Defines RCL version string
32-
#define RCL_VERSION_STR "6.0.5"
32+
#define RCL_VERSION_STR "6.0.6"
3333

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

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

3030
/// \def RCL_ACTION_VERSION_STR
3131
/// Defines RCL_ACTION version string
32-
#define RCL_ACTION_VERSION_STR "6.0.5"
32+
#define RCL_ACTION_VERSION_STR "6.0.6"
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 (5)
28+
#define RCL_LIFECYCLE_VERSION_PATCH (6)
2929

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