Skip to content

Commit 4451609

Browse files
micro-ROS foxy Library auto-update 26-11-2021 06:18 (#591)
Co-authored-by: pablogs9 <[email protected]>
1 parent 51e28d8 commit 4451609

File tree

12 files changed

+26
-5
lines changed

12 files changed

+26
-5
lines changed

built_packages

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

22
https://github.com/ros-controls/control_msgs 338ef98b4a4d763fe5df39e86a1967844ceb506e
3-
https://github.com/eProsima/Micro-CDR.git 21c99e0d8d140c50b45f13c8ed3716cb9fa0fb27
4-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git e81b10ab3317775f09f6e7ac2a242c05034c6f56
3+
https://github.com/eProsima/Micro-CDR.git c3420b63db2713cc9b9c2b122b46ce3e3dabac92
4+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 128351f30e2e8f73c20df733362dad4d41d54479
55
https://github.com/micro-ROS/rcutils 4213addd56ca84bd37f1d418efb2becc1f2096db
6-
https://github.com/micro-ROS/rmw-microxrcedds.git 11558055a1df6f3071fd166d3559591016b54885
6+
https://github.com/micro-ROS/rmw-microxrcedds.git 4d17bee2127a88750131b9208c8630a26196612e
77
https://github.com/ros2/rclc 2f129f4f1a08c0ea160a6cdf558689823702611c
88
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
99
https://github.com/micro-ROS/rosidl_typesupport.git 5d974dbee4cd6988ce33923246eb404db327fad8

src/cortex-m0plus/libmicroros.a

9.14 KB
Binary file not shown.

src/cortex-m3/libmicroros.a

9.22 KB
Binary file not shown.
10.2 KB
Binary file not shown.
9.49 KB
Binary file not shown.
6.2 KB
Binary file not shown.
6.19 KB
Binary file not shown.

src/mk20dx256/libmicroros.a

6.21 KB
Binary file not shown.
6.22 KB
Binary file not shown.

src/rmw_microros/ping.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ extern "C"
4343
* \brief Check if micro-ROS Agent is up and running.
4444
* This function can be called even when the micro-ROS context has not yet been
4545
* initialized by the application logics.
46+
* This function cannot be called concurrently with `rmw_init()` or `rmw_shutdown()`.
4647
* \param[in] timeout_ms Timeout in ms (per attempt).
4748
* \param[in] attempts Number of tries before considering the ping as failed.
4849
* \return RMW_RET_OK If micro-ROS Agent is available.
@@ -56,6 +57,7 @@ rmw_ret_t rmw_uros_ping_agent(
5657
* \brief Check if micro-ROS Agent is up and running using the transport set on the given rmw options.
5758
* This function can be called even when the micro-ROS context has not yet been initialized.
5859
* The transport will be initialized and closed once during the ping process.
60+
* This function cannot be called concurrently with `rmw_init()` or `rmw_shutdown()`.
5961
* \param[in] timeout_ms Timeout in ms (per attempt).
6062
* \param[in] attempts Number of tries before considering the ping as failed.
6163
* \param[in] rmw_options rmw options with populated transport parameters.

0 commit comments

Comments
 (0)