Skip to content

Commit

Permalink
Blimp: remove land_acel_ef_filter
Browse files Browse the repository at this point in the history
Landing is for wimps
  • Loading branch information
peterbarker authored and tridge committed Apr 6, 2022
1 parent adf9c21 commit 6ac68c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Blimp/Blimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ Blimp::Blimp(void)
: logger(g.log_bitmask),
flight_modes(&g.flight_mode1),
control_mode(Mode::Number::MANUAL),
land_accel_ef_filter(LAND_DETECTOR_ACCEL_LPF_CUTOFF),
rc_throttle_control_in_filter(1.0f),
inertial_nav(ahrs),
param_loader(var_info),
Expand Down
1 change: 0 additions & 1 deletion Blimp/Blimp.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ class Blimp : public AP_Vehicle

// Altitude
int32_t baro_alt; // barometer altitude in cm above home
LowPassFilterVector3f land_accel_ef_filter; // accelerations for land and crash detector tests

// filtered pilot's throttle input used to cancel landing if throttle held high
LowPassFilterFloat rc_throttle_control_in_filter;
Expand Down

0 comments on commit 6ac68c5

Please sign in to comment.