mirror of https://github.com/ArduPilot/ardupilot
Fix hil issue
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1712 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
6a9223efd8
commit
2989bf2cde
|
@ -22,6 +22,17 @@ public:
|
|||
return updated;
|
||||
}
|
||||
//@}
|
||||
|
||||
float gx() { return 0; }
|
||||
float gy() { return 0; }
|
||||
float gz() { return 0; }
|
||||
float ax() { return 0; }
|
||||
float ay() { return 0; }
|
||||
float az() { return 0; }
|
||||
|
||||
void ax(const int v) { }
|
||||
void ay(const int v) { }
|
||||
void az(const int v) { }
|
||||
|
||||
/// Set the gyro vector. ::update will return
|
||||
/// true once after this call.
|
||||
|
|
Loading…
Reference in New Issue