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.
Fork of ROME2_P3 by
Diff: Controller.h
- Revision:
- 1:31b1c5cefd64
- Parent:
- 0:e360940c4b88
- Child:
- 4:4428ede9beee
--- a/Controller.h Fri Mar 16 13:32:47 2018 +0000 +++ b/Controller.h Fri Mar 16 14:40:52 2018 +0000 @@ -38,6 +38,9 @@ static const float MAX_VOLTAGE; static const float MIN_DUTY_CYCLE; static const float MAX_DUTY_CYCLE; + static const float PI; // the constant PI + static const float WHEEL_DISTANCE; // distance between wheels, given in [m] + static const float WHEEL_RADIUS; // radius of wheels, given in [m] PwmOut& pwmLeft; PwmOut& pwmRight;