|
|
|
@ -55,7 +55,7 @@
@@ -55,7 +55,7 @@
|
|
|
|
|
#include <AC_PID/AC_PID.h> // PID library |
|
|
|
|
#include <AC_PID/AC_PI_2D.h> // PID library (2-axis) |
|
|
|
|
#include <AC_PID/AC_P.h> // P library |
|
|
|
|
#include <AC_AttitudeControl/AC_AttitudeControl_Multi.h> // Attitude control library |
|
|
|
|
#include <AC_AttitudeControl/AC_AttitudeControl_Sub.h> // Attitude control library |
|
|
|
|
#include <AC_AttitudeControl/AC_PosControl.h> // Position control library |
|
|
|
|
#include <RC_Channel/RC_Channel.h> // RC Channel Library |
|
|
|
|
#include <AP_Motors/AP_Motors.h> // AP Motors library |
|
|
|
@ -403,7 +403,7 @@ private:
@@ -403,7 +403,7 @@ private:
|
|
|
|
|
|
|
|
|
|
// Attitude, Position and Waypoint navigation objects
|
|
|
|
|
// To-Do: move inertial nav up or other navigation variables down here
|
|
|
|
|
AC_AttitudeControl_Multi attitude_control; |
|
|
|
|
AC_AttitudeControl_Sub attitude_control; |
|
|
|
|
|
|
|
|
|
AC_PosControl pos_control; |
|
|
|
|
|
|
|
|
|