I am trying to estimate the relative positions of many points based on the distances between them, but no known points. This is for a project where I have 5-10 or more devices which are using ultrawideband to communicate and measure the distances between themselves.
I know about triangulation but that requires a set of three or more stationary known points. For my project we would know the distance between our point and every other point, as well at the distance between every other point and all the points which surround it. Theoretically the only point we would know the location of would be ourselves as we would be at 0,0.
Is there any way to get an estimation or even an exact location of some or all of the points with this information?
I have looked around and I can't even find where to start with this so I was hoping someone could point me in the right direction.