Skip to content
Snippets Groups Projects
Commit 64361af0 authored by Fabian Reister's avatar Fabian Reister
Browse files

larger points

parent ac5026c9
No related branches found
No related tags found
1 merge request!266Feature/armem laser scans
......@@ -124,6 +124,8 @@ namespace armarx::armem::server::laser_scans
pointCloud.addPoint(point.x(), point.y(), point.z(), color);
}
pointCloud.pointSizeInPixels(3);
viz::Layer l = arviz.layer(agentName + "/" + sensorName);
l.add(pointCloud);
......
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