Closed
Description
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