mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
7413c15959
this will be used both for the rover code, and for ground steering of a plane on takeoff
5 lines
125 B
C
5 lines
125 B
C
#include "AP_RollController.h"
|
|
#include "AP_PitchController.h"
|
|
#include "AP_YawController.h"
|
|
#include "AP_SteerController.h"
|