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

Timeout in loader is to short #113

Open
mistoll opened this issue Sep 11, 2015 · 1 comment
Open

Timeout in loader is to short #113

mistoll opened this issue Sep 11, 2015 · 1 comment

Comments

@mistoll
Copy link

mistoll commented Sep 11, 2015

In rocon_interactions/src/rocon_interactions/loader.py, Line 65 there's a hard coded timeout of 15seconds. On slow systems this timeout does not allow the node to start.

Simple solution:

  • raise timeout

Better solution:

  • catch exception
  • log a warning
  • start over (wait again)

BTW: This is a common problem, which occurs not only here, but also in other rocon packages.

@stonier
Copy link
Member

stonier commented Jan 13, 2016

Yes, very aware of it - we've been moving to other mechanisms in the development branches.

@stonier stonier added this to the Indigo - Bugfix milestone Jun 20, 2016
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