Coder Social home page Coder Social logo

mjhaskell / gnss_utils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from superjax/gnss_utils

0.0 0.0 0.0 583 KB

Utilities for fusing and simulating raw GNSS measurements, and computing satellite positions from ephemeris. Includes ROS demo node

CMake 6.11% C++ 93.00% Python 0.89%

gnss_utils's Introduction

GNSS Utils

Build Status

This a library used for handling raw GNSS data, as well as an example ROS node for calculating position, velocity and clock bias with iterated least-squares.

I made this so that I could feel confident that I was properly handling the data before I put this into a much larger project. I would not recommend actually using the output of the ROS node for anything - there are much better ways of doing GNSS positioning, but this should be a pretty good first-principles example.

Building

The main library depends only on Eigen. If you don't want the test suite or the ROS node, you should be able to build the library alone (or add it as a subdirectory of a larger project). Building is the typical cmake - make workflow, or you can just put this in the src directory of a catkin workspace.

  • If catkin is detected, then the point_positioning_demo ROS node will be built.
  • If gtest is detected, then the test suite will be built.

I have abstracted as much as I can using C++ classes. This results in (what I think is) really clean and understandable code. Projects like RTKLIB are amazing, but the old-style C code is a little difficult for me to read. My intention with releasing this package is that someone else out there will be able to get running faster by modifying my code, as opposed to starting with porting RTKLIB.

THANKS:

I used a lot of code from RTKLIB and gnss-sdr. I mainly used these projects as references and copied a few of their functions into the reference_algorithms.cpp file which I test against.

There is a short LaTeX beamer presentation in the doc folder which contains a derivation of the algorithm I'm using for Iterated least-squares. You should be able to build it with a standard LaTeX toolchain.

TODO:

  • GLONASS Support
  • UBLOX M8T reading/parsing

gnss_utils's People

Contributors

superjax avatar mjhaskell 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.