pushed angle a little
This commit is contained in:
parent
09001da91e
commit
ea3399d761
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ public class RoutingEngine extends Thread {
|
|||
}
|
||||
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue