mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
Add method definition for set_centripetal()
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1756 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
be709de318
commit
967130ed7e
@ -39,7 +39,8 @@ public:
|
|||||||
Matrix3f get_dcm_matrix(void) {return _dcm_matrix; }
|
Matrix3f get_dcm_matrix(void) {return _dcm_matrix; }
|
||||||
Matrix3f get_dcm_transposed(void) {Matrix3f temp = _dcm_matrix; return temp.transpose();}
|
Matrix3f get_dcm_transposed(void) {Matrix3f temp = _dcm_matrix; return temp.transpose();}
|
||||||
|
|
||||||
void set_centripetal(bool b);
|
void set_centripetal(bool b) {_centripetal = b;}
|
||||||
|
bool get_centripetal(void) {return _centripetal;}
|
||||||
void set_compass(Compass *compass);
|
void set_compass(Compass *compass);
|
||||||
|
|
||||||
// Methods
|
// Methods
|
||||||
|
Loading…
Reference in New Issue
Block a user