Reply To: [bug] Timeout task doesn't reset properly

Forums 💬 NodeCanvas ⚙️ Support [bug] Timeout task doesn't reset properly Reply To: [bug] Timeout task doesn't reset properly

#17222
w
Participant

    Hi Gavalakis,

    Thank you for your explanation. I indeed was referring to using the timeout condition task in BT. Didn’t know it was designed for FSM. That makes sense.

    What we need is an “inverted-timeout” decorator, which returns failure and blocks its child connection until a timeout. We have been achieving this by using the combination of conditional + timeout. (or wait until + timeout)

    We also sometimes use timeout on a Condition node