Skip to content

Commit 08ed8ec

Browse files
committed
Disable continue_straight_at_waypoint for car routing (allow u-turns)
1 parent eb93e71 commit 08ed8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiles/car.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function setup()
2424
-- weight_name = 'distance',
2525
process_call_tagless_node = false,
2626
u_turn_penalty = 20,
27-
continue_straight_at_waypoint = true,
27+
continue_straight_at_waypoint = false,
2828
use_turn_restrictions = true,
2929
left_hand_driving = false,
3030
traffic_light_penalty = 2,

0 commit comments

Comments
 (0)