Hi all. I’m a beginner, so please forgive how basic a question this probably is.
I have an application where I need to measure a handful of rectangular surfaces in relation to a specific origin. I basically need to know the position of the corners of each surface in 3D space. The surfaces will all be tilted in different ways, but I will be able to walk to them. I don’t need incredibly high accuracy (within 10cm is fine), and I’m only interested in the difference between the reference point and the corners of those surfaces. The goal is to be able to put points into a 3D modeling program (such as Blender) to be able to get a model of them into an OBJ.
If I use a GPS receiver with correction, I should be able to get the accuracy needed. What I don’t understand is how to capture the points and then use them. I think if I use a software (like SW Maps) I should be able to capture points. But then I’m not sure how to transform those points that are referenced to the Earth into something that’s a lot more local.
Is this even possible, or am I trying to use a system that’s designed for the wrong thing? I am having a bit of trouble figuring out how to proceed on my research, so any tips would be greatly appreciated!