TVelProfileModeSmooth¶
速度规划平滑模式参数结构体
结构体说明:
typedef struct VelProfileModeSmooth
{
double accTime;
double k;
double reserve[2];
} TVelProfileModeSmooth;
k:形态系数,取值范围:[0,1000]。
reserve:保留参数,必须为0。
相关指令:
速度规划平滑模式参数结构体
结构体说明:
typedef struct VelProfileModeSmooth
{
double accTime;
double k;
double reserve[2];
} TVelProfileModeSmooth;
相关指令: