Code Monkey home page Code Monkey logo

Comments (1)

skugele avatar skugele commented on May 30, 2024

Ros and lidapy is based on a distributed systems model. Because of this having a globally synchronized time step would be difficult to achieve and is questionable in value. Currently, each process manages its own run rate based on the "rate_in_hz" parameter. Using the rate_in_hz we can independently control the execution rate of any module, codelet, etc., and thanks to the parameter server that ros provides we can change these values at runtime.

If the call method blocks because of a long running operation, then the process will be unable to process new incoming messages. This is easily prevented by scheduling long running operations as non-blocking operations.

It's not clear to me how having a globally managed discrete time step would help with this issue. If anything, I think it would make the issue worse.

Is there a particular use case you had in mind related to this issue? If you are trying to control the agent's processing rate (for example, scheduling tasks every 15ms) this is currently possible in lidapy.

from lidapy-framework.

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.