[8.0.0] [adas] 预测PB更新

This commit is contained in:
xinfengkun
2025-05-16 15:01:55 +08:00
parent 5020c158e8
commit b5f5303cee

View File

@@ -17,10 +17,11 @@ message mTrajectoryApp{
message mPredictionObjectApp{//ego coordinate system
optional int64 m_nid = 1; //target id: 800000 + obs_id; ego_id: 800000 减去800000是障碍物的id此id是域控未数据融合之前的id与发给鹰眼TrackedObjects中的uuid的可能不一样)
optional int64 m_nid = 1; //target id: 800000 + obs_id; ego_id: 800000 减去800000是障碍物的id此id是域控融合之前的id与发给鹰眼TrackedObjects中的uuid一样
optional int32 classtype = 2; //target classtype 障碍物类型与TrackedObject中的type类型不同需要转换转换完成后一样
optional bool is_ai_output = 3; //1:ai_output 0:rb_out ; 输出类型AI输出规则输出
repeated mTrajectoryApp prediction_trajectory = 4; //ego and other agent trajectories
optional double yaw = 4;
repeated mTrajectoryApp prediction_trajectory = 5; //ego and other agent trajectories
}
//目前仅支持Taxi