Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Dec 1, 2023
1 parent 5baf6d7 commit 6b7ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_bringup/launch/combined.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def generate_launch_description():
# Declare launch arguments for the serial port and baud rate
declare_serial_port_arg = DeclareLaunchArgument(
'serial_port',
default_value='//dev/ttySERIAL', # Default value, replace if needed
default_value='/dev/ttySERIAL', # Default value, replace if needed
description='Serial port for micro-ROS agent'
)

Expand Down

0 comments on commit 6b7ca69

Please sign in to comment.