AerialRobot.land()
AerialRobot.takeoff()
AerialRobot.moveToPosition(position: Vector3r, velocity: float)
AerialRobot.moveToGPS(geopoint: GeoPoint, velocity: float)
AerialRobot.setYaw(yaw: float)
AerialRobot.moveByVelocity(velocity: Vector3r, duration: int)
velocity
duration
AerialRobot.getYaw()
Was this page helpful?