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

Namespace infrastructure plugins #94

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

luca-della-vedova
Copy link
Member

@luca-della-vedova luca-della-vedova commented Dec 8, 2022

New feature implementation

Implemented feature

This PR is part of a two-repo PR together with rmf_demos to bring to rmf_demos the infrastructure adapters that were shown in the roscon_workshop example.
Specifically, right now the door / lift supervisors communicate directly with the simulated doors and lifts. However, real deployments would likely have an adapter that sits in-between.

Implementation description

This PR adds a namespace to simulated doors and lifts, now the lift / door adapter will listen to door_requests and publish door_states while the simulation plugins themselves will prepend a sim/ namespace to their topics.

Signed-off-by: Luca Della Vedova <[email protected]>
Signed-off-by: Luca Della Vedova <[email protected]>
Signed-off-by: Luca Della Vedova <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant