Skip to content

Commit

Permalink
Copter: default Loiter Pos P to 0.8 (was 0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Jul 10, 2013
1 parent 93e22ad commit a2ea053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArduCopter/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Improvements over 3.0.1-rc1
a) double flash arming light when pre-arm checks fail
b) relax mag field checks to 35% min, 165% max of expected field
3) loiter and auto changes:
a) reduced Loiter Pos P to 0.2 (was 1.0)
a) reduced Loiter Pos P to 0.8 (was 1.0)
b) reduced Loiter speed to 5 m/s
c) reduced WP_ACCEL to 1 m/s/s (was 250 m/s/s)
d) rounding error fix in loiter controller
Expand Down
2 changes: 1 addition & 1 deletion ArduCopter/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
// Loiter position control gains
//
#ifndef LOITER_P
# define LOITER_P 0.2f
# define LOITER_P 0.8f
#endif
#ifndef LOITER_I
# define LOITER_I 0.0f
Expand Down

0 comments on commit a2ea053

Please sign in to comment.