ArduPilot with Dual GPS (blended)

How dual(blended GPS) work? How does it collecting data? Any resources or doc for detail understanding?

The very first post of this thread is the best and most detailed documentation in existence.

If you want more details you will need to read the source code.

1 Like

Hi @Bhanupratap,

Welcome to AP. Hereā€™s a link to the wiki docs on GPS blending.

@rmackayā€¦
I have already gone through this AP doc. I am looking infor more than this. Can you suggest or send me if any material available?

Can you send me the link of source code and from where to where I need to read it?

@Bhanupratap,

The GPS blending code can be found here. Licensed under GPLv3 as is the rest of AP.

Ok thanks @rmackay.
I have one more question that what is Mavlink command for verticle speed?

@Bhanupratap,

Iā€™m not sure if youā€™re hoping to get the vehicleā€™s current ā€œvertical speedā€ or if youā€™d like to specify the target speed. In any case, we have some information on the MAVLink interface here which is useful for specifying the target vertical speed. If youā€™re looking for the current speed there are a number of messages but Iā€™d probably recommend looking at the GLOBAL_POSITION_INT message.

I am looking for verticle speed. I have connected RPI to cube orange. I am getting all data same on my screen which is on MP except verticle speed. I tried GLOBAL_POSITION_INT but still verticle speed speed is not matching with MP display value.

Basically, i am looking for current verticle speed.

@Bhanupratap,

Ok, you might try VFR_HUDā€™s climb rate field.

Already tried this but still getting different value

@Bhanupratap,

Maybe use Mission Plannerā€™s Setup >> Advanced >> MAVLink Inspector to search through the various messages sent from the vehicle to the GCS.
image

Hello everyone,

I have a question regarding the GPS Blend option. Iā€™ve connected two GPS modules to a single CAN port on Cube orange plus, and Iā€™m wondering if enabling the blend option can increase the GPS accuracy. In the logs, I can see the HAcc (horizontal accuracy) value for both GPS modules separately, but Iā€™m curious if thereā€™s a way to view the blended HAcc value. Iā€™m interested in learning more about this. Can anyone provide insights or guidance on how to access the blended HAcc value?

Any help or information would be greatly appreciated. Thank you in advance!

Hi @Samarth_Patil,

I think the blended GPS will appear as GPS3 in the logs (e.g. instance 2).

2 Likes

Hi @rmackay9 , thank you for the reply. I am analyzing the logs on UAV Log Viewer, where Iā€™m not able to see the 2nd instance. However, I checked on Mission Plannerā€™s Log Viewer, and now Iā€™m able to get the 2nd instance for GPS blend. Thank you for your response!

1 Like