fctom1215
2020-07-28 9be31d0d651075ec18efcc761b0ddbc9c5817c3e
坐标
1个文件已修改
2 ■■■ 已修改文件
lib/src/main/cpp/test_items2/road_exam.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
lib/src/main/cpp/test_items2/road_exam.cpp
@@ -814,7 +814,7 @@
            if (CurrentLane.direct != 0 && !(CurrentLane.direct & RoadMap.roads[currExamMapIndex].active)) {
                if (!RoadMap.roads[currExamMapIndex].errorLane) {
                    RoadMap.roads[currExamMapIndex].errorLane = true;
                    DEBUG("不按规定车道标线方向行驶 %d", CurrentLane.direct);
                    DEBUG("不按规定车道标线方向行驶 <%d> %d %d", RoadMap.roads[currExamMapIndex].id, CurrentLane.direct, RoadMap.roads[currExamMapIndex].active);
                    AddExamFault(9, rtkTime);
                }
            }