未验证 提交 8c7648f2 编写于 作者: 李瑾 提交者: GitHub

modify the v2xinfo to v2xInfo.v2xType (#12432)

上级 90ed304b
......@@ -300,7 +300,7 @@ export default class PerceptionObstacles {
}
}
if (isV2X) {
_.get(obstacle,'v2xInfo',[]).forEach((t) => {
_.get(obstacle,'v2xInfo.v2xType',[]).forEach((t) => {
const textPosition = {
x: initPosition.x + (lineCount * deltaX),
y: initPosition.y + (lineCount * deltaY),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册