-
Notifications
You must be signed in to change notification settings - Fork 108
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
Error sending SSR to NtripCaster #59
Comments
Hello jiargei, The error seems to be due to a downloading stream rather than an uploading stream, please check all of your usernames, passwords, http/https and ports. Sometimes a stream will drop and reconnect, depending on latency and internet connections. Otherwise, check that Also, you may have fixed this already, but the messages to be output require a udi to be filled in for each message type. eg
|
Dear @polytopes-design ! Thank you for your answer! Yes, i fixed the udi and updated the mongo and fatal_message_level values. Still, no output. I'm not sure about the solution either. I have AMBIGUITY, REC_POS, TROP, IONO, CLOCK values in the Network TRACE but the bias value for each satellite in Mongo is zero {"Bias": 0}. Furthermore, i do not understand the ambiguity values the look too small. Since one L1 or L2 wave is arround 0.2 meters and a distance of 29e6 meters the ambiguity value should be arround 125e6. Right now I see float values < 100. Is there any scaling or are these relative ambiguities to a certain level? kind regards, Jürgen |
Hi Jürgen, It sounds like your network filter also does not have the CODE_BIAS state, as you've listed a lot of others but not that. The ambiguity values are constant values of whole wavelengths that are remainder after all other modelled effects have been subtracted from the range equation, not the entire range. If you have There will be a moderate update hopefully toward the end of the week, which may include better realtime/ssr operational capability. (Though it will require many configuration changes) |
Thanks for the explanation. Still no output of SSR on Ntrip. PEA connects to the Caster but it is not sending any data. |
Could anyone provide an working example on Real-Time CORS-RTCM-MSM Input and Real-TIME SSR output? |
Jiargei, I was able to get very basic SSR output working by adding this yaml to the
as well as adding The messages that are sent can also be viewed in json format in the outputs dir.
In this case, the source of the corrections was |
could you please add some steps how to run pea using rt_ppp_example.yaml. Step by step please. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As soon as Output will be generated, PEA throws an Error:
Configuration files
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: