[BC2D-POS] initial commit
This commit is contained in:
@@ -12,9 +12,9 @@ typedef struct by_motor_param {
|
||||
float out_pwm;
|
||||
} by_motor_param;
|
||||
|
||||
#define BY_MOTION_DEFAULT_KP_M1 (5.0f)
|
||||
#define BY_MOTION_DEFAULT_KI_M1 (100.0f)
|
||||
#define BY_MOTION_DEFAULT_KD_M1 (0.0f)
|
||||
#define BY_MOTION_DEFAULT_KP_M1 (10.0f)
|
||||
#define BY_MOTION_DEFAULT_KI_M1 (80.0f)
|
||||
#define BY_MOTION_DEFAULT_KD_M1 (0.08f)
|
||||
#define BY_MOTION_DEFAULT_KP_M2 (5.0f)
|
||||
#define BY_MOTION_DEFAULT_KI_M2 (100.0f)
|
||||
#define BY_MOTION_DEFAULT_KD_M2 (0.0f)
|
||||
|
||||
Reference in New Issue
Block a user