Skip to content

Commit

Permalink
Reclaim Our CI Coverage from the Lords of Painful Subtle Regressions …
Browse files Browse the repository at this point in the history
…⚔️⚔️⚔️ (#3266)

* test waypoint follower with composition off for logging

* adding no composition to all system tests
  • Loading branch information
SteveMacenski authored Nov 3, 2022
1 parent eafc751 commit 4bd3f73
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': configured_params,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),
])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': configured_params,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),
])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': configured_params,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),
])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': configured_params,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),
])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': configured_params,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),
])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': new_yaml,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),

Node(
Expand Down
1 change: 1 addition & 0 deletions nav2_system_tests/src/costmap_filters/test_speed_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': new_yaml,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),
])

Expand Down
1 change: 1 addition & 0 deletions nav2_system_tests/src/system/test_multi_robot_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def generate_launch_description():
'params_file': params_file,
'bt_xml_file': bt_xml_file,
'autostart': 'True',
'use_composition': 'False',
'use_remappings': 'True'}.items())
])
nav_instances_cmds.append(group)
Expand Down
1 change: 1 addition & 0 deletions nav2_system_tests/src/system/test_system_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': new_yaml,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),
])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': new_yaml,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True',
'use_composition': 'False'}.items()),
])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def generate_launch_description():
'use_sim_time': 'True',
'params_file': new_yaml,
'bt_xml_file': bt_navigator_xml,
'use_composition': 'False',
'autostart': 'True'}.items()),
])

Expand Down
1 change: 1 addition & 0 deletions nav2_system_tests/src/updown/test_updown_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def generate_launch_description():
os.path.join(launch_dir, 'bringup_launch.py')),
launch_arguments={'map': map_yaml_file,
'use_sim_time': 'True',
'use_composition': 'False',
'autostart': 'False'}.items())

start_test = launch.actions.ExecuteProcess(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def generate_launch_description():
launch_arguments={
'map': map_yaml_file,
'use_sim_time': 'True',
'use_composition': 'False',
'params_file': new_yaml,
'bt_xml_file': bt_navigator_xml,
'autostart': 'True'}.items()),
Expand Down

0 comments on commit 4bd3f73

Please sign in to comment.