execute method

  1. @override
String execute()
override

Implementation

@override
String execute() {
  // todo: tell the tello what to do.
  return "curve $x1 $y1 $z1 $x2 $y2 $z2 $speed";
}