BlueRobotics_MS5837_Library
BlueRobotics_MS5837_Library copied to clipboard
Allow setting the ground level atmospheric pressure
We currently offset by mean sea level pressure when estimating depth or altitude, but most applications get more useful data by using an explicit measured pressure value to offset by. Library users currently need to do that offsetting manually, which is inconvenient and somewhat unintuitive.
It would be preferable if we provided a suitable method for setting the current pressure as the basis to measure depth/altitude from, and simply use MSL as the default offset value.
Issue mentioned in this forum post, along with a variety of others previously (e.g. this comment from 2017).
This kind of offsetting / calibration is already done in ArduPilot vehicle firmwares, and used regularly to set the zero-point for ArduSub vehicle depth, and the launch altitude for aerial vehicles.
Was this feature made?
Which function is used? To apply ?
Was this feature made?
No, not yet. This thread is a GitHub "issue", which provides information about a problem and/or a proposal/suggestion. The issue will get closed if/when the problem is solved / the feature gets implemented.