We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b94553 commit e47b9b0Copy full SHA for e47b9b0
_docs/tutorials/advanced/microxrcedds_rmw_configuration/index.md
@@ -107,7 +107,7 @@ rmw_init_options_t* rmw_options = rcl_init_options_get_rmw_init_options(&init_op
107
rmw_uros_options_set_udp_address("127.0.0.1", "8888", rmw_options);
108
109
// Serial case: Set RMW serial device parameters
110
-mw_uros_options_set_serial_device("/dev/ttyAMA0", rmw_options)
+rmw_uros_options_set_serial_device("/dev/ttyAMA0", rmw_options)
111
112
// Set RMW client key
113
rmw_uros_options_set_client_key(0xBA5EBA11, rmw_options);
0 commit comments