remove penalty_table from car.lua
remove penalty_table as it is apparently not used anywhere.
This commit is contained in:
parent
7d58f0ec53
commit
16f492026a
@ -8,10 +8,6 @@ local Sequence = require('lib/sequence')
|
||||
local Handlers = require("lib/handlers")
|
||||
local next = next -- bind to local for speed
|
||||
|
||||
penalty_table = {
|
||||
["service"] = 0.5,
|
||||
}
|
||||
|
||||
-- set profile properties
|
||||
properties.max_speed_for_map_matching = 180/3.6 -- 180kmph -> m/s
|
||||
properties.use_turn_restrictions = true
|
||||
|
Loading…
Reference in New Issue
Block a user