So I’m trying to accomplish the following: I want to be able to start my arm moving in a trajectory. The arm at some point in this trajectory receive an input signal. At this point I want to immediately (as quickly as possible) change my trajectory. Does anyone have any suggestions to accomplish this?
You can use “SearchL”
This instruction reads an input while the robot moves linearly, or “SearchC” if you need circular motion.
The robot can be stoped immediately when the input toggled to specified condition.