BTRepeatUntilSuccess

Inherits: BTDecorator < BTTask < BT

BT decorator that repeats its child task until SUCCESS.

Description

BTRepeatUntilSuccess repeats its child task until it results in SUCCESS.

Returns RUNNING if the child task results in RUNNING or FAILURE.

Returns SUCCESS if the child task results in SUCCESS.