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: HIDScope Servo mbed QEI biquadFilter
Diff: THE.cpp
- Revision:
- 30:ec9e7116f1b0
- Parent:
- 29:344d11928bf5
- Child:
- 31:969635fd7f57
--- a/THE.cpp Fri Nov 02 10:13:57 2018 +0000 +++ b/THE.cpp Fri Nov 02 10:27:26 2018 +0000 @@ -763,7 +763,6 @@ void demo_control(double a,double b){ out1 = cos(a); //control x-direction out2 = sin(b); //control y-direction - Directioncontrol(); vdesx = out1 * 20.0; //speed x-direction vdesy = out2 * 20.0; //speed y-direction