Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/rmw_doc/Modules/group__rmw.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Check if micro-ROS Agent is up and running.
* RMW_RET_ERROR If micro-ROS Agent is not available.


This function can be called even when the micro-ROS context has not yet been initialized by the application logics.
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()`.


### function rmw_uros_ping_agent_options
Expand Down Expand Up @@ -282,7 +282,7 @@ Check if micro-ROS Agent is up and running using the transport set on the given
* RMW_RET_ERROR If micro-ROS Agent is not available.


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


### function rmw_uros_epoch_synchronized
Expand Down