Skip to content

Commit c3c1caf

Browse files
authored
Correct a misspelled word (#220)
"connection" was misspelled
1 parent 7c42b9f commit c3c1caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/concepts/middleware/rosserial

_docs/concepts/middleware/rosserial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Rosserial, in those cases, acts as a bridge between hardware communication proto
1919

2020
In the case of the new version of ROS, ROS 2, there was not a solution for such microcontroller-robot integrations.
2121
But there is a project called micro-ROS bringing ROS2 to microcontrollers.
22-
One of the capabilities of micro-ROS is the use of serial connexion between a microcontroller and a ROS2 capable computer.
22+
One of the capabilities of micro-ROS is the use of serial connection between a microcontroller and a ROS2 capable computer.
2323
Such a connection is possible thanks to the use of OMG's DDS-XRCE standard and a serial transport layer.
2424
Micro-ROS solution follows the same client-server architecture as rosserial, as it is one of the most suitable architectural approaches when we speak of microcontroller communications.
2525

0 commit comments

Comments
 (0)