The application is for a GPS denied quad-copter. Can a msl altitude be obtained using just the barometer? The altitude field initializes to “0” at the home point at start up. My application may have use for knowing actual msl altitude.
If you have the actual value of your home point (starting point) of your drone temporarly you can add the barometer reading to this value. But you must know the barometer reading is not only a function of the hight but also of the actual weather conditions. So it is changing over time.
Yea, perhaps with a script with home point MSL entry and then relative barometer after that as @Juergen-Fahlbusch suggests. If you have telemetry perhaps that value can be grabbed from the ground station.
Perhaps it’s been covered in the replies above but in any case, the barometer’s altitude is normally added to the EKF origin and the origin can be set using a mavlink message (normally set by the user using the GCS) when the user or using a lua script. Once that is done the EKF should calculate the absolute altitude and it appears in the VFR_HUD mavlink message which most GCSs display.
It is available and it changes constantly. There is no “standard pressure” Not clear on what else you will find in this regard. Just look at any weather report… This is not a reference altitude metric.