osrm-backend/profiles/turnbot.lua

9 lines
167 B
Lua
Raw Normal View History

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