Ajustement des gains de localisation (QEI et distance roues)
This commit is contained in:
parent
8e191f52a5
commit
a506ece7ce
@ -2,7 +2,7 @@
|
||||
#include "config_robot.h"
|
||||
|
||||
#ifdef ROBOT_PROPULSION_2026
|
||||
#define DISTANCE_ROUES_CENTRE_MM 104.
|
||||
#define DISTANCE_ROUES_CENTRE_MM 98.
|
||||
#else
|
||||
#define DISTANCE_ROUES_CENTRE_MM 52.
|
||||
#endif
|
||||
|
||||
2
QEI.c
2
QEI.c
@ -20,7 +20,7 @@
|
||||
|
||||
#define IMPULSION_PAR_MM_50_1 (12.45f)
|
||||
#define IMPULSION_PAR_MM_30_1 (7.47f)
|
||||
#define IMPULSION_PAR_MM_robot_2026 (7.72f)
|
||||
#define IMPULSION_PAR_MM_robot_2026 (7.57f)
|
||||
|
||||
float impulsion_par_mm;
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Changer le define en fonction qu'on soit sur les PAMIs ou sur le robot principal
|
||||
|
||||
//#define ROBOT_PROPULSION_2026
|
||||
#define ROBOT_TYPE_PAMI
|
||||
#define ROBOT_PROPULSION_2026
|
||||
//#define ROBOT_TYPE_PAMI
|
||||
|
||||
#ifndef ROBOT_PROPULSION_2026
|
||||
#ifndef ROBOT_TYPE_PAMI
|
||||
|
||||
Loading…
Reference in New Issue
Block a user