Skip to content

Commit

Permalink
Fix typo in run-time configuration section (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apave24 authored Aug 20, 2024
1 parent 0b94553 commit e47b9b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ rmw_init_options_t* rmw_options = rcl_init_options_get_rmw_init_options(&init_op
rmw_uros_options_set_udp_address("127.0.0.1", "8888", rmw_options);

// Serial case: Set RMW serial device parameters
mw_uros_options_set_serial_device("/dev/ttyAMA0", rmw_options)
rmw_uros_options_set_serial_device("/dev/ttyAMA0", rmw_options)

// Set RMW client key
rmw_uros_options_set_client_key(0xBA5EBA11, rmw_options);
Expand Down

0 comments on commit e47b9b0

Please sign in to comment.