Skip to content

Commit 6f3618c

Browse files
micro-ROS humble Library auto-update 30-03-2023 06:18 (#1365)
Co-authored-by: pablogs9 <[email protected]>
1 parent 5b67d2a commit 6f3618c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://github.com/ament/ament_package.git f8ea958fd02cff6f4192425e28566369c92b5
66
https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
77
https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f92b0ef89
88
https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f04
9-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git c28bf96f6e93ad1e01b8f0d74ea255e6bd8b07d2
9+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 5cd43eb0ba97c7ec21949492344b8bf05e04572c
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 e8033a2a22e28a2da6d605bf467b1856813f8fa7

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 3
19+
#define UXR_CLIENT_VERSION_MINOR 4
2020
#define UXR_CLIENT_VERSION_MICRO 0
21-
#define UXR_CLIENT_VERSION_STR "2.3.0"
21+
#define UXR_CLIENT_VERSION_STR "2.4.0"
2222

2323
/* #undef UCLIENT_PROFILE_DISCOVERY */
2424

src/uxr/client/core/session/create_entities_ref.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ UXRDLLAPI uint16_t uxr_buffer_create_participant_ref(
5151
uxrSession* session,
5252
uxrStreamId stream_id,
5353
uxrObjectId object_id,
54-
int16_t domain_id,
54+
uint16_t domain_id,
5555
const char* ref,
5656
uint8_t mode);
5757

0 commit comments

Comments
 (0)