mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
GPS - adding a fixme regarding 'ap_mode' variable.
This commit is contained in:
parent
78f7a35f4f
commit
0b23afec8e
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ typedef enum {
|
||||||
NAV_MODE_WP
|
NAV_MODE_WP
|
||||||
} navigationMode_e;
|
} navigationMode_e;
|
||||||
|
|
||||||
|
// FIXME ap_mode is badly named, it's a value that is compared to rcCommand, not a flag at it's name implies.
|
||||||
|
|
||||||
typedef struct gpsProfile_s {
|
typedef struct gpsProfile_s {
|
||||||
uint16_t gps_wp_radius; // if we are within this distance to a waypoint then we consider it reached (distance is in cm)
|
uint16_t gps_wp_radius; // if we are within this distance to a waypoint then we consider it reached (distance is in cm)
|
||||||
uint8_t gps_lpf; // Low pass filter cut frequency for derivative calculation (default 20Hz)
|
uint8_t gps_lpf; // Low pass filter cut frequency for derivative calculation (default 20Hz)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue