mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
ACM crosstrack min distance
This commit is contained in:
parent
4b5e0a5046
commit
129ec35c35
@ -894,6 +894,11 @@
|
||||
#ifndef CROSSTRACK_GAIN
|
||||
# define CROSSTRACK_GAIN .2
|
||||
#endif
|
||||
#ifndef CROSSTRACK_MIN_DISTANCE
|
||||
# define CROSSTRACK_MIN_DISTANCE 15
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user