Git Product home page Git Product logo

Comments (3)

brandondube avatar brandondube commented on August 23, 2024 1

I can add something over the weekend. As some early guidance, anything you need to implement the real-time loop in controls is generally in scope. By that I mean filters, controllers, general estimators, and so on. Code for DACs and ADCs is not in scope to me. Analysis or loop design (in the sense of Bode, Nichols, and other plots) are not in scope. I have not previously needed quaternions or other GNC flavored additional functionality. I see no problem adding it here, as long as it has the same properties as the rest of pctl; no dependency that will grow the compiled code size beyond tinygo-friendly sizes, no allocations in the "real time" functions (alloc is OK in initialization, etc).

I would generally be fine with a "pctl/heavycompute/XXXXXX" set of packages that violate the tinygo-friendly property, but it gets tricky with go.mod. So maybe that would want to be a separate repo, or go mod workspaces (I have not tried them yet) can make that simple. In such a package I would still really like to see things by as dynamic allocation free as possible, so that the computation time which directly contributes to phase margin is more deterministic, and the GC is not pressured.

from pctl.

brandondube avatar brandondube commented on August 23, 2024

I added a roadmap in 6a043c2 ; could you look and see if this addresses your question?

from pctl.

soypat avatar soypat commented on August 23, 2024

Yes it did- thanks!

from pctl.

Related Issues (3)

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.