|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <RateControl.hpp>#include <lib/mathlib/math/filter/LowPassFilter2pVector3f.hpp>#include <lib/matrix/matrix/math.hpp>#include <lib/perf/perf_counter.h>#include <px4_platform_common/defines.h>#include <px4_platform_common/module.h>#include <px4_platform_common/module_params.h>#include <px4_platform_common/posix.h>#include <px4_platform_common/px4_work_queue/ScheduledWorkItem.hpp>#include <uORB/Publication.hpp>#include <uORB/PublicationMulti.hpp>#include <uORB/Subscription.hpp>#include <uORB/SubscriptionCallback.hpp>#include <uORB/topics/actuator_controls.h>#include <uORB/topics/battery_status.h>#include <uORB/topics/landing_gear.h>#include <uORB/topics/manual_control_setpoint.h>#include <uORB/topics/multirotor_motor_limits.h>#include <uORB/topics/parameter_update.h>#include <uORB/topics/rate_ctrl_status.h>#include <uORB/topics/vehicle_angular_velocity.h>#include <uORB/topics/vehicle_control_mode.h>#include <uORB/topics/vehicle_land_detected.h>#include <uORB/topics/vehicle_rates_setpoint.h>#include <uORB/topics/vehicle_status.h>Go to the source code of this file.
Classes | |
| class | MulticopterRateControl |