mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
yaw fixup
This commit is contained in:
parent
583845cc17
commit
6901c56a2e
@ -42,7 +42,7 @@ private:
|
||||
// Low pass filter cut frequency for derivative calculation.
|
||||
// FCUT macro computes a frequency cut based on an acceptable delay.
|
||||
#define FCUT(d) (1 / ( 2 * 3.14 * (d) ) )
|
||||
static constexpr float _fCut = FCUT(.5);
|
||||
const float _fCut = FCUT(.5);
|
||||
};
|
||||
|
||||
#endif // __AP_YAW_CONTROLLER_H__
|
||||
|
Loading…
Reference in New Issue
Block a user