mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
SITL: expose height above ground to all models
This commit is contained in:
parent
2e2f8ad8cf
commit
42435e700b
@ -59,6 +59,9 @@ public:
|
||||
// true when motors are active
|
||||
bool motors_on;
|
||||
|
||||
// height above ground
|
||||
float height_agl;
|
||||
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
|
||||
// noise levels for simulated sensors
|
||||
|
Loading…
Reference in New Issue
Block a user