更改边线偏移量&新加一组角点检测(待测)
This commit is contained in:
@@ -25,7 +25,7 @@ void tracking()
|
||||
void aim_distance_select(void)
|
||||
{
|
||||
if (cross_type != CROSS_NONE) {
|
||||
aim_distance = 0.4f;
|
||||
aim_distance = 0.49f;
|
||||
} else if (circle_type != CIRCLE_NONE) {
|
||||
aim_distance = 0.2f;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user