您可以在速度、高度和旋转方面操纵无人机。
自动返回以返回初始位置。
自动飞行以自动飞行。
程序:
常量:圆周率和任何整型/浮点数
变量: u v
运算符:+ - * / > < == & |
函数:if(exp,exp1,exp2)
sin() cos() tan() asin() acos() atan()
sinh() cosh() tanh() log() ln() rand()
exp() abs() sqrt() pow(基数,指数)
编程说明
// 对于评论
speed=水平速度。
speedh=垂直速度。
ang=水平角。
wait=等待间隔。
重置 重置操作。
autog 自动开始动作。
autob 自动后退动作。
对于重复性动作,请使用 do - enddo。参见示例 5。