This commit is contained in:
zhongchao
2022-08-02 19:08:11 +08:00
parent c7bbdd2285
commit 24e62960e0

View File

@@ -161,7 +161,7 @@ class MoGoAdasListenerImpl : OnAdasListener {
//油门
CallerAutopilotVehicleStateListenerManager.invokeAutopilotThrottle(vehicleState.throttle)
//刹车
CallerAutopilotVehicleStateListenerManager.invokeAutopilotThrottle(vehicleState.brake)
CallerAutopilotVehicleStateListenerManager.invokeAutopilotBrake(vehicleState.brake)
} else {
CallerAutopilotVehicleStateListenerManager.invokeAutopilotDataException(header.timestamp.toLong())