Mobile Robot Python API program not repeating

So i followed the steps show in mobile robot transport protocols episode 12 and managed to get my robot to pick and place the part at the right place. However, after unloading the if loop does not repeat. Would really appreciate help on why this is so.

For comments and questions about tutorials, please post in Academy thread of the forum.

After reviewing episode 12, I would recommend you look online or YouTube for basic intro to Python language. There is no such thing as an “if loop” and there is no if statement being used in that tutorial.

You may want to do some of the Python API lessons on the Academy as well. Some of them show you how to do a loop, queues tasks, use signals, etc.