-
Notifications
You must be signed in to change notification settings - Fork 35
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
About ntrip client usage #2
Comments
I would also be very interested, did you find a solution on that one? |
Ok, I got it working. You just need to put the correct topic for the callback in the source code. Change one of the las lines " param_nh.param("/ntrip_ros/rtcm_topic", rtcm_topic, std::string("rtcm")); |
This fixed it for me thanks alot! |
Hi, I launched the ntrip file but there was no data come, always the zero length data problem. Do you know what is the problem? Thx |
@wqrray @bjajoh Could you share the configuration? launch file and ntripclient.py file (assuming you used those). UPDATE |
I can now get the correction data from ntrip client by launch a node and I can find a new "rtcm" node in the topic list, but how to use the correction data to do the correction for the position? The ublox_gps node seems unable to receive the correction data. I'm new to ROS, can you give me some hint on that?
The text was updated successfully, but these errors were encountered: