油门刹车数据获取供bus使用
This commit is contained in:
@@ -42,4 +42,14 @@ interface IMoGoAutopilotVehicleStateListener {
|
||||
* 车辆加速度
|
||||
*/
|
||||
fun onAutopilotAcc(carAcc: Float)
|
||||
|
||||
/**
|
||||
* 油门
|
||||
*/
|
||||
fun onAutopilotThrottle(throttle: Float)
|
||||
|
||||
/**
|
||||
* 刹车
|
||||
*/
|
||||
fun onAutopilotBrake(brake: Float)
|
||||
}
|
||||
Reference in New Issue
Block a user