Commit c2e9917b authored by duanruiming's avatar duanruiming

[updte] 修改车道转向编码

parent a55a03be
...@@ -12,9 +12,9 @@ import java.util.Objects; ...@@ -12,9 +12,9 @@ import java.util.Objects;
@Getter @Getter
@AllArgsConstructor @AllArgsConstructor
public enum HkLightsTurnEnum { public enum HkLightsTurnEnum {
ONE(3, 1), ONE(2, 1), // 直行
TWO(1, 2), TWO(1, 2), // 左转
THREE(2, 3), THREE(3, 3), // 右转
FOUR(4, 4), FOUR(4, 4),
FIVE(5, 5), FIVE(5, 5),
SIX(6, 6), SIX(6, 6),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment