PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <vehicle_acceleration.h>
Public Attributes | |
uint64_t | timestamp |
uint64_t | timestamp_sample |
float | xyz [3] |
uint8_t | _padding0 [4] |
Definition at line 51 of file vehicle_acceleration.h.
uint8_t vehicle_acceleration_s::_padding0[4] |
Definition at line 56 of file vehicle_acceleration.h.
uint64_t vehicle_acceleration_s::timestamp |
Definition at line 53 of file vehicle_acceleration.h.
Referenced by land_detector::MulticopterLandDetector::_get_freefall_state().
uint64_t vehicle_acceleration_s::timestamp_sample |
Definition at line 54 of file vehicle_acceleration.h.
Referenced by VehicleAcceleration::Run().
float vehicle_acceleration_s::xyz[3] |
Definition at line 55 of file vehicle_acceleration.h.
Referenced by land_detector::MulticopterLandDetector::_get_freefall_state(), land_detector::FixedwingLandDetector::_get_landed_state(), RoverPositionControl::control_position(), FixedwingPositionControl::control_takeoff(), RoverPositionControl::control_velocity(), AirspeedModule::Run(), FixedwingPositionControl::tecs_update_pitch_throttle(), and landing_target_estimator::LandingTargetEstimator::update().