Skip to content

Add timeout to load_node service call in LoadComposableNodes action #514

@bjsowa

Description

@bjsowa

Description

Somewhat related to #513

Currently, LoadComposableNodes action waits indefinitely for load_node service response which prevents other components from being loaded when component manager fails to send a response.

I propose adding a timeout to the service call.

Motivation

In my case, sometimes the component manager fails to send a response, e.g.:

failed to send response to /leo2/image_container/_container/load_node (timeout): client will not receive response, at ./src/rmw_response.cpp:153, at ./src/rcl/service.c:400

Even though my node was loaded, ros2 launch does not continue loading the rest of the nodes.

Design / Implementation Considerations

No response

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions