You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/concepts/middleware/rosserial/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Rosserial, in those cases, acts as a bridge between hardware communication proto
19
19
20
20
In the case of the new version of ROS, ROS 2, there was not a solution for such microcontroller-robot integrations.
21
21
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.
23
23
Such a connection is possible thanks to the use of OMG's DDS-XRCE standard and a serial transport layer.
24
24
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.
0 commit comments