Skip to content

Timeout in loader is to short #113

Description

@mistoll

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions