mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-03-18 21:50:36 +01:00
launch
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user