Skip to content

Commit 5a0f281

Browse files
micro-ROS RMW API reference auto-update 26-11-2021 07:03 (#355)
Co-authored-by: pablogs9 <pablogs9@users.noreply.github.com>
1 parent ce5d62c commit 5a0f281

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/rmw_doc/Modules/group__rmw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Check if micro-ROS Agent is up and running.
254254
* RMW_RET_ERROR If micro-ROS Agent is not available.
255255

256256

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()`.
258258

259259

260260
### 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
282282
* RMW_RET_ERROR If micro-ROS Agent is not available.
283283

284284

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()`.
286286

287287

288288
### function rmw_uros_epoch_synchronized

0 commit comments

Comments
 (0)