lib/src/main/cpp/test_items2/drive_straight.cpp @@ -86,7 +86,7 @@ distanceToStart = 0; } if (distanceToStart + distanceToStartSum > 150) { if (distanceToStart + distanceToStartSum > 105) { DEBUG("离开直线行驶区域"); PlayTTS("直线行驶结束"); return -1;