Search found 2 matches

by cpscps
25 Sep 2020, 19:05
Forum: General questions
Topic: Ghost quadricopter
Replies: 1
Views: 373

Ghost quadricopter

I want to make four different quadricopters follow four different paths but I also want that two of them could go through every object in the scene (cuboids, other quadricopters, the wind detached by the other quadircopters, etc). I want that two quadricopters only to draw the path they are followin...
by cpscps
12 Sep 2020, 13:14
Forum: General questions
Topic: How to make two quadricopters follow two different paths
Replies: 1
Views: 320

How to make two quadricopters follow two different paths

I am trying to make two quadricopters follow two different paths using the following code in Quadricopter_target file target=sim.getObjectAssociatedWithScript(sim.handle_self) path=sim.getObjectHandle('Path1') for i=1, 1 do sim.followPath(target,path,1,0,0.2,0.5) end for the first quadricopter and t...