10 lines
366 B
Lua
10 lines
366 B
Lua
|
|
-- stabilizeV2.lua -- launcher for v3 observer-autopiloten i autopilot/.
|
||
|
|
-- Videresender argumenter:
|
||
|
|
-- stabilizeV2 -> meny
|
||
|
|
-- stabilizeV2 monitor -> Lag 1
|
||
|
|
-- stabilizeV2 signtest -> §13.2
|
||
|
|
-- stabilizeV2 manual 4 3 -> Lag 2 (fore=4, aft=3)
|
||
|
|
local args = { ... }
|
||
|
|
local unpack = table.unpack or unpack
|
||
|
|
shell.run("autopilot/main", unpack(args))
|