fix testaloneWP bug

This commit is contained in:
dave 2018-04-27 11:24:44 -04:00
parent c16c523f4b
commit 31cb421371
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ include "uavstates.bzz" # require an 'action' function to be defined here.
include "vstigenv.bzz"
function action() {
statef=action
uav_storegoal(-1.0,-1.0,-1.0)
set_goto(picture)
}