mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Copter: remove #define for CROSSTRACK_GAIN
Note: the cross track is still calculated inside the inertial nav based loiter and wp controls but it's no longer requires a tunable parameter
This commit is contained in:
parent
1b6fcad90a
commit
d1344e8c39
@ -1057,19 +1057,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// Crosstrack compensation
|
||||
//
|
||||
#ifndef CROSSTRACK_GAIN
|
||||
# define CROSSTRACK_GAIN .2f
|
||||
#endif
|
||||
#ifndef CROSSTRACK_MIN_DISTANCE
|
||||
# define CROSSTRACK_MIN_DISTANCE 15
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// DEBUGGING
|
||||
|
Loading…
Reference in New Issue
Block a user