Aerial
Aerial Robot
AerialRobot
Inherits from: Robot
land
Land the aerial robot
takeoff
Takeoff the aerial robot
moveToPosition
Move the aerial robot to a position
Arguments
Returns
moveToGPS
Move the drone to gps coordinate: (lat, lng, alt)
Arguments
Returns
setYaw
Set the yaw (in radians) of the drone to the specified degrees. Yaw measures the rotation of the drone around the z-axis (downwards)
Returns
moveByVelocity
Fly the drone with velocity
(velocity vector is respect to world coordinates) for the
specified duration
of seconds.
Arguments
Returns
getYaw
Return the current yaw of the drone in radians. Yaw measures the rotation of the drone
Was this page helpful?