We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a0b7e commit f222facCopy full SHA for f222fac
artefacts.yaml
@@ -34,8 +34,12 @@ jobs:
34
scenarios:
35
defaults: # Global to all scenarios, and overriden in specific scenarios.
36
output_dirs: ["output"]
37
+ output_path: output
38
+ metrics: "metrics.json"
39
params:
40
launch/world: ["empty.sdf"]
41
+ amcl/update_min_a: [0.2, 0.1, 0.05]
42
+ amcl/update_min_d: [0.2, 0.1 ]
43
settings:
44
- name: reach_goal
45
run: "rm output/*.* ; python3 -m pytest src/sam_bot_nav2_gz/test/test_reach_goal_pytest.py -s --junit-xml output/tests_junit.xml"
0 commit comments