Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Drone_Controlador_Atitude
AttitudeController.h
00001 #ifndef AttitudeController_h 00002 #define AttitudeController_h 00003 00004 #include "mbed.h" 00005 #include "Parameters.h" 00006 00007 class AttitudeController 00008 { 00009 public: 00010 AttitudeController(); 00011 00012 void control(float phi_r, float theta_r, float psi_r, float phi, float theta, float psi, float p, float q, float r); 00013 00014 float tau_phi, tau_theta, tau_psi; 00015 private: 00016 00017 float single_axis_control(float angle_r, float angle, float rate, float K_angle, float K_rate, float I); 00018 }; 00019 00020 #endif
Generated on Thu Jul 14 2022 14:38:28 by
1.7.2