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.
Dependencies: mbed MatrixMath LPS25HB_I2C LSM9DS1 Matrix2 PIDcontroller LoopTicker SBUS_without_mainfile UsaPack solaESKF_wind Vector3 CalibrateMagneto FastPWM
Diff: global.cpp
- Revision:
- 108:e582f8bd4729
- Parent:
- 107:78e6f7bee68e
- Child:
- 109:27ae949bc38e
--- a/global.cpp Mon Mar 07 09:16:40 2022 +0000 +++ b/global.cpp Tue Mar 08 04:06:35 2022 +0000 @@ -27,7 +27,7 @@ FastPWM motor2(PA_6); PID pitchPID(5.0, 0,0, PID_dt); // rad PID pitchratePID(0.5, 0.0, 0.0, PID_dt); // rad/s -PID yawratePID(5.0, 0.0, 0.0, PID_dt); // rad/s +PID yawratePID(10.0, 0.0, 0.0, PID_dt); // rad/s solaESKF eskf; int itowVEL_log = 0;