forked from Archive/PX4-Autopilot
Removed check for isfinite as no longer needed
PX4_ISFINITE resolves the definition of isfinite. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
455b0dcaff
commit
612579c809
|
@ -49,10 +49,6 @@
|
|||
#define M_PI_F static_cast<float>(M_PI)
|
||||
#endif
|
||||
|
||||
#ifndef isfinite
|
||||
#define isfinite(__x) std::isfinite(__x)
|
||||
#endif
|
||||
|
||||
constexpr float EKF_COVARIANCE_DIVERGED = 1.0e8f;
|
||||
|
||||
AttPosEKF::AttPosEKF() :
|
||||
|
|
Loading…
Reference in New Issue