Take stop signs into account during routing

This commit is contained in:
Siarhei Fedartsou
2022-10-31 22:00:24 +01:00
parent ee008e75e5
commit 750826215f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function setup()
left_hand_driving = false,
traffic_light_penalty = 2,
stop_sign_penalty = 2,
give_way_sign_penalty = 2
give_way_sign_penalty = 1.5
},
default_mode = mode.driving,