How do I properly disconnect a Task Executer from the AGV network using code?
For connecting there is the eventfunction addMember on the navigator, but there is no equivalent for disconnecting it.
I tried just removing the coupling node to the navigator, but that may causes issues (for example, if the TE was partially blocking some path connections and another TE had already come to an accumulation stop behind it, the latter will sometimes never move again).