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
Revision 10:ccf6155e3f97, committed 2019-04-28
- Comitter:
- mazdo25
- Date:
- Sun Apr 28 20:50:35 2019 +0000
- Parent:
- 9:cefa177c1353
- Commit message:
- TRY 1: Udit
Changed in this revision
Robot.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Robot.h Fri Apr 05 16:11:28 2019 +0000 +++ b/Robot.h Sun Apr 28 20:50:35 2019 +0000 @@ -174,7 +174,7 @@ sensorNumber = 0; if (endOfLineDetection < 8) { - AF = scaler(-180.0f,180.0f, 0.2f, 1.0f, lineVoltages[lvIndex%numberOfSamples]); + AF = 0.6f; adjustRbtAngularVelocity(lineVoltages[lvIndex%numberOfSamples]); lvIndex++; }