Creation d'un fichier pour les données géométriques du robot

This commit is contained in:
Samuel 2022-12-04 17:51:21 +01:00
parent a1c5fb700b
commit b58724e0d3
2 changed files with 1 additions and 3 deletions

0
Geometrie_robot.h Normal file
View File

View File

@ -1,9 +1,7 @@
#include "Localisation.h"
#include "QEI.h"
#include "math.h"
#define DISTANCE_ROUES_CENTRE_MM 84.25
#define RACINE_DE_3 1.73205081
#include "Geometrie_robot.h"
struct position_t position;