fctom1215
2020-07-28 396a6f93cfcbeb774c0ba18bcc94014f2d0830e1
lib/src/main/cpp/test_items2/drive_straight.cpp
@@ -88,6 +88,7 @@
    if (distanceToStart + distanceToStartSum > 150) {
        DEBUG("离开直线行驶区域");
        PlayTTS("直线行驶结束");
        return -1;
    }
    return 1;