Skip to content

Commit

Permalink
refactor(daisi): Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Sep 22, 2023
1 parent 59122c8 commit 2bce0e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions daisi/utils/ci_scenario_files/cpps_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ initial_number_of_amrs: 12
number_of_material_flows: 5
number_of_material_flow_agents: 5
do_material_flow_agents_leave_after_finish: false

algorithm:
assignment_strategy: iterated_auction

autonomous_mobile_robots:
- description:
- description:
properties:
device_type: amr
manufacturer: ManufacturerA
Expand All @@ -36,7 +36,7 @@ autonomous_mobile_robots:
load_carrier: package
max_payload: 30

- description:
- description:
properties:
device_type: amr
manufacturer: ManufacturerB
Expand All @@ -54,7 +54,7 @@ autonomous_mobile_robots:
load_carrier: package
max_payload: 45

- description:
- description:
properties:
device_type: amr
manufacturer: ManufacturerA
Expand All @@ -72,7 +72,7 @@ autonomous_mobile_robots:
load_carrier: eurobox
max_payload: 30

- description:
- description:
properties:
device_type: amr
manufacturer: ManufacturerA
Expand Down
10 changes: 5 additions & 5 deletions daisi/utils/ci_scenario_files/round_robin_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ initial_number_of_amrs: 12
number_of_material_flows: 1
number_of_material_flow_agents: 1
do_material_flow_agents_leave_after_finish: false

algorithm:
assignment_strategy: round_robin

autonomous_mobile_robots:
- description:
- description:
properties:
device_type: amr
manufacturer: ManufacturerA
Expand All @@ -36,7 +36,7 @@ autonomous_mobile_robots:
load_carrier: package
max_payload: 30

- description:
- description:
properties:
device_type: amr
manufacturer: ManufacturerB
Expand All @@ -54,7 +54,7 @@ autonomous_mobile_robots:
load_carrier: package
max_payload: 45

- description:
- description:
properties:
device_type: amr
manufacturer: ManufacturerA
Expand All @@ -72,7 +72,7 @@ autonomous_mobile_robots:
load_carrier: eurobox
max_payload: 30

- description:
- description:
properties:
device_type: amr
manufacturer: ManufacturerA
Expand Down

0 comments on commit 2bce0e2

Please sign in to comment.