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 Timer by
Diff: Odometry/Odometry.h
- Revision:
- 34:e5500418b0e7
- Parent:
- 31:8bcc3a0bfa8a
--- a/Odometry/Odometry.h Tue Jan 26 17:02:41 2016 +0000 +++ b/Odometry/Odometry.h Tue Jan 26 17:17:52 2016 +0000 @@ -36,6 +36,8 @@ */ Odometry(double diameter_right, double diameter_left, double v, uint16_t quadrature, RoboClaw &rc); + void TestEntraxe(int i); + /** Les fonctions suivantes permettent de reinitialiser les valeurs de position de l'odometrie. */ void setPos(double x, double y, double theta);