Skip to content

Commit 737e501

Browse files
micro-ROS humble Library auto-update 17-02-2023 06:19 (#1296)
Co-authored-by: pablogs9 <[email protected]>
1 parent 625349a commit 737e501

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

built_packages

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

2-
https://github.com/ament/ament_cmake.git 39d0d36e53d9c208dd5a21c5e7cdae38e937cc7c
2+
https://github.com/ament/ament_cmake.git 15ea54ad541f367a76fd491f028e2659ec712ef5
33
https://github.com/ament/ament_index.git f019d6c40991799a13b18c9c3dcc583e3fde0381
44
https://github.com/ament/ament_lint.git f45019fd88fb4c4e1070fee7979f99b8d9788609
55
https://github.com/ament/ament_package.git f8ea958fd02cff6f4192425e28566369c92b5e34
66
https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
77
https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f92b0ef89
8-
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
9-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 1d0497c3df13e8bf748e4bc23b88f5be593ed9e8
8+
https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f04
9+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 8dfd8dc031b1aaf10a088e541ef932f54c9678a5
1010
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
1111
https://github.com/micro-ROS/micro_ros_utilities 008b94ab857c72a4e79239cb1d5b80e80ed268bc
1212
https://github.com/micro-ROS/rcl 9d9e1f65fdc9778bd1d8ec6d77a5441b91965677
@@ -22,7 +22,7 @@ https://github.com/ros2/libyaml_vendor.git 239f695ceaa0820255f3d0fe02ec8c2bd41b8
2222
https://github.com/ros2/rcl.git 7bb8d4d039a3a3c7bee452464358270d6f4ab616
2323
https://github.com/ros2/rcl_interfaces.git 5e01a28f9866a564491480e12d8659a134678741
2424
https://github.com/ros2/rcl_logging.git 1b7a4e34884005f28eeb04065b5d94565c67b11d
25-
https://github.com/ros2/rclc 6d83359bd4958d9824b1b7b8e5af409976e492d6
25+
https://github.com/ros2/rclc 9a915270a8533dd3374443973bc646d2242d4322
2626
https://github.com/ros2/rcpputils.git a7898d98ab684bb5d0cb2c20c823a1b4014fa0dc
2727
https://github.com/ros2/rmw.git 2a4ee718d0da004d5629f50afd2896fbd1f4aedd
2828
https://github.com/ros2/rmw_implementation.git 413eb313f7e128c6977cd453818e1a39bf70da40

src/ucdr/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// Version defines
1919
#define MICROCDR_VERSION_MAJOR 2
2020
#define MICROCDR_VERSION_MINOR 0
21-
#define MICROCDR_VERSION_MICRO 0
22-
#define MICROCDR_VERSION_STR "2.0.0"
21+
#define MICROCDR_VERSION_MICRO 1
22+
#define MICROCDR_VERSION_STR "2.0.1"
2323

2424
// ucdrEndianness defines
2525
#define UCDR_MACHINE_ENDIANNESS UCDR_LITTLE_ENDIANNESS

src/uxr/client/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#define _UXR_CLIENT_CONFIG_H_
1717

1818
#define UXR_CLIENT_VERSION_MAJOR 2
19-
#define UXR_CLIENT_VERSION_MINOR 2
19+
#define UXR_CLIENT_VERSION_MINOR 3
2020
#define UXR_CLIENT_VERSION_MICRO 0
21-
#define UXR_CLIENT_VERSION_STR "2.2.0"
21+
#define UXR_CLIENT_VERSION_STR "2.3.0"
2222

2323
/* #undef UCLIENT_PROFILE_DISCOVERY */
2424

0 commit comments

Comments
 (0)