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: servo.cpp
- Revision:
- 117:8cedc59454c4
- Parent:
- 116:248f2d8cc11e
- Child:
- 118:97ffe77b6f38
diff -r 248f2d8cc11e -r 8cedc59454c4 servo.cpp
--- a/servo.cpp Mon Mar 28 09:11:55 2022 +0000
+++ b/servo.cpp Wed Mar 30 04:47:36 2022 +0000
@@ -52,7 +52,7 @@
break;
}
- drobj = rc[3];
+ drobj = rc[3] + updateValues.dr_command;
float objgain = 15.0f*M_PI/180.0f;