BTRepeatUntilFailure
Inherits: BTDecorator < BTTask < BT
BT decorator that repeats its child task until FAILURE.
Description
BTRepeatUntilFailure repeats its child task until it results in FAILURE.
Returns RUNNING if the child task results in RUNNING or SUCCESS.
Returns SUCCESS if the child task results in FAILURE.