Browse Source

Sub: Add surface and bottom detection capabilities

mission-4.1.18
jaxxzer 9 years ago committed by Andrew Tridgell
parent
commit
b36300135a
  1. 1
      ArduSub/Sub.h

1
ArduSub/Sub.h

@ -393,6 +393,7 @@ private: @@ -393,6 +393,7 @@ private:
int32_t baro_alt; // barometer altitude in cm above home
float baro_climbrate; // barometer climbrate in cm/s
LowPassFilterVector3f land_accel_ef_filter; // accelerations for land and crash detector tests
LowPassFilterVector3f depth_accel_ef_filter; // accelerations for land and crash detector tests
// 3D Location vectors
// Current location of the Sub (altitude is relative to home)

Loading…
Cancel
Save