Question about GPS_POS#_X, GPS_POS#_Y and GPS_POS#_Z

Hi.

I have a pair of doubts about GPS_POS#_ variables:

  • They are offsets relative to body frame. Could i think that they are realitive to the frame 3D center point ?

  • Which value should i use to set an offset of 2,5 centimeters ? Maybe 0,025 ?

Thanks in advance.

Miguel.

1 Like

They are relative to the center if the fligh controller’s IMU.
And the unit is Meter, so 2.5cm is 0.025 indeed.

Hi again.

Should i consider the center of the Cube Black (just Cube, not carrier board) as an aproximate origin ? Correct ?

Thanks.

Miguel.

If you want absolute precision, it is the center of the cube.

Thanks a lot.

Miguel.

No it’s not. You can offset the IMU’s as well, look into INS_POS* parameters. If you don’t provide any IMU offsets then the IMU’s happen to be at the body frame origin, but it’s not always a valid assumption.

1 Like

Got me, you are right.
Although it is recommended to put the FC in frame center, or as close as possible.
But yes, it is related to the body frame origin (which is not same as the CG, but should be as close as possible).

Hi.

If i’ve understood in the correct way, both of them (GPS_POS#_ and INS_POS*) should be set relative, the closest as posible, to the frame’s 3D central point (assuming an almost simetrical weight distribution). Shouldn’t it ?

Thanks.

Miguel.