Commit 9b7a6997 authored by 黄伟铭's avatar 黄伟铭

修正转向基础数据掉头名称

parent fd1991c8
......@@ -212,14 +212,14 @@ public class BaseEnum {
@AllArgsConstructor
public enum TurnTypeEnum {
//步类型:1-左转 2-直行 3-右转 4-
//步类型:1-左转 2-直行 3-右转 4-
LEFT(1, "l", "左转"),
STRAIGHT(2, "s", "直行"),
RIGHT(3, "r", "右转"),
TURN(4, "u", "头"),
TURN(4, "u", "头"),
ALL(5, "all", "圆饼灯"),
......
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