[dev_arch_opt_3.0]

[Change]
[1、合并清扫车分支过来,更新了底盘数据pb]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2023-01-09 18:50:14 +08:00
parent 3a0d94e9a7
commit cc7774c872
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
package com.mogo.eagle.core.function.api.autopilot
import chassis.VehicleStateOuterClass
import chassis.ChassisStatesOuterClass
/**
* 清扫车(福田)清扫控制系统状态
@@ -9,5 +9,5 @@ interface IMoGoSweeperFutianCleanSystemListener {
/**
* 清扫车(福田)清扫控制系统状态
*/
fun onSweeperFutianCleanSystemState(cleanSystemState: VehicleStateOuterClass.SweeperFuTianCleanSystemState)
fun onSweeperFutianCleanSystemState(cleanSystemState: ChassisStatesOuterClass.SweeperFuTianTaskSystemStates)
}