File tree Expand file tree Collapse file tree 12 files changed +26
-5
lines changed
mk64fx512/fpv4-sp-d16-hard Expand file tree Collapse file tree 12 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
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
5
5
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
7
7
https://github.com/ros2/rclc 2f129f4f1a08c0ea160a6cdf558689823702611c
8
8
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
9
9
https://github.com/micro-ROS/rosidl_typesupport.git 5d974dbee4cd6988ce33923246eb404db327fad8
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ extern "C"
43
43
* \brief Check if micro-ROS Agent is up and running.
44
44
* This function can be called even when the micro-ROS context has not yet been
45
45
* initialized by the application logics.
46
+ * This function cannot be called concurrently with `rmw_init()` or `rmw_shutdown()`.
46
47
* \param[in] timeout_ms Timeout in ms (per attempt).
47
48
* \param[in] attempts Number of tries before considering the ping as failed.
48
49
* \return RMW_RET_OK If micro-ROS Agent is available.
@@ -56,6 +57,7 @@ rmw_ret_t rmw_uros_ping_agent(
56
57
* \brief Check if micro-ROS Agent is up and running using the transport set on the given rmw options.
57
58
* This function can be called even when the micro-ROS context has not yet been initialized.
58
59
* 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()`.
59
61
* \param[in] timeout_ms Timeout in ms (per attempt).
60
62
* \param[in] attempts Number of tries before considering the ping as failed.
61
63
* \param[in] rmw_options rmw options with populated transport parameters.
You can’t perform that action at this time.
0 commit comments