We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68026d2 commit c0ff386Copy full SHA for c0ff386
rmf_demos/config/office/tinyRobot_config.yaml
@@ -40,9 +40,9 @@ rmf_fleet:
40
# BatteryAware: Optimize throughput with battery SoC in mind
41
# Custom: Use custom weights below
42
weights: # polynomial coeffs
43
- finish_time: [0.0, 1.0] # task finish time cost
44
- battery_penalty: [0.0, 5.0, 20.0] # battery penalty for low SoC
45
- busy_penalty: [0.0, 60.0] # penalty for assigning tasks to busy robots, 2 modes:
+ finish_time: [1.0] # task finish time cost
+ battery_penalty: [5.0, 20.0] # battery penalty for low SoC
+ busy_penalty: [60.0] # penalty for assigning tasks to busy robots, 2 modes:
46
# Binary: penalty applied if robot is busy with any task
47
# Count: penalty increases with number of tasks assigned to robot
48
options:
0 commit comments