Merge branch 'dev_robotaxi-d-app-module_280_220608_2.8.0' of gitlab.zhidaoauto.com:zhjt/AndroidApp/MoGoEagleEye into dev_robotaxi-d-app-module_280_220608_2.8.0
This commit is contained in:
@@ -260,7 +260,7 @@ class MoGoAutopilotProvider :
|
|||||||
trafficLightResult.arrowNo,
|
trafficLightResult.arrowNo,
|
||||||
trafficLightResult.flashYellow,
|
trafficLightResult.flashYellow,
|
||||||
trafficLightResult.toTrafficLightDetail(),
|
trafficLightResult.toTrafficLightDetail(),
|
||||||
0
|
trafficLightResult.timeStamp
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ data class TrafficLightResult(
|
|||||||
val laneNo: Int, //车道号
|
val laneNo: Int, //车道号
|
||||||
val arrowNo: Int, //当前车道对应地面要素转向
|
val arrowNo: Int, //当前车道对应地面要素转向
|
||||||
val laneList: TrafficLightDetail, //灯态具体信息
|
val laneList: TrafficLightDetail, //灯态具体信息
|
||||||
val flashYellow: Int// 黄灯总时间
|
val flashYellow: Int,// 黄灯总时间
|
||||||
|
val timeStamp: Long //当前卫星时间,单位:ms
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user