Skip to content

Commit c0ff386

Browse files
committed
Update coefficient of task_assignment_strategy with constant-offset removed
Signed-off-by: kjchee <[email protected]>
1 parent 68026d2 commit c0ff386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rmf_demos/config/office/tinyRobot_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ rmf_fleet:
4040
# BatteryAware: Optimize throughput with battery SoC in mind
4141
# Custom: Use custom weights below
4242
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:
43+
finish_time: [1.0] # task finish time cost
44+
battery_penalty: [5.0, 20.0] # battery penalty for low SoC
45+
busy_penalty: [60.0] # penalty for assigning tasks to busy robots, 2 modes:
4646
# Binary: penalty applied if robot is busy with any task
4747
# Count: penalty increases with number of tasks assigned to robot
4848
options:

0 commit comments

Comments
 (0)