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
6 changes: 3 additions & 3 deletions _docs/tutorials/core/microxrcedds_rmw_configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ micro-ROS deals with two different memory resources related with the Micro XRCE-

### Micro XRCE-DDS

Micro XRCE-DDS messages flow between Client and Agent throw **streams**.
A stream represents an independent ordered flow of information, so it is a sort of messaging queue.
Micro XRCE-DDS messages flow between Client and Agent through **streams**.
A stream represents an independently ordered flow of information, so it is a sort of messaging queue.
There are two kinds of streams, **best-effort** and **reliable**.
Both best-effort and reliable streams, have a raw buffer (`uint8_t` array) associated with them, but the layout is different.
Both best-effort and reliable streams have a raw buffer (`uint8_t` array) associated with them, but the layout is different.

On the one hand, best-effort streams could be interpreted as a single message queue.
Therefore, the raw buffer is a single data buffer where only one message is popped/pushed.
Expand Down