fix testaloneWP bug
This commit is contained in:
parent
c16c523f4b
commit
31cb421371
|
@ -5,6 +5,7 @@ include "uavstates.bzz" # require an 'action' function to be defined here.
|
||||||
include "vstigenv.bzz"
|
include "vstigenv.bzz"
|
||||||
|
|
||||||
function action() {
|
function action() {
|
||||||
|
statef=action
|
||||||
uav_storegoal(-1.0,-1.0,-1.0)
|
uav_storegoal(-1.0,-1.0,-1.0)
|
||||||
set_goto(picture)
|
set_goto(picture)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue