fix bug of traffic light and change the color of tracker
This commit is contained in:
@@ -10,7 +10,7 @@ class RoadArrow {
|
||||
private const val STRAIGHT_OR_U_TURN = 204 //直行转向
|
||||
private const val TURN_LEFT = 205 //左转
|
||||
private const val TURN_LEFT_OR_U_TURN = 206 //左转或转向
|
||||
private const val TURN_RIGHT = 206 //右转
|
||||
private const val TURN_RIGHT = 208 //右转
|
||||
private const val TURN_LEFT_OR_RIGHT = 210 //左右转向
|
||||
const val U_TURN = 211 //转向
|
||||
|
||||
|
||||
Reference in New Issue
Block a user