-
Notifications
You must be signed in to change notification settings - Fork 125
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
Expose the latch and queue_size functionality in the RegisterPublisher sys_command #82
Comments
Hello @P3TE, thank you for the request and it is a good feature to have. I have created an internal ticket AIRO-990 to track it. It may take us some time to follow up and implement it. In the meantime, if you want to implement this feature, we are more than happy to help and review your changes to merge them into the codebase. |
Hello again, I thought I should provide an update to this ticket. So after some initial investigating I found that to expose the latch and queue_size parameters would also require a change to the ROS-TCP-Connector. So I went about implementing this feature, and I may have dreamed up some additional features that I thought might be nice. These include:
So these features are mostly implemented on a new branch 'publisher-latch-dev' on my fork: I realise that I've stepped out of the scope of just exposing the queue_size and latch functionality, but I thought I should touch base with you guys to get your opinion on these features. |
Hey @P3TE. Looks like this issue has fallen by the wayside a bit - but if you are still open to working on these features, feel free to open a draft PR against your base branch and tag me on it. I can go over what you have so far and discuss with the team what the best approach would be to get your code into the origin dev branch. |
@mrpropellers So the current status of this is that I have implemented most of the functionality and I've been testing it locally but I did move onto other unrelated parts of the project I'm working on. |
These both sound like good features to have, but they also sound pretty design heavy so I can't guarantee I could let them go in right away without a thorough review of the implementations. I'm happy to go though the code with you, though! Just wanted to give you the heads up that it might entail some additional iterations if there's a lot of new logic in there. |
Sounds good, additional iterations are no problem. I'll aim to get a PR tomorrow and we can discuss the changes! |
Is your feature request related to a problem? Please describe.
I would like to be able to set the queue_size and the latch parameter when calling the RegisterPublisher sys_command.
Additional context
Line 25 of publisher.py on the 'dev' branch has "# TODO: surface latch functionality", so I plan to implement that.
The text was updated successfully, but these errors were encountered: