10 lines
176 B
C
10 lines
176 B
C
#include "Geometrie.h"
|
|
#include "config_robot.h"
|
|
|
|
#ifdef ROBOT_PROPULSION_2026
|
|
#define DISTANCE_ROUES_CENTRE_MM 104.
|
|
#else
|
|
#define DISTANCE_ROUES_CENTRE_MM 52.
|
|
#endif
|
|
|