[8.0.0] 域控障碍物类型转换成鹰眼使用的障碍物类型方法 添加注释;
This commit is contained in:
@@ -32,6 +32,7 @@ object CallerAutopilotIdentifyListenerManager : CallerBase<IMoGoAutopilotIdentif
|
||||
* 域控障碍物类型转换成鹰眼使用的类型
|
||||
*
|
||||
* @param classType 域控障碍物类型(目前只有Prediction2025.mPredictionObjects.objs_app.classtype 是域控的障碍物类型)
|
||||
* @return 障碍物类型 与 message_pad中的TrackedObjects 的 objs.type 类型一致
|
||||
*/
|
||||
fun trackedObjectTypeTransform(classType: Int): Int {
|
||||
var type = Adas.TrackedObjectType.forNumber(classType)
|
||||
|
||||
Reference in New Issue
Block a user