Skip to content

Commit d0cfc51

Browse files
micro-ROS galactic Library auto-update 11-03-2022 06:19 (#823)
Co-authored-by: pablogs9 <[email protected]>
1 parent 7807fc4 commit d0cfc51

File tree

14 files changed

+9
-4
lines changed

14 files changed

+9
-4
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 51c7e2b36a4ddb8
99
https://github.com/micro-ROS/rcutils 1176652124c12b23cb58f052077901d2c24dbf39
1010
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
1111
https://github.com/ros-controls/control_msgs a555c37f1a3536bb452ea555c58fdd9344d87614
12-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 243b16b659f1b46e6678db21c30f246910a3b697
12+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2fd2c4f04093dcf
1313
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
1414
https://github.com/ros2/rmw.git f9f4ef46f8dd3ef938526a1140a3c57c155a259f
1515
https://github.com/ros2/test_interface_files.git d0ee98f449c428fc2afa888b06fea48b87dc6645

src/cortex-m0plus/libmicroros.a

-480 Bytes
Binary file not shown.

src/cortex-m3/libmicroros.a

32 Bytes
Binary file not shown.

src/cortex-m4/libmicroros.a

60 Bytes
Binary file not shown.
-412 Bytes
Binary file not shown.
48 Bytes
Binary file not shown.
-200 Bytes
Binary file not shown.

src/esp32/libmicroros.a

48 Bytes
Binary file not shown.
-204 Bytes
Binary file not shown.

src/mk20dx256/libmicroros.a

-176 Bytes
Binary file not shown.
-180 Bytes
Binary file not shown.
-180 Bytes
Binary file not shown.

src/uxr/client/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
#define UXR_CLIENT_VERSION_MAJOR 2
1919
#define UXR_CLIENT_VERSION_MINOR 1
20-
#define UXR_CLIENT_VERSION_MICRO 0
21-
#define UXR_CLIENT_VERSION_STR "2.1.0"
20+
#define UXR_CLIENT_VERSION_MICRO 1
21+
#define UXR_CLIENT_VERSION_STR "2.1.1"
2222

2323
/* #undef UCLIENT_PROFILE_DISCOVERY */
2424

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ typedef struct uxrContinuousArgs
162162
size_t data_size;
163163
} uxrContinuousArgs;
164164

165+
typedef uint8_t pong_status_t;
166+
#define NO_PONG_STATUS 0x00
167+
#define PONG_IN_SESSION_STATUS 0x01
168+
#define PONG_NO_SESSION_STATUS 0x02
169+
165170
/**
166171
* @nosubgrouping
167172
*/
@@ -193,7 +198,7 @@ typedef struct uxrSession
193198
void* on_reply_args;
194199

195200
bool on_data_flag;
196-
bool on_pong_flag;
201+
pong_status_t on_pong_flag;
197202
uxrContinuousArgs continuous_args;
198203

199204
#ifdef UCLIENT_PROFILE_MULTITHREAD

0 commit comments

Comments
 (0)