Gets aircraft's velocity (m/s) along the y-axis or angle value (in degrees) for pitch. Use RollPitchControlMode to set the velocity or angle mode. Note that the argument has different meanings in different coordinate systems. See the Flight Controller User Guide for more information.
Return:
float
The Velocity (m/s) or Angle (degrees) value for pitch.
Sets the aircraft's velocity (m/s) along the y-axis or angle value (in degrees) for pitch. Use RollPitchControlMode to set the velocity or angle mode. Note that the argument has different meanings in different coordinate systems. See the Flight Controller User Guide for more information.
Input Parameters:
float pitch
The velocity (m/s) or angle (degrees) value for pitch
Gets aircraft's velocity (m/s) along the x-axis or angle value (in degrees) for roll. Use RollPitchControlMode to set the velocity or angle mode. Note that the argument has different meanings in different coordinate systems. See the Flight Controller User Guide for more information.
Return:
float
The velocity (m/s) or angle (degrees) value for roll.
Sets the aircraft's velocity (m/s) along the x-axis or angle value (in degrees) for roll. Use RollPitchControlMode to set the velocity or angle mode. Note that the argument has different meanings in different coordinate systems. See the Flight Controller User Guide for more information.
Input Parameters:
float roll
The velocity (m/s) or angle (degrees) value for roll.