Getting a dummy to follow a path only once

Typically: "How do I... ", "How can I... " questions
Post Reply
srad
Posts: 2
Joined: 20 Sep 2017, 21:38

Getting a dummy to follow a path only once

Post 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.

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Getting a dummy to follow a path only once

Post 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

Post Reply