Hi all,
I'm trying to get a good grasp of reference frames. I have a data file with Euler angles (yaw, pitch, and roll). These angles are referenced to true North. I also have another data file with unique coordinates from different sites. These sites have a heading / bearing data that is also reference to true North. I'm trying to find a way to uniquely describe the perspective of each site as it sees the airplane at that instant of time.
For example, one site might see the front of the plane while another site might be seeing the back at the same time. I still have not found a way to do this. I guess I haven't quite found a way to represent that perspective into a "mathematical representation."
I figured I can convert the Euler angles to quaternions, and use the quaternions to relate a unique perspective seen from each site. I figured since the airplane and the sites are referenced to true North that I can somehow do this (?). I don't know how, yet.
My goal is to somehow sort this unique perspective and find out how many times it was encountered by each site. After all, if the plane is doing multiple route loops, then each site will eventually see a similar perspective from another site, but at a different instance of time.
Any tips?
Thanks!
I'm trying to get a good grasp of reference frames. I have a data file with Euler angles (yaw, pitch, and roll). These angles are referenced to true North. I also have another data file with unique coordinates from different sites. These sites have a heading / bearing data that is also reference to true North. I'm trying to find a way to uniquely describe the perspective of each site as it sees the airplane at that instant of time.
For example, one site might see the front of the plane while another site might be seeing the back at the same time. I still have not found a way to do this. I guess I haven't quite found a way to represent that perspective into a "mathematical representation."
I figured I can convert the Euler angles to quaternions, and use the quaternions to relate a unique perspective seen from each site. I figured since the airplane and the sites are referenced to true North that I can somehow do this (?). I don't know how, yet.
My goal is to somehow sort this unique perspective and find out how many times it was encountered by each site. After all, if the plane is doing multiple route loops, then each site will eventually see a similar perspective from another site, but at a different instance of time.
Any tips?
Thanks!