Add a speed for driveway to service speeds
This commit is contained in:
committed by
Daniel J. Hofmann
parent
5617d3886d
commit
f540485cb0
+2
-1
@@ -42,7 +42,8 @@ speed_profile = {
|
||||
-- service speeds
|
||||
service_speeds = {
|
||||
["alley"] = 5,
|
||||
["parking_aisle"] = 5
|
||||
["parking_aisle"] = 5,
|
||||
["driveway"] = 5
|
||||
}
|
||||
|
||||
-- surface/trackype/smoothness
|
||||
|
||||
Reference in New Issue
Block a user