Browse Source

SITL: stash pressure in sitl_fdm structure

It's not a great way of getting the data where needed - but it is
something.
c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
b5316c3b52
  1. 1
      libraries/SITL/SITL.h

1
libraries/SITL/SITL.h

@ -74,6 +74,7 @@ struct sitl_fdm { @@ -74,6 +74,7 @@ struct sitl_fdm {
} scanner;
float rangefinder_m[RANGEFINDER_MAX_INSTANCES];
float airspeed_raw_pressure[2];
struct {
float speed;

Loading…
Cancel
Save