forked from Archive/PX4-Autopilot
mavlink: sign of climb rate fixed in VFR_HUD message
This commit is contained in:
parent
e076b5a636
commit
44481e3773
|
@ -554,7 +554,7 @@ protected:
|
||||||
heading,
|
heading,
|
||||||
throttle,
|
throttle,
|
||||||
pos.alt,
|
pos.alt,
|
||||||
pos.vel_d);
|
-pos.vel_d);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue