HAPSRG / Mbed 2 deprecated HAPStail

Dependencies:   mbed MatrixMath LPS25HB_I2C LSM9DS1 Matrix2 PIDcontroller LoopTicker SBUS_without_mainfile UsaPack solaESKF_wind Vector3 CalibrateMagneto FastPWM

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;