Browse Source

AP_Vehicle: add multicopter parameters

master
Randy Mackay 11 years ago committed by Andrew Tridgell
parent
commit
0521806cc6
  1. 7
      libraries/AP_Vehicle/AP_Vehicle.h

7
libraries/AP_Vehicle/AP_Vehicle.h

@ -35,6 +35,13 @@ public: @@ -35,6 +35,13 @@ public:
AP_Int16 pitch_limit_max_cd;
AP_Int16 pitch_limit_min_cd;
};
/*
common parameters for multicopters
*/
struct MultiCopter {
AP_Int16 angle_max;
};
};
#endif // AP_VEHICLE_H

Loading…
Cancel
Save