Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Distributed control poc #1

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    2dbe482 View commit details
    Browse the repository at this point in the history
  2. working now

    * fix typo in StatePublisher (used the pointer which has been moved...)
    * not a component anymore
    * collect StatePublishers in map
    mamueluth committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9f0d1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d1e985 View commit details
    Browse the repository at this point in the history
  4. rename include guard

    mamueluth committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c54ff02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6feda98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f200fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e156a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0297099 View commit details
    Browse the repository at this point in the history
  9. restructure handles

    mamueluth committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e52740b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48069e3 View commit details
    Browse the repository at this point in the history
  11. subscription in central controller

    * export and imprt statepublisher description
    * initialize DistributedHandle through description
    * automated generation of node and topic names
    mamueluth committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    513201a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f5d16e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    de73b6a View commit details
    Browse the repository at this point in the history
  14. !Not working! Add registration of DistributedCommandInterfaces

    * Its not working, since the storage type of command interfaces needs
    to be changed to std::shared_ptr. This is done in follow_up since should
    change a lot.
    mamueluth committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e8931ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cad7070 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92874f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49347d1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    167e8dc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    71f4757 View commit details
    Browse the repository at this point in the history