yincheng.zhong
2023-05-06 7ff7ce16ea9febfd11db4ff61e13d112d4b2ba02
源码/核心板/Src/algorithm/TrackingDiff.h
@@ -19,7 +19,7 @@
//TrackingDiffClass* NewTrackingDiffClass(float vel_factor, float pos_factor, float time_factor);
//void TrackingDiffUpdate(TrackingDiffClass* self, float target);
void NewTrackingDiffUpdate(u8 channel, float target);
extern float pos_predict[255];
extern float pos_predict[255],vel_predict[255];
#ifdef __cplusplus
}
#endif