日常更新
This commit is contained in:
@@ -6,6 +6,11 @@ int32_t pts_left[PT_MAXLEN][2];
|
||||
int32_t pts_right[PT_MAXLEN][2];
|
||||
int32_t pts_left_count;
|
||||
int32_t pts_right_count;
|
||||
int32_t pts_left_curvature[PT_MAXLEN][2];
|
||||
int32_t pts_right_curvature[PT_MAXLEN][2];
|
||||
int32_t pts_left_count_curvature;
|
||||
int32_t pts_right_count_curvature;
|
||||
int32_t mid_s_count;
|
||||
int32_t pts_far_left[PT_MAXLEN][2];
|
||||
int32_t pts_far_right[PT_MAXLEN][2];
|
||||
int32_t pts_far_left_count;
|
||||
@@ -43,6 +48,8 @@ int32_t pts_far_resample_right_count;
|
||||
float mid_left[PT_MAXLEN][2];
|
||||
float mid_right[PT_MAXLEN][2];
|
||||
|
||||
float mid_s[PT_MAXLEN][2];
|
||||
|
||||
int32_t mid_left_count;
|
||||
int32_t mid_right_count;
|
||||
|
||||
@@ -112,5 +119,6 @@ float rptsn[PT_MAXLEN][2];
|
||||
int32_t rptsn_num;
|
||||
float aim_distance;
|
||||
float aim_judge_far=0.3f;
|
||||
float FIX_BINTHRESHOLD = 140;
|
||||
|
||||
track_type_e track_type = TRACK_RIGHT;
|
||||
Reference in New Issue
Block a user