breadoven

Results 214 comments of breadoven
trafficstars

> Looks great. Has this already been tested with and without baro, or does that testing need to be done? Well I tested fixed wing and a quad recently which...

Ah well done, you're completely right. `inav_use_gps_no_baro `doesn't only use the GPS if the Baro isn't available, it in fact doesn't use the Baro at all even if available. This...

Actually looking at the history of `navigation_pos_estimator.c`, `inav_use_gps_no_baro `was originally only relevant for a quad and only if no Baro was available so the setting description made more sense: https://github.com/iNavFlight/inav/blob/c411b500b2cec7964a9e465a73f3ac76c84edab9/src/main/navigation/navigation_pos_estimator.c#L619...

With the code as it is now it will use Baro and GPS as available so I think the setting is redundant and should be removed. If you want to...

When disarmed the Altitude should remain around 0 regardless of height changes of the drone itself. However, when Armed altitude should follow and hold the height changes of the drone...

I assume you're using version 7.1.1. If so there's a bug that disables the Baro if `inav_use_gps_no_baro `is set to ON (default setting). Setting to OFF will enable the Baro.

> same like before... > > ![image](https://private-user-images.githubusercontent.com/163689564/331158799-cc011bf4-ec3e-4534-a281-f927be2225f5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTU4NTQ0MDgsIm5iZiI6MTcxNTg1NDEwOCwicGF0aCI6Ii8xNjM2ODk1NjQvMzMxMTU4Nzk5LWNjMDExYmY0LWVjM2UtNDUzNC1hMjgxLWY5MjdiZTIyMjVmNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNTE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDUxNlQxMDA4MjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mOTc4ZjliODNiNzFkZThkOTBiZmNmNmFlODQ3NWNjYTg3NTgwZjI3Y2NjNGE0MTYxODBlMjVlZjU3YWZhNWQxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.JMylMyyRg9GQX4lAAs8S0bqAmY5_eQjD8nRs-V4UMjE) > > ![image](https://private-user-images.githubusercontent.com/163689564/331159098-7fdcf18f-8152-465c-84bd-a806a79d584a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTU4NTQ0MDgsIm5iZiI6MTcxNTg1NDEwOCwicGF0aCI6Ii8xNjM2ODk1NjQvMzMxMTU5MDk4LTdmZGNmMThmLTgxNTItNDY1Yy04NGJkLWE4MDZhNzlkNTg0YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNTE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDUxNlQxMDA4MjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05MTk0NTI3MzAyMzU2NTM4ZjlkMmZmMTI4YjA5OThhYzEzMzJkYjFmYWJjNDNlMjc4MjY0NDVmNjU2NzRlOGM5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.oNKLW3kkWAya59d7Dgbo7b8mTqTykZtkUtrotHMxNvg) Is this armed or disarmed though ?

Nav altitude is calculated from a weighted average of Baro and GPS altitudes + an acceleration factor. More weighting is applied to the Baro than the GPS which is why...

Looks like you had overlapping fields which were blocking out the Lat/Lon fields in the first post. There's the throttle symbol (S shaped) to the left of the 3 for...

I tried this with an F411 and an old Omnibus F4 Pro (F405 I believe) and the Tuning tab works OK for both. That's with the latest Configurator master and...