修改参数命名

This commit is contained in:
2023-12-19 10:15:15 +08:00
parent d599512c02
commit 489e5576cb
3 changed files with 10 additions and 12 deletions

View File

@ -129,9 +129,9 @@ int main()
PID_ZT(target);
// target =atof((const char *)(x));
// target =atof((const char *)(G_RX_Xerror));
target = 0 - atof((const char *)(y));
target = 0 - atof((const char *)(G_RX_Yerror));
// target =LPF_ZT(target);
// angle_close_loop(3.8);
// close_loop(target);