Update drone.lua
This commit is contained in:
parent
a96fa779ea
commit
468d4758d6
|
@ -51,7 +51,7 @@ while true do
|
||||||
if cmd == "gos" then -- Get OffSet
|
if cmd == "gos" then -- Get OffSet
|
||||||
t.send(d.name(),"gos",d.getOffset())
|
t.send(d.name(),"gos",d.getOffset())
|
||||||
end
|
end
|
||||||
if cmd == "gve" then - Get VElocity
|
if cmd == "gve" then -- Get VElocity
|
||||||
t.send(d.name(),"gv",d.getVelocity())
|
t.send(d.name(),"gv",d.getVelocity())
|
||||||
end
|
end
|
||||||
if cmd == "gmv" then -- Get Max Velocity
|
if cmd == "gmv" then -- Get Max Velocity
|
||||||
|
|
Loading…
Reference in a new issue