Error: vcHelpers.Robot was unable to find executor in component

Error: vcHelpers.Robot was unable to find executor in component
What is wrong? what should I do?

Hi,

Make sure that you use vcHelpers.Robot2 as vcHelpers.Robot is old class that is deprecated.

Also if you’re using a dual arm robot like ABB YuMi note that body and arms are separate components. And executor and controller are found on the arm components. Body component has only interface behaviours for the arm.

-k

Thanks for your answer, it is useful