PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <vehicle_angular_velocity.h>
Public Attributes | |
uint64_t | timestamp |
uint64_t | timestamp_sample |
float | xyz [3] |
uint8_t | _padding0 [4] |
Definition at line 51 of file vehicle_angular_velocity.h.
uint8_t vehicle_angular_velocity_s::_padding0[4] |
Definition at line 56 of file vehicle_angular_velocity.h.
uint64_t vehicle_angular_velocity_s::timestamp |
Definition at line 53 of file vehicle_angular_velocity.h.
Referenced by Simulator::handle_message_hil_state_quaternion(), Sih::publish_sih(), and VehicleAngularVelocity::Run().
uint64_t vehicle_angular_velocity_s::timestamp_sample |
Definition at line 54 of file vehicle_angular_velocity.h.
Referenced by VehicleAngularVelocity::Run(), and MulticopterRateControl::Run().
float vehicle_angular_velocity_s::xyz[3] |
Definition at line 55 of file vehicle_angular_velocity.h.
Referenced by land_detector::MulticopterLandDetector::_get_maybe_landed_state(), FixedwingPositionControl::control_position(), BlockLocalPositionEstimator::flowCorrect(), Sih::publish_sih(), BlockLocalPositionEstimator::publishOdom(), VehicleAngularVelocity::Run(), and MulticopterRateControl::Run().