[6.5.0][道路事件] 优化测试用例
This commit is contained in:
@@ -249,7 +249,7 @@ class V2NTest {
|
||||
CallerTelematicManager.sendMsgToAllClients(TelematicConstant.V2N_AI_ROAD_PEOPLE_CROSS, data.toByteArray())
|
||||
CallerV2nNioEventListenerManager.invokeV2nNioCrossoverEvent(data)
|
||||
delay(50)
|
||||
newPoint = DrivingDirectionUtils.calculateNewPoint(newPoint.first, newPoint.second, targetHeading, 0.1)
|
||||
newPoint = DrivingDirectionUtils.calculateNewPoint(newPoint.first, newPoint.second, targetHeading, 1.0)
|
||||
}
|
||||
delay(TimeUnit.MINUTES.toMillis(10))
|
||||
}
|
||||
@@ -289,7 +289,7 @@ class V2NTest {
|
||||
Log.d(TAG, "2 -- > target_distance: $targetDistance, current distance: $distance")
|
||||
var newPoint = DrivingDirectionUtils.calculateNewPoint(car.longitude, car.latitude, car.heading , eventDistance)
|
||||
Log.d(TAG, "location:[x:${targetX}, y:${targetY}, new_location:[x:${newPoint.first}, y:${newPoint.second}]")
|
||||
val eventId = "yyyyyyyyyyyyy"
|
||||
val eventId = System.currentTimeMillis().toString()
|
||||
CallerAutoPilotStatusListenerManager.updateAutopilotControlParameters(AutopilotControlParameters().also {
|
||||
it.autoPilotLine = AutoPilotLine(10L, "", "","", "", System.currentTimeMillis(), "")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user