Reply To: Starting and stopping evasion

NodeCanvas Forums General Discussion Starting and stopping evasion Reply To: Starting and stopping evasion

#13930
Gavalakis
Keymaster

Hello,

Considering I understood correctly, here is one (of the many ways) that this can be done:
RepeatUntil

Once the initial condition “Distance < 200" is true, then the rest of that branch will "Repeat Until Failure". Failure will be returned if the left condition of the sequencer there "Distance > 500″ , is false. You can also make the Sequencer “Dynamic” if you want to continously evaluate the Distance Check.

Let me know if that works for your case.
Thank you.

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. RepeatUntil.png