ardupilot/libraries/APM_Control/APM_Control.h
Andrew Tridgell 7413c15959 APM_Control: added a ground vehicle steering controller
this will be used both for the rover code, and for ground steering of
a plane on takeoff
2013-09-09 18:04:40 +10:00

5 lines
125 B
C

#include "AP_RollController.h"
#include "AP_PitchController.h"
#include "AP_YawController.h"
#include "AP_SteerController.h"