lib/src/main/cpp/test_items2/drive_straight.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
lib/src/main/cpp/test_items2/drive_straight.cpp
@@ -88,6 +88,7 @@ if (distanceToStart + distanceToStartSum > 150) { DEBUG("离开直线行驶区域"); PlayTTS("直线行驶结束"); return -1; } return 1;