Skip to content

World modeling robot localization launch file #628

World modeling robot localization launch file

World modeling robot localization launch file #628

GitHub Actions / Autopep8 failed Nov 22, 2024 in 0s

2 errors

Autopep8 found 2 errors

Annotations

Check failure on line 29 in src/world_modeling/localization/launch/localization.launch.py

See this annotation in the file changed.

@github-actions github-actions / Autopep8

src/world_modeling/localization/launch/localization.launch.py#L15-L29

         'config.yaml'
     )
 
-
     return LaunchDescription([
         # Declare the launch argument
         DeclareLaunchArgument(
             'config',
-            default_value = config_file_path,
+            default_value=config_file_path,
         ),
-        
+
         Node(
             package='robot_localization',
             executable='ekf_node',

Check failure on line 50 in src/world_modeling/localization/launch/localization.launch.py

See this annotation in the file changed.

@github-actions github-actions / Autopep8

src/world_modeling/localization/launch/localization.launch.py#L46-L50

             ],
         )
     ])
-