Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ublox F9P could not get RTK solution #220

Open
yulan0215 opened this issue Jun 1, 2023 · 1 comment
Open

Ublox F9P could not get RTK solution #220

yulan0215 opened this issue Jun 1, 2023 · 1 comment

Comments

@yulan0215
Copy link

yulan0215 commented Jun 1, 2023

Describe the bug
A clear and concise description of what the bug is that I used UBlox ZED-F9P and recently I use ntrip caster here: LORD-MicroStrain/ntrip_client#29 (comment)
I can publish the RTCM msg, but the problem was how can I use my Ublox F9P to use those RTCM messages?
To Reproduce
Steps to reproduce the behavior:

  1. My RTCM rostopic was: /ntrip_client/rtcm, and I added it here:
    I added my RTCM rostopic here:
    ros::Subscriber subRtcm = nh->subscribe("/rtcm", 10, rtcmCallback);
    H
    However, when I checked my gps rostopic: /ublox_gps/fix, the status was always 0, which means I did not get RTK solution. Do you have any idea about that?

Besides, when I ran the ROS driver then I got the error here: U-Blox message exceeds maximum payload length 8184:0Xa1/0XB3, do you have any idea about that? I found the script here: https://github.com/KumarRobotics/ublox/blob/master/ublox_serialization/include/ublox/serialization.h#L61
But even if I increased the value from 8184 it did not help. Could you please give me some ideas? Thx

@bnbhat
Copy link

bnbhat commented Aug 2, 2024

Hey!

Is this issue resolved? Have you managed to get RTK fix?

I am using ZED-F9P with RTK. It works for me. Try this NTRIP Client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants