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

Not picking up topics in one hit #91

Open
stonier opened this issue Oct 20, 2016 · 2 comments
Open

Not picking up topics in one hit #91

stonier opened this issue Oct 20, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@stonier
Copy link
Collaborator

stonier commented Oct 20, 2016

To reproduce, simply run the gopher rocon podium. On launchup you will see it picking up topics...one by one.

[INFO] [WallTime: 1476941046.219288] /rostful Pyros.rosinterface : Creating rosinterface topic /sentience/reality Reality
[INFO] [WallTime: 1476941047.233487] /rostful Pyros.rosinterface : Creating rosinterface topic /core/buttons/stop Empty
[INFO] [WallTime: 1476941048.243496] /rostful Pyros.rosinterface : Creating rosinterface topic /sentience/profile Profile
@stonier stonier added the bug label Oct 20, 2016
@stonier stonier added this to the Soon milestone Oct 20, 2016
@asmodehn
Copy link
Member

I found out more details about this.
Actually the algorithm picks up topics in one hit.
But each topic interface needs some time to establish connection (pub and sub), and currently I have a loop with a 1 second sleep in there. More details at pyros-dev/pyros#104

@asmodehn
Copy link
Member

asmodehn commented Apr 6, 2017

@yotabits this seems to have been fixed in pyros a while ago. Can you confirm please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants