Giter VIP home page Giter VIP logo

Comments (2)

Roanish avatar Roanish commented on September 17, 2024

I have discovered this issue also. It is a bug in the rtcm3 decoder/encoder
code in the 1012 message format where the sv channel is not passed through
with the correct variable.

I made a mod which fixes this but never got around to doing a push.

I am writing this on my phone. But when I get back to my PC I will send
more info.

Roanish.
On 8 Nov 2014 11:16, "doupov" [email protected] wrote:

Dear group
If using str2str input stream NVS and from the output stream RTCM3, I
disappear GLONASS satellites. Am I doing something wrong?


Reply to this email directly or view it on GitHub
#58.

from rtklib.

Roanish avatar Roanish commented on September 17, 2024

Details:

The bug presents itself in the file src/rtcm3e.c
It will affect 1009 1010 1011 and 1012 glonass messages.

The lines of code affected: 584, 620, 658, 698.

code:
fcn=fcn_glo(sat,rtcm);

fcn_glo() is null with standard glonass messages unless a 1020 ephemerides message has also been decoded (which isn't the case most of the time). This means that the RTCM3 glonass SV's all get encoded with a null channel number of -7 in the output stream. This obviously confuses your gnss receiver.

I got around this by assigning the sv channel to a new variable in the decoder (NVS decoder in your case) and re assigning it to the 'fcn' variable in the encoder. As the channel will always stay the same for each SV, this works fine.

I'm sorry i do not have a specific fix for you, mine was a bandaid patch with a different decoder and will not work with NVS. This bug should be fixed in the root code anyway, shouldn't be an issue for tomojitakasu or another coder to fix.

Ta,

Roanish.

from rtklib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.