Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed_amf_controlsystem_iO_copy by
Diff: Controller/QuadratureController.cpp
- Revision:
- 12:221c9e02ea96
- Parent:
- 6:aa27bc8c58f5
diff -r 8b79f6545628 -r 221c9e02ea96 Controller/QuadratureController.cpp --- a/Controller/QuadratureController.cpp Thu Feb 04 19:39:56 2016 +0000 +++ b/Controller/QuadratureController.cpp Thu Feb 04 21:43:08 2016 +0000 @@ -10,9 +10,9 @@ void QuadratureController::init() { timer_steering_angle_sampling_time = 0.01; - q_Kp = 8.166343211; + q_Kp = 0; q_Ki = 18.6661236; - feed_forward_control_factor = 13.37091452; + feed_forward_control_factor = 11.2921; q_esum = 0; feed_forward = 0; q_Ki_sampling_time = q_Ki * timer_steering_angle_sampling_time;