Skip to content

Commit 91972f9

Browse files
micro-ROS galactic Library auto-update 26-11-2021 06:18 (#590)
Co-authored-by: pablogs9 <[email protected]>
1 parent 4e97295 commit 91972f9

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 a555c37f1a3536bb452ea555c58fdd9344d87614
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 ce82f7fc64d827237a6f3d7a8e037b95ed5850e1
6-
https://github.com/micro-ROS/rmw-microxrcedds.git 50cdbf80938741b62b96f0d4f09c504567ca2ffc
6+
https://github.com/micro-ROS/rmw-microxrcedds.git 5de3d7687fff033dffa62594c3ead55ced76c724
77
https://github.com/ros2/rclc 85a914b9755a55806199979de082666500c505c5
88
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
99
https://github.com/micro-ROS/rosidl_typesupport.git d569fcc82aca391470a43dd5fc388f9f3a4d477d

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)