Engineer here, I have an indoor tracking system where I have to subsystems that calculate the angle (angles a and b) towards an object of interest. The angles are calculated to the nearest degree.
If I want to calculate the angle and distance from say A to the object I use the known distance between A and B, say C. and I calculate the distance from A to the object as:
$$A = \frac{C}{\sin c} \sin a$$
Where c can be calculated as: $180^{\circ} - a - b$
My issue however, is say consider a distance between the two subsystems C equal to $0.5m$, and the furthest distance I want to be able to track is $5m$, what is the uncertainty of the location determined by the system?
What route can I go to work this out?