Skip to content

Commit 08b1506

Browse files
committed
chore: update focal_weight to 1.5
Generated-by: Gemini-CLI
1 parent 57b52de commit 08b1506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mapf/src/negotiation/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub fn negotiate(
209209
let mut iters = 0;
210210
while !queue.is_empty() {
211211
let top = {
212-
let focal_weight = 1.1;
212+
let focal_weight = 1.5;
213213
let min_f = queue.first().unwrap().node.cost.0;
214214
let threshold = min_f * focal_weight;
215215

0 commit comments

Comments
 (0)