MethodmoveByAngleThrottleAsync(self, pitch, roll, throttle, yaw_rate, duration, vehicle_name = '')
scripts/airsim/client.py:1057
MethodmoveByAngleZAsync(self, pitch, roll, z, yaw, duration, vehicle_name = '')
scripts/airsim/client.py:1054
MethodmoveByVelocityZAsync(self, vx, vy, z, duration, drivetrain = DrivetrainType.MaxDegreeOfFreedom, yaw_mode = YawMode(), vehicle_name
scripts/airsim/client.py:1076
MethodmoveOnPathAsync(self, path, velocity, timeout_sec = 3e+38, drivetrain = DrivetrainType.MaxDegreeOfFreedom, yaw_mode = YawMode
scripts/airsim/client.py:1079
MethodmoveToPositionAsync(self, x, y, z, velocity, timeout_sec = 3e+38, drivetrain = DrivetrainType.MaxDegreeOfFreedom, yaw_mode = YawM
scripts/airsim/client.py:1083
MethodsimSetWind Set simulated wind, in World frame, NED direction, m/s Args: wind (Vector3r): Wind, in World frame, NED direction, in m/
scripts/airsim/client.py:918