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.
Diff: RTOS-Setup/src/setup.cpp
- Revision:
- 35:6aada2e9ffb8
- Parent:
- 34:228d87c45151
- Child:
- 38:ef65533cca32
--- a/RTOS-Setup/src/setup.cpp Mon May 12 13:55:34 2014 +0000 +++ b/RTOS-Setup/src/setup.cpp Tue May 13 02:44:10 2014 +0000 @@ -10,9 +10,9 @@ float KP_PITCH_RATE = 7.0;//7.6; // 8.5 for RATE MODE float KP_ROLL_RATE = 7.0;//7.5;//7.6; // 8.5 for RATE MODE -float TI_YAW_RATE = 8.0;//2.0; -float TI_PITCH_RATE = 2.0;//2.0; -float TI_ROLL_RATE = 2.0;//2.7; +float TI_YAW_RATE = 0.0;//2.0; +float TI_PITCH_RATE = 1.0;//2.0; +float TI_ROLL_RATE = 1.0;//2.7; float PID_TI_STABLE = 1.0;