您可以在速度、高度和旋轉方面處理無人機。
自動返回返回初始位置。
Auto-go 自動飛行。
程序:
常量:pi 和任何整數/浮點數
變量:u v
運算符:+ - * / > < == & |
函數: if(exp,exp1,exp2)
sin() cos() tan() asin() acos() atan()
sinh() cosh() tanh() log() ln() rand()
exp() abs() sqrt() pow(base,exponent)
編程說明
// 對於評論
speed=水平速度。
speedh=垂直速度。
ang= 水平角。
wait= 等待間隔。
reset 重置操作。
autog 自動運行動作。
autob 自動返回動作。
對於重複操作,請使用 do - enddo。參見示例 5。