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.
reglages.h
- Committer:
- JimmyAREM
- Date:
- 2019-05-26
- Revision:
- 7:6b15a1feed2d
- Parent:
- 2:3066e614372f
File content as of revision 7:6b15a1feed2d:
//position initiale du robot
#define X_INIT 0
#define Y_INIT 0
#define THETA_INIT 0
//propre a chaque robot
#define ECART_ROUE 24870 // a augmenter si l'angle reel est plus grand que l'angle vise //31190
#define DISTANCE_PAR_TICK_D 8.43 // si le robot va trop loin, à augmenter//8.5
#define DISTANCE_PAR_TICK_G 8.43
//correction mécanique
#define COEFF_MOTEUR_D 1.00 //1.085
#define COEFF_MOTEUR_G 0.97 //1.10
//contraintes mecaniques
#define PWM_MAX 900 //PWM maximal, à cette valeur le robot est à sa vitesse maximale admissible