同步最新代码

This commit is contained in:
2025-11-01 21:44:20 +08:00
parent 82c2584d1d
commit 456cc96c81
496 changed files with 218379 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#ifndef __PARAMETER_H
#define __PARAMETER_H
/*=============================================结构参数=============================================*/
#define Yaw_GM6020PositionValue 4096//Yaw轴编码器值
/*=============================================麦轮参数=============================================*/
#define Mecanum_WheelRadius 7.0f//麦轮半径(单位cm)
#define Mecanum_rx 27.00f//底盘中心到轮子中心的距离的x轴分量(单位cm)
#define Mecanum_ry 27.00f//底盘中心到轮子中心的距离的y轴分量(单位cm)
#define Mecanum_LeverSpeedMapRate (1.2f/660.0f)//拨杆速度映射比例
#define Mecanum_LGyroScopeAngularVelocity 3.0f//小陀螺角速度
#define Mecanum_RGyroScopeAngularVelocity 3.0f//小陀螺角速度
#define Mecanum_NormalSpeedRate 2.0f//底盘正常速度和超功率速度的比值
#endif