fix 10736
This commit is contained in:
parent
021ff51533
commit
2ca1303cf3
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ public class GeneralRouter implements VehicleRouter {
|
|||
// more like UT
|
||||
if (diff > 2 * Math.PI / 3) {
|
||||
totalPenalty += getLeftTurn();
|
||||
} else if (diff > Math.PI / 3) {
|
||||
} else if (diff > Math.PI / 2.1) {
|
||||
totalPenalty += getRightTurn();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue