增加直道,弯道判断,识别车库
This commit is contained in:
@@ -53,8 +53,8 @@ static void Exit()
|
||||
static void Loop()
|
||||
{
|
||||
Show_Marked_Image();
|
||||
ips200_show_uint(60, 165, pts_inv_l_count, 3);
|
||||
ips200_show_uint(60, 185, pts_inv_r_count, 3);
|
||||
ips200_show_uint(60, 165, pts_resample_left_count, 3);
|
||||
ips200_show_uint(60, 185, pts_resample_right_count, 3);
|
||||
ips200_show_uint(60, 205, is_straight0, 3);
|
||||
ips200_show_uint(60, 224, is_straight1, 3);
|
||||
ips200_show_uint(160, 165, Lpt0_found_barrier, 3);
|
||||
|
||||
Reference in New Issue
Block a user