Recently i tried to make a auto orbit test. It included a string at the start which was {Wait Until: AGL = 1000}
Once i passed 1000 AGL it didn't actually do anything...
Recently i tried to make a auto orbit test. It included a string at the start which was {Wait Until: AGL = 1000}
Once i passed 1000 AGL it didn't actually do anything...
You want AGL => 1000. Setting it equal means that the programme is looking for 1000.000..., a value that almost never is logged because of the limited refresh rate of JNO.
@LeMagicBaguette Your a real one, thanks.