-
Notifications
You must be signed in to change notification settings - Fork 168
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
Added plugin mechanism to send any data to the server #122
base: main
Are you sure you want to change the base?
Conversation
Hey, bro, I want to implement something similar to the functionality in RViz for publishing navigation points. How should I do that |
Hey,
The information on this is published on specific topics. Just google for. Bets regards, |
Hi Alex, love this work. Is it possible to share your example with a plugin? Also I have to update the handlers.py #12 to the following to get it run. otherwise getting a ModuleNotFoundError Thanks |
Hi, Fell free to ask if you need help writing your plugin I can support if needed. |
Thank you for this! I'm trying to catch up to things after months of dealing with other personal issues. I wanted to implement a publisher and service call alongside the subscribe mechanism. I'm trying to figure out whether this plugin mechanism is generalizable enough to be useful outside of that. Do you have any examples of plugins you wrote? |
Happy to hear from you. No pressure regarding this, my personal life is quite busy as well 😅 Unfortunately I'm not allowed to share a working plugin, but I used it like this:
What I wanted to add, but never had time for, was the way back. But this can be done with subscribing a topic in rosboard and writing a custom viewer for it. Hope this helps :) |
Hi @AlexanderHefner ! I really would love to try your plugin mechanism. However I'm missing the steps to create a plugin. Thank you very much in advance Carmelo |
With this change it's possible to write viewer which will send data into the ros system. E.g. the #100 joystick controller pull request could be rewritten to use this instead of adding a special WebSocket message type.
I've already created a plugin with a special viewer and it's working like a charm. Already creating more of them.
Btw. Everyone loves rosboard at first glance 😄