This commit is contained in:
acki
2025-10-07 19:28:44 +02:00
parent 398c9f805a
commit a8da6615e4

View File

@@ -84,7 +84,7 @@ def generate_launch_description():
return []
# Function to launch COM nodes
def launch_com(context, *args, **kwargs):
def launch_com(context, *args, **kwargs):
if context.launch_configurations.get('with_com') == 'true':
serial_listener = Node(
package='modelec_com',