Page 1 of 1

Setting Dummy to Follow Path Movement Issues in Version 4.7

Posted: 04 Jul 2025, 10:55
by anyu
Based on the information in previous versions, I found that setting the Dummy to follow the Path was implemented using the function sim.followPath(dummy_handle, path_handle, 1, 0, 0.1, 1).

However, when I tried to implement this functionality in the new version, the console returned an error indicating that this function has been deprecated. How can I achieve the small functionality of setting the Dummy to follow the Path in version 4.7?

I would greatly appreciate it if someone could answer this.

Re: Setting Dummy to Follow Path Movement Issues in Version 4.7

Posted: 04 Jul 2025, 13:13
by coppelia
Hello,

have a look at the demo scene scenes/movingAlongAPath.ttt. Note that old path types are not supported anymore.

Cheers