|
|
|
@ -234,10 +234,15 @@ public:
@@ -234,10 +234,15 @@ public:
|
|
|
|
|
|
|
|
|
|
// set the correct centrifugal flag
|
|
|
|
|
// allows arducopter to disable corrections when disarmed
|
|
|
|
|
virtual void set_correct_centrifugal(bool setting) { |
|
|
|
|
void set_correct_centrifugal(bool setting) { |
|
|
|
|
_flags.correct_centrifugal = setting; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// get the correct centrifugal flag
|
|
|
|
|
bool get_correct_centrifugal(void) const { |
|
|
|
|
return _flags.correct_centrifugal; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// get trim
|
|
|
|
|
const Vector3f &get_trim() const { return _trim.get(); } |
|
|
|
|
|
|
|
|
|