I'm looking for a C++ library or a combination of libraries.
the idea is that robots move around and they can only know distance between the closest 3. the problem is to find relative (x,y) location of all of the nodes.
My solution would be to build triangles from distances (is there a library for that) then make a map from those triangles (library?)