src/main/java/com/zy/common/utils/NavigateUtils.java
@@ -252,7 +252,7 @@ int[][] map = solution.map; for (NavigateNode node : path) { int value = map[node.getX()][node.getY()]; if (value != 0 && value != 3) { if (value != 0 && value != 3 && value != 5) {//母轨道3、子轨道0、充电桩5 return false; } }