增加直道,弯道判断,识别车库
This commit is contained in:
@@ -103,8 +103,10 @@ bool is_straight1;
|
||||
bool is_far_straight0;
|
||||
bool is_far_straight1;
|
||||
|
||||
bool is_turn0;
|
||||
bool is_turn1;
|
||||
bool is_turn0_l;
|
||||
bool is_turn1_l;
|
||||
bool is_turn0_r;
|
||||
bool is_turn1_r;
|
||||
|
||||
float rptsn[PT_MAXLEN][2];
|
||||
int32_t rptsn_num;
|
||||
|
||||
Reference in New Issue
Block a user