mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38: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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Crosstrack compensation
|
|
||||||
//
|
|
||||||
#ifndef CROSSTRACK_GAIN
|
|
||||||
# define CROSSTRACK_GAIN .2f
|
|
||||||
#endif
|
|
||||||
#ifndef CROSSTRACK_MIN_DISTANCE
|
|
||||||
# define CROSSTRACK_MIN_DISTANCE 15
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// DEBUGGING
|
// DEBUGGING
|
||||||
|
Loading…
Reference in New Issue
Block a user