AirGenDrone
Inherits from:AerialDrone
AirGen simulation multirotor drone implementation.
This class provides an interface to control simulated multirotor drones in AirGen
using the MultirotorClient from the pyairgen library.
Inherited methods
- From
Robot:addSensor
init
Arguments
takeoff
land
getState
getImage
Arguments
getPosition
getOrientation
Returns
Current orientation as a quaternion (x, y, z, w).
moveToPosition
Arguments
moveByVelocity
Arguments
Linear velocity in m/s (x, y, z).
Angular velocity in rad/s (z_vel/yaw rate is used).
Duration in seconds for the command to apply. (default: 1.0)
Reference frame for velocity (“body” or “world”). (default: “body”)