Skip to content

Commit

Permalink
Blimp: remove some unused definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and rmackay9 committed Nov 25, 2022
1 parent edf89b0 commit e565445
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Blimp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
# define RANGEFINDER_GAIN_DEFAULT 0.8f // gain for controlling how quickly rangefinder range adjusts target altitude (lower means slower reaction)
#endif

#ifndef SURFACE_TRACKING_VELZ_MAX
# define SURFACE_TRACKING_VELZ_MAX 150 // max vertical speed change while surface tracking with rangefinder
#endif

#ifndef SURFACE_TRACKING_TIMEOUT_MS
# define SURFACE_TRACKING_TIMEOUT_MS 1000 // surface tracking target alt will reset to current rangefinder alt after this many milliseconds without a good rangefinder alt
#endif
Expand Down Expand Up @@ -95,28 +91,11 @@
# define MAV_SYSTEM_ID 1
#endif


//////////////////////////////////////////////////////////////////////////////
// Battery monitoring
//
#ifndef BOARD_VOLTAGE_MIN
# define BOARD_VOLTAGE_MIN 4.3f // min board voltage in volts for pre-arm checks
#endif

#ifndef BOARD_VOLTAGE_MAX
# define BOARD_VOLTAGE_MAX 5.8f // max board voltage in volts for pre-arm checks
#endif

// prearm GPS hdop check
#ifndef GPS_HDOP_GOOD_DEFAULT
# define GPS_HDOP_GOOD_DEFAULT 140 // minimum hdop that represents a good position. used during pre-arm checks if fence is enabled
#endif

// GCS failsafe
#ifndef FS_GCS
# define FS_GCS DISABLED
#endif

// Radio failsafe while using RC_override
#ifndef FS_RADIO_RC_OVERRIDE_TIMEOUT_MS
# define FS_RADIO_RC_OVERRIDE_TIMEOUT_MS 1000 // RC Radio failsafe triggers after 1 second while using RC_override from ground station
Expand Down

0 comments on commit e565445

Please sign in to comment.