-
Notifications
You must be signed in to change notification settings - Fork 385
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
latch=true publisher in rosjs #35
Comments
I think the rosbridge protocol itself would have to be modified to support this. |
Can you elaborate? I thought this was an issue with the current implementation of rosbridge_server, not v2 of the protocol? |
Other direction -- to create a latched topic, the client has to specify it somewhere in the protocol. rosbridge has to be responsible for this since a client is never notified when someone subscribes to their topic. |
Hi jihoonl, Not sure why you're referencing issue #1. Just to clarify, my (already merged) patch fixes latched subscribers, it has nothing to do with publishers. |
Yeah I have just noticed that after referencing the pull request. I will just keep the reference to remind that latch subscription is now supported and only remaining thing is supporting latch publisher. |
…o publish and advetise commands
Resolved by the pull requests |
Migrated from https://github.com/RobotWebTools/rosjs/issues/31
@jihoonl :
Can rosjs set Publisher(latch=True) ?
The text was updated successfully, but these errors were encountered: