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

Are /ublox_driver/receiver_lla and /ublox_driver/receiver_pvt the same under RTK? #17

Closed yyyxs1125 closed 6 months ago

yyyxs1125 commented 6 months ago

Hi everyone,

I can capture RTK solution by using a ZED f9p but I don't know is there any difference between /ublox_driver/receiver_lla and /ublox_driver/receiver_pvt in terms of langtitude, latitude and altitude. Are they the same or /ublox_driver/receiver_lla is the original GNSS data and /ublox_driver/receiver_pvt is the corrected data by Ntrip.

Many thanks!

shaozu commented 6 months ago

Hi, @yyyxs1125. They are exactly the same in terms of latitude, longitude and altitude. Both are corrected solution but /ublox_driver/receiver_pvt gives you more information like velocity and solution's type.