Ajustement de l'écartement des roues

This commit is contained in:
Samuel 2026-05-11 13:13:53 +02:00
parent 366329ccdf
commit d7c7d7bc65
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#include "config_robot.h" #include "config_robot.h"
#ifdef ROBOT_PROPULSION_2026 #ifdef ROBOT_PROPULSION_2026
#define DISTANCE_ROUES_CENTRE_MM 98. #define DISTANCE_ROUES_CENTRE_MM 103.
#else #else
#define DISTANCE_ROUES_CENTRE_MM 52. #define DISTANCE_ROUES_CENTRE_MM 52.
#endif #endif

View File

@ -1,7 +1,7 @@
// Changer le define en fonction qu'on soit sur les PAMIs ou sur le robot principal // Changer le define en fonction qu'on soit sur les PAMIs ou sur le robot principal
//#define ROBOT_PROPULSION_2026 #define ROBOT_PROPULSION_2026
#define ROBOT_TYPE_PAMI //#define ROBOT_TYPE_PAMI
#ifndef ROBOT_PROPULSION_2026 #ifndef ROBOT_PROPULSION_2026
#ifndef ROBOT_TYPE_PAMI #ifndef ROBOT_TYPE_PAMI