pushed angle a little

This commit is contained in:
afischerdev 2025-03-25 13:31:19 +01:00
parent 09001da91e
commit ea3399d761

View File

@ -716,7 +716,7 @@ public class RoutingEngine extends Thread {
} }
int angle = ais.get(0).direction; int angle = ais.get(0).direction;
return angle - 45 + (int) (Math.random()*90); return angle - 30 + (int) (Math.random() * 60);
} }
int getRandomDirectionFromRouting(OsmNodeNamed wp, double searchRadius) { int getRandomDirectionFromRouting(OsmNodeNamed wp, double searchRadius) {