Skip to content
Snippets Groups Projects
Commit 0856e013 authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: revert Loiter Pos P to 1.0 (was 0.8)

parent 42a83703
No related branches found
No related tags found
No related merge requests found
...@@ -873,7 +873,7 @@ ...@@ -873,7 +873,7 @@
// Loiter position control gains // Loiter position control gains
// //
#ifndef LOITER_P #ifndef LOITER_P
# define LOITER_P 0.8f # define LOITER_P 1.0f
#endif #endif
#ifndef LOITER_I #ifndef LOITER_I
# define LOITER_I 0.0f # define LOITER_I 0.0f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment