C# Class MAVLink.mavlink_attitude_t, MissionPlanner

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
pitch Single
pitchspeed Single
roll Single
rollspeed Single
time_boot_ms UInt32
yaw Single
yawspeed Single

Property Details

pitch public_oe property

Pitch angle (rad, -pi..+pi)
public Single pitch
Résultat Single

pitchspeed public_oe property

Pitch angular speed (rad/s)
public Single pitchspeed
Résultat Single

roll public_oe property

Roll angle (rad, -pi..+pi)
public Single roll
Résultat Single

rollspeed public_oe property

Roll angular speed (rad/s)
public Single rollspeed
Résultat Single

time_boot_ms public_oe property

Timestamp (milliseconds since system boot)
public UInt32 time_boot_ms
Résultat UInt32

yaw public_oe property

Yaw angle (rad, -pi..+pi)
public Single yaw
Résultat Single

yawspeed public_oe property

Yaw angular speed (rad/s)
public Single yawspeed
Résultat Single