shoot/User/module/shoot.c
2025-04-05 16:11:38 +08:00

15 lines
204 B
C

#include "shoot.h"
#include "remote_control.h"
#include "go.h"
extern RC_mess_t RC_mess;
extern motor_measure_t *trigger_motor_data;//3508电机数据
extern GO go;
#define KP 0.12
#define KD 0.008