Flight code

Hi, a bit confused with this in the code: “PX4_ISFINITE” in the code what it means?

thanks

It’s a follow on from the standard c++ ‘isfinite’. It returns ‘false’ if the number is infinite or a null pointer. Basically it validates if it is a real number or not.