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

Question: How to select lower priority topic #29

Open
raunakbh92 opened this issue Aug 12, 2021 · 1 comment
Open

Question: How to select lower priority topic #29

raunakbh92 opened this issue Aug 12, 2021 · 1 comment

Comments

@raunakbh92
Copy link

Is there a way to have a lower priority topic be passed through? For eg: I have keyboard_teleop and move_base both publishing vel commands. I have set move_base to be higher priority so that if move_base is publishing velocity commands, any keyboard teleop commands are ignored. However, I want to be able to occasionally pass in keyboard teleop commands as well. How would I set a lock that will mask move_base and only allow keyboard teleop to be passed through?

@devvaibhav455
Copy link

In that case, why not set the priority of keyboard higher and move_base lower? Whenever, you will press something on keyboard, that would take priority.

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

No branches or pull requests

2 participants