添加驱动轮支持力解算

This commit is contained in:
kai
2024-04-30 21:23:03 +08:00
parent 410c23e527
commit 85badbc297
4 changed files with 38 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
"stm32f4xx_hal_def.h": "c",
"general_def.h": "c",
"stdlib.h": "c",
"bsp_can.h": "c"
"bsp_can.h": "c",
"math.h": "c",
"user_lib.h": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}