osrm-backend/profiles/turnbot.lua

11 lines
188 B
Lua
Raw Normal View History

api_version = 1
2013-02-23 02:33:33 -05:00
-- Testbot, with turn penalty
-- Used for testing turn penalties
require 'testbot'
function turn_function (turn)
turn.duration = 20 * math.abs(turn.angle) / 180
2013-02-23 02:33:33 -05:00
end