Skip to content

Infinite loop #80

Closed
Closed
@BriceRenaudeau

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.

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