Git Product home page Git Product logo

rtklib-trimmed's Introduction

English | 简体中文

This project is forked from RTKLIB 2.4.3b, and its GUI ap rtknavi is changed to a pure C language project, which can be simulated by file input on Windows. This project cuts rtknavi to support only Real-Time Kinematic mode. This project can be debugged and run in both Visual Studio and VS Code.

Requirements

In Visual Studio

Open the .sln file of this project in Visual Studio and select Debug and x86 to debug and run.

In VS Code

  1. Support C99 standard 32-bit C language environment;
  2. Open the task.json in the hidden folder .vscode, change "command": "C:\msys64\mingw32\bin\gcc.exe" to the directory path of your 32-bit gcc.exe;
  3. Open the launch.json in the hidden folder .vscode and change "miDebuggerPath": "C:\msys64\mingw32\bin\gdb.exe" to the path of your own 32-bit gdb.exe;
  4. Open c_cpp_properties.json in the hidden folder .vscode and change "compilerPath": "C:\msys64\mingw32\bin\gcc.exe" to the directory path of your own 32-bit gcc.exe;
  5. Open any .c file, click 'Run and Debug' in the left column of VS Code, and click 'Start Debugging' button in the upper left corner (or press F5) to debug and run.

Note: If you want to interrupt debugging in VS Code and see the value of each local variable, you need to comment out the line ‘-O3’, the compiler optimisation level, in ‘args’ in the tasks.json file.

RTKLIB 2.4.3b BUG

  1. src/pntpos.c: rescode(): dion, dtrp, vion, vtrp are used uninitialised and can be initialised at declaration time:
double dion=0, dtrp=0, vion=0, vtrp=0;

References

[1]《GPS/GNSS原理与应用(第3版)》 Understanding GPS/GNSS Principles and Applications, Third Edition (Gnss Technology and Applications Series) (Elliott Kaplan, Christopher J. Hegarty)

[2] Basics of the GPS Technique: Observation Equations, Geoffrey Blewitt

[3]《GPS原理与接收机设计(修订版)》谢钢 著,电子工业出版社

[4] RTKLIB_manual_2.4.2.pdf

[5] https://github.com/LiZhengXiao99/Navigation-Learning/

rtklib-trimmed's People

Contributors

tomojitakasu avatar jensreimann avatar

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.