Orthophoto_Maps icon indicating copy to clipboard operation
Orthophoto_Maps copied to clipboard

Why is the aircraft's attitude not considered?

Open angaio opened this issue 1 year ago • 1 comments

In the code def get_metadata(input_file), only the gimbal's attitude is being read and used, and the aircraft's attitude is not being read or used. Why is that?

angaio avatar Nov 21 '23 07:11 angaio

Hi angaio

Orientation of a camera from a ground is needed to generate an orthophoto, not orientation of an aircraft itself

But we can only know the orientation an aircraft, we have to convert to the one of a camera

But it is hard to convert orientation from an aircraft to a ground because each has 3-axis, which means it causes gimbal lock

The gimbal(especially in DJI) fix the roll(xy plane) it is easy to convert orientation because the fixed roll makes the conversion of 2D coordinate system

So I used only orientation of a gimbal, it removes 1D in orientation

hwiyoung avatar Nov 27 '23 13:11 hwiyoung