You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/rmw_doc/Modules/group__rmw.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ Check if micro-ROS Agent is up and running.
254
254
* RMW_RET_ERROR If micro-ROS Agent is not available.
255
255
256
256
257
-
This function can be called even when the micro-ROS context has not yet been initialized by the application logics.
257
+
This function can be called even when the micro-ROS context has not yet been initialized by the application logics. This function cannot be called concurrently with `rmw_init()` or `rmw_shutdown()`.
258
258
259
259
260
260
### function rmw_uros_ping_agent_options
@@ -282,7 +282,7 @@ Check if micro-ROS Agent is up and running using the transport set on the given
282
282
* RMW_RET_ERROR If micro-ROS Agent is not available.
283
283
284
284
285
-
This function can be called even when the micro-ROS context has not yet been initialized. The transport will be initialized and closed once during the ping process.
285
+
This function can be called even when the micro-ROS context has not yet been initialized. The transport will be initialized and closed once during the ping process. This function cannot be called concurrently with `rmw_init()` or `rmw_shutdown()`.
0 commit comments