[minibus320][adas] 更新障碍物PB,添加相对于自车x轴的角度字段

This commit is contained in:
xinfengkun
2023-05-30 17:20:37 +08:00
parent 28fd08eae2
commit 8b4a7a2f44

View File

@@ -141,7 +141,8 @@ message TrackedObject
repeated Location polygon = 15;
geometry.Point center = 16;
AdditionalAttribute add_attribute = 17; // 事件类型
reserved 18 to 100;
double angle = 18; //相对于自车x轴的角度左正右负
reserved 19 to 100;
string strUuid = 101;//String类型车辆ID
}