Browse Source

AP_Vehicle: Move loiter_radius to vehicle

master
Michael du Breuil 8 years ago committed by Tom Pittenger
parent
commit
302e80d72c
  1. 1
      libraries/AP_Vehicle/AP_Vehicle.h

1
libraries/AP_Vehicle/AP_Vehicle.h

@ -43,6 +43,7 @@ public: @@ -43,6 +43,7 @@ public:
AP_Int16 pitch_limit_min_cd;
AP_Int8 autotune_level;
AP_Int8 stall_prevention;
AP_Int16 loiter_radius;
struct Rangefinder_State {
bool in_range:1;

Loading…
Cancel
Save