Skip to content
Snippets Groups Projects
Commit 98b4ed15 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_SteerController: lower the default STEER2SRV_D

parent a1cbcc5e
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ const AP_Param::GroupInfo AP_SteerController::var_info[] PROGMEM = {
// @Range: 0 0.1
// @Increment: 0.01
// @User: User
AP_GROUPINFO("D", 4, AP_SteerController, _K_D, 0.02f),
AP_GROUPINFO("D", 4, AP_SteerController, _K_D, 0.005f),
// @Param: IMAX
// @DisplayName: Integrator limit
......
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