Skip to content

Commit 681aa23

Browse files
microxrcedds_rmw_configuration: minor typo (#292)
* microxrcedds_rmw_configuration: minor typo * Update _docs/tutorials/core/microxrcedds_rmw_configuration/index.md Co-authored-by: G.A. vd. Hoorn <g.a.vanderhoorn@tudelft.nl> Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 3cf0b63 commit 681aa23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • _docs/tutorials/core/microxrcedds_rmw_configuration

_docs/tutorials/core/microxrcedds_rmw_configuration/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ micro-ROS deals with two different memory resources related with the Micro XRCE-
1616

1717
### Micro XRCE-DDS
1818

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

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

0 commit comments

Comments
 (0)