Coder Social home page Coder Social logo

Comments (2)

pavel-kirienko avatar pavel-kirienko commented on June 12, 2024

There are vague plans to define a replacement message instead of the current uavcan.equipment.gnss.Fix (let it be called uavcan.equipment.gnss.Fix2, for a want of a better name). The concerns to address are the following:

  • define a single covariance matrix 6x6 for position and velocity instead of two separate 3x3 matrices. This will allow the receiver to report covariance between position and velocity estimates.

  • as you mentioned, the position vector should be represented either or both in LLA (angular degrees scaled by 1e8) and ECEF (signed integer millimeters). LLA should probably be made mandatory, since most applications expect this representation, and ECEF should be made optional. We can reduce the bus traffic overhead when ECEF is not reported by stashing its fields into a dynamic array of length 0..1, e.g. ECEFPosition[<=1] ecef_position, where ECEFPosition is defined like int37[3] xyz (this is just an example, don't take it literally).

  • address the issues raised by @WickedShell in #7.

Would you volunteer to draft such a message definition? Feel free to submit a pull request. Also paging @mhkabir, he might suggest a thing or two.

from public_regulated_data_types.

glennib avatar glennib commented on June 12, 2024

I can do that. I haven't set up a build system for this library, so I will just draft the definition and push it in to a separate branch. Expect a pull request shortly.

from public_regulated_data_types.

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.