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

Copter: reduce default Loiter Pos P to 0.2 (was 1.0)

parent fda4c134
No related branches found
No related tags found
No related merge requests found
......@@ -873,7 +873,7 @@
// Loiter position control gains
//
#ifndef LOITER_P
# define LOITER_P 1.0f
# define LOITER_P 0.2f
#endif
#ifndef LOITER_I
# 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