mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
Plane: set pressure alt for vtol motors
This commit is contained in:
parent
7c2d13c571
commit
fbd774fde9
@ -556,6 +556,10 @@ void Plane::update_alt()
|
|||||||
{
|
{
|
||||||
barometer.update();
|
barometer.update();
|
||||||
|
|
||||||
|
if (quadplane.available()) {
|
||||||
|
quadplane.motors->set_air_density_ratio(barometer.get_air_density_ratio());
|
||||||
|
}
|
||||||
|
|
||||||
// calculate the sink rate.
|
// calculate the sink rate.
|
||||||
float sink_rate;
|
float sink_rate;
|
||||||
Vector3f vel;
|
Vector3f vel;
|
||||||
|
Loading…
Reference in New Issue
Block a user