Skip to content

Commit f222fac

Browse files
committed
Add metrics and params
1 parent e7a0b7e commit f222fac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

artefacts.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ jobs:
3434
scenarios:
3535
defaults: # Global to all scenarios, and overriden in specific scenarios.
3636
output_dirs: ["output"]
37+
output_path: output
38+
metrics: "metrics.json"
3739
params:
3840
launch/world: ["empty.sdf"]
41+
amcl/update_min_a: [0.2, 0.1, 0.05]
42+
amcl/update_min_d: [0.2, 0.1 ]
3943
settings:
4044
- name: reach_goal
4145
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

Comments
 (0)