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 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
5
5
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
7
7
https://github.com/ros2/rclc 85a914b9755a55806199979de082666500c505c5
8
8
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
9
9
https://github.com/micro-ROS/rosidl_typesupport.git d569fcc82aca391470a43dd5fc388f9f3a4d477d
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