File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ https://github.com/ament/ament_package.git f8ea958fd02cff6f4192425e28566369c92b5
6
6
https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
7
7
https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f92b0ef89
8
8
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
10
10
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
11
11
https://github.com/micro-ROS/micro_ros_utilities 008b94ab857c72a4e79239cb1d5b80e80ed268bc
12
12
https://github.com/micro-ROS/rcl e8033a2a22e28a2da6d605bf467b1856813f8fa7
Original file line number Diff line number Diff line change 16
16
#define _UXR_CLIENT_CONFIG_H_
17
17
18
18
#define UXR_CLIENT_VERSION_MAJOR 2
19
- #define UXR_CLIENT_VERSION_MINOR 3
19
+ #define UXR_CLIENT_VERSION_MINOR 4
20
20
#define UXR_CLIENT_VERSION_MICRO 0
21
- #define UXR_CLIENT_VERSION_STR "2.3 .0"
21
+ #define UXR_CLIENT_VERSION_STR "2.4 .0"
22
22
23
23
/* #undef UCLIENT_PROFILE_DISCOVERY */
24
24
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ UXRDLLAPI uint16_t uxr_buffer_create_participant_ref(
51
51
uxrSession * session ,
52
52
uxrStreamId stream_id ,
53
53
uxrObjectId object_id ,
54
- int16_t domain_id ,
54
+ uint16_t domain_id ,
55
55
const char * ref ,
56
56
uint8_t mode );
57
57
You can’t perform that action at this time.
0 commit comments