doc: improve config.h constants description
This commit is contained in:
parent
51c2a63039
commit
871dbdd5f1
4
config.h
4
config.h
|
|
@ -37,8 +37,12 @@
|
||||||
#define ZERO_OFFSET_Y (2500)
|
#define ZERO_OFFSET_Y (2500)
|
||||||
|
|
||||||
// Offset between turret and lidar [cm]
|
// 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)
|
#define OFFSET_X (0)
|
||||||
|
// Distance between the lidar optical center and the horizontal laser
|
||||||
#define OFFSET_Y (21)
|
#define OFFSET_Y (21)
|
||||||
|
// Distance between the surface and the turret motors axis
|
||||||
#define OFFSET_Z (166)
|
#define OFFSET_Z (166)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue