World modeling robot localization launch file #617
build_and_unitest.yml
on: pull_request
Setup Environment
23s
Matrix: Build/Test
Confirm Build and Unit Tests Completed
0s
Annotations
2 errors and 4 notices
src/world_modeling/localization/launch/localization.launch.py#L9
def generate_launch_description():
"""Launch localization node."""
- config_file = LaunchConfiguration('config', default_value='./config/config.yaml') #getting config we defined in config.yaml
-
+ config_file = LaunchConfiguration(
+ 'config', default_value='./config/config.yaml') # getting config we defined in config.yaml
return LaunchDescription([
# Declare the launch argument
DeclareLaunchArgument(
'config',
- default_value = config_file,
+ default_value=config_file,
),
-
+
Node(
package='robot_localization',
executable='ekf_localization_node',
|
src/world_modeling/localization/launch/localization.launch.py#L27
output='screen'
)
])
-
|
Setup Environment
Detected infrastructure changes
|
Setup Environment
Using world-modeling-robot-localization as the source branch
|
Setup Environment
Using main as the target branch
|
Confirm Build and Unit Tests Completed
All builds and unit tests completed!
|