HKUST-Aerial-Robotics / ublox_driver

A driver for u-blox receiver (ZED-F9P) with ros support
GNU General Public License v3.0
96 stars 44 forks source link

Galileo E5b frequency #21

Open ocalmf opened 1 month ago

ocalmf commented 1 month ago

Hello dear HKUST researchers,

Firstly, I am very thankful you for sharing your various work (gnss_comm, GVINS, VINS mono and ublox driver). Each of them is very impressive and instructive for me.

I want to ask you, is there any bug in this function (UbloxMessageProcessor::sig_freq). This function returns GPS L2 frequency 1.22760E9 for Galileo E5b signal instead of 1.20714E9 if I am not wrong. Also your GVINS dataset outputs frequency as I previously mentioned. I used a workaround for processing GVINS data because it passed through ublox driver package before it saved. As I guess, GVINS algorithm also uses this signal frequency for several calculations in order for factor generation.
Thank you for your sharing your effort and knowledge to worldwide researchers.