doc: improve config.h constants description

This commit is contained in:
Julien Oculi 2025-07-25 15:40:19 +02:00
parent 51c2a63039
commit 871dbdd5f1

View file

@ -37,8 +37,12 @@
#define ZERO_OFFSET_Y (2500)
// Offset between turret and lidar [cm]
// Distance between the lidar optical center and the vertical laser (should be 0
// unless mechanical constraints)
#define OFFSET_X (0)
// Distance between the lidar optical center and the horizontal laser
#define OFFSET_Y (21)
// Distance between the surface and the turret motors axis
#define OFFSET_Z (166)
#endif