modify brake
This commit is contained in:
@@ -18,4 +18,9 @@ interface IMoGoAutopilotVehicleStateListener {
|
||||
* @param brakeLight
|
||||
*/
|
||||
fun onAutopilotBrakeLightData(brakeLight: Boolean)
|
||||
|
||||
/**
|
||||
* 车辆刹车灯 根据加速度
|
||||
*/
|
||||
fun onAutopilotBrakeLightByAcceleration(acceleration: Double)
|
||||
}
|
||||
Reference in New Issue
Block a user