AirGenDrone
Inherits from: AerialRobotAirGenDrone
record_state
undo
reset
try_cancel_robot_last_task
setVelocity
Returns
moveByVelocity
velocity
for the specified duration
of seconds with respect to chosen frame (NED or Nav).
Arguments
VelocityVelocity type containing the three axis (X, Y, Z) velocity with respect to selected frame
number of seconds that the drone should be moving
frame (str), optional
the frame of reference for the velocity vector, one of (default: “ned”)
blocking (bool), optional
whether the function should block until the drone finishes moving (default: True)
Returns
takeoff
land
getPosition
moveToPosition
Arguments
Returns
Examples
moveToPositionDelta
Arguments
Positiondelta position of type Position(x, y, z) in meters with respect to the world coordinate
the frame of reference for the position vector, one of (default: “ned”)
blocking (bool), optional
whether the function should block until the drone finishes moving (default: True)
Returns
moveToGPS
Arguments
Returns
setYaw
Arguments
Returns
setYawDelta
Arguments
Returns
getYaw
getOrientation
Returns
OrientationCurrent orientation of the drone in Orientation type with pitch, roll, and yaw in radians
getImage
Arguments