fix a plethora of bugs related to the serial connector

This commit is contained in:
SHC-ASTRA
2026-04-01 01:48:40 -05:00
parent f7efa604d2
commit e570d371c6
4 changed files with 27 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ def generate_launch_description():
ld.add_action(
DeclareLaunchArgument(
"can_override",
default_value="auto",
default_value="",
description="CAN network override parameter for anchor node (default: '')",
)
)