Browse Source

ACM crosstrack min distance

master
Jason Short 12 years ago
parent
commit
129ec35c35
  1. 5
      ArduCopter/config.h

5
ArduCopter/config.h

@ -894,6 +894,11 @@ @@ -894,6 +894,11 @@
#ifndef CROSSTRACK_GAIN
# define CROSSTRACK_GAIN .2
#endif
#ifndef CROSSTRACK_MIN_DISTANCE
# define CROSSTRACK_MIN_DISTANCE 15
#endif
//////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save