Giter Club home page Giter Club logo

darc's People

Contributors

mkjaergaard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

darc's Issues

Move code into translation units

Many non-templated classes are defined in header files. This code should be moved to a proper cpp file and investigate if some header dependencies can be removed.

Tag Namespaces

Add support for a namespaces. Use same symbols as ros namespaces. Add ability to run a node and a component in a specific namespace.

darc_info executable

Create an executable (Node) what just prints out all nodes, topics and procedures.

Add Signal Support

A Signal is similar to publisher except it is:
Not using dataflow model, but is a variable that always has a value and can be read at any time.
Event handlers are triggered on changes, not on new data published.
Changes are guaranteed to be delivered to subscribers.

Can be used to provide information such as current state or values that are only required to be read in certain situations.

Wrap Node and family

Wrap Node class and other stuff that is not templated around message types to make the component executable and lib files smaller

Control Messages

Use control messages to exchange pub/sub information between nodes

Procedure Support

Add support for a "Procedure" (ProcedureServer/ProcedureClient) or similar.
Works as a ros action/ros service. Should support guaranteed delivery.

Make some cool demos!

For the final intern presentation.
Cool stuff with the python interface, some introspectrum, CPU usage stats, start/stopping, darc_info calls.

pubsub: Central handling of topic names

Right now the strings for the topics (tags) are handled a bit in the remote and the local subscribers. This should optimally be moved to a central place, where tags are mapped to topic ID's.

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.