close
Skip to content

Infinite loop #80

Description

@BriceRenaudeau

Hi,
I would like to know if there is a simple way to make an infinite loop.
The "RetryUntilSuccesful" node has a limit num_attempts.

It is possible to make possible by changing retry_node.cpp (line 55) :
while (try_index_ < max_attempts_)
into :
while (try_index_ < max_attempts_ || max_attempts_==-1)
And set max_attempts_ as an int.

Or should I create my own DecoratorNode.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions