mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: add multicopter parameters
This commit is contained in:
parent
715c8eaf02
commit
0521806cc6
|
@ -35,6 +35,13 @@ public:
|
||||||
AP_Int16 pitch_limit_max_cd;
|
AP_Int16 pitch_limit_max_cd;
|
||||||
AP_Int16 pitch_limit_min_cd;
|
AP_Int16 pitch_limit_min_cd;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
common parameters for multicopters
|
||||||
|
*/
|
||||||
|
struct MultiCopter {
|
||||||
|
AP_Int16 angle_max;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // AP_VEHICLE_H
|
#endif // AP_VEHICLE_H
|
||||||
|
|
Loading…
Reference in New Issue