World modeling robot localization launch file #628
build_and_unitest.yml
on: pull_request
Setup Environment
27s
Matrix: Build/Test
Confirm Build and Unit Tests Completed
0s
Annotations
2 errors and 4 notices
src/world_modeling/localization/launch/localization.launch.py#L15
'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',
|
|
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!
|