- When i use static_air_temperature in RawAirData,I find that the fractional part of the temperature always varies at.0,.25,.50, and.75,just like :
static_air_temperature: 320.0000
static_air_temperature: 320.2500
static_air_temperature: 320.5000
static_air_temperature: 320.7500
- I find that the problem is canardConvertFloat16ToNativeFloat, this function seems to cause the above problem .
Has anyone come across it?