Skip to content
Snippets Groups Projects
Commit c43a6682 authored by Your Name's avatar Your Name
Browse files

fixing aron runtime warning

parent 80613254
No related branches found
No related tags found
1 merge request!354Feature/armen laser scans update inc intensity
......@@ -80,7 +80,7 @@ namespace armarx::armem::laser_scans::client
toAron(laserScan, timestamp, frame, agentName, aronSensorData);
auto dict = aronSensorData.toAron();
dict->addElement("scan", toAron(laserScan));
dict->addElementCopy("scan", toAron(laserScan));
update.instancesData = {dict};
update.referencedTime = timestamp;
......
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