hi, I am using this python script to get the position of my tag and the distance between each anchor and the tag and I was wondering where I could look to find out what the origin of the coordinate frame is? please let me know if I could share any more information. "DIST,3,AN0,CC1C,0.92,0.00,0.00,0.52,AN1,C829,0.64,0.76,0.00,0.49,AN2,CD2D,0.00,0.00,0.00,0.67,POS,0.57,0.31,0.17,44
{“id”: “CC1C”, “x”: “0.92”, “y”: “0.00”, “dist”: “0.52”}
{“id”: “C829”, “x”: “0.64”, “y”: “0.76”, “dist”: “0.49”}
{“id”: “CD2D”, “x”: “0.00”, “y”: “0.00”, “dist”: “0.67”}
{“x”: “0.57”, “y”: “0.31”}" this is an example of what the output looks like and I am trying to figure out how the position of the tag is being calculated. I would appreciate any information on this or where to look for it.