简化了电机测量的命名,完成初版平衡底盘的功能编写,待测试方向和符号的正确性

This commit is contained in:
NeoZng
2023-04-14 22:26:33 +08:00
parent 9e364cbaaa
commit 1818edf117
14 changed files with 215 additions and 162 deletions

View File

@@ -19,7 +19,7 @@ void EnalbeInterpolation(void)
}
/* 默认关闭插值,向下取整 */
float LookUpKgain(float leg_length)
float* LookUpKgain(float leg_length)
{
}