Page 1 of 1

Getting a dummy to follow a path only once

Posted: 28 Sep 2017, 02:46
by srad
I defined a path and a dummy, and then used the following command (simFollowPath), to follow the trajectory. How do I get it to only follow the path once. Currently it keeps moving up and back down the path continuously.

Re: Getting a dummy to follow a path only once

Posted: 30 Sep 2017, 10:59
by coppelia
Hello,

in that case you will have to take care of the dummy movement yourself. Have a look at this scene for simple movement generation. For more complex movements, you should use the Reflexxes Motion Library commands, as illustrated in that scene.

Cheers