Skip to content
Snippets Groups Projects
Commit c6710753 authored by Michael Scharfenberg's avatar Michael Scharfenberg
Browse files

Add pcm name as name to xodr

parent a44e9222
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ bool XmlStandardObject::WriteToXml(QXmlStreamWriter *xmlWriter)
xmlWriter->writeAttribute("t", QString::number(calcT()));
xmlWriter->writeAttribute("id", QString::number(standardObject->GetObjectId()));
xmlWriter->writeAttribute("type", QString::fromStdString(standardObject->objectTypeMap.at(standardObject->GetObjectType())));
xmlWriter->writeAttribute("name", "stationary car");
xmlWriter->writeAttribute("name", "PCM-" + QString::number(standardObject->GetObjectId()));
xmlWriter->writeAttribute("pitch", "0");
xmlWriter->writeAttribute("roll", "0");
xmlWriter->writeAttribute("zOffset", "0");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment