Page 1 of 1

OC trees example

Posted: 21 Apr 2021, 10:11
by Erfan
Hello guys !

Actually, I am learning how to use CoppeliaSim and I was wondering if there is any example (codes) available for the application of "OC trees - Octree"?

Thank you for your help in advance.

Best Regards,
Erfan

Re: OC trees example

Posted: 21 Apr 2021, 10:45
by coppelia
Hello,

what task using OC trees are you thinking of? What is "OC trees - Octree"? Collision detection between two OC trees? Minimum distance calculation between them? Or something else?

Cheers

Re: OC trees example

Posted: 21 Apr 2021, 10:48
by Erfan
Hello,

Thank you for your reply !

I am interested to do a similar task shown in the following video (making the printed materials) :

https://www.youtube.com/watch?v=SkhImo4BnjA

Regards,
Erfan


coppelia wrote: 21 Apr 2021, 10:45 Hello,

what task using OC trees are you thinking of? What is "OC trees - Octree"? Collision detection between two OC trees? Minimum distance calculation between them? Or something else?

Cheers

Re: OC trees example

Posted: 21 Apr 2021, 10:48
by Erfan
Hello,

Thank you for your reply !

I am interested to do a similar task shown in the following video (making the printed materials) :

https://www.youtube.com/watch?v=SkhImo4BnjA

Regards,
Erfan

Re: OC trees example

Posted: 21 Apr 2021, 11:46
by coppelia
In CoppeliaSim, have a look at that exact demo scene in Scenes/octreeGenerationDemo.ttt. Have also a look at Scenes/vision/ocTreeAcquiredByVisionSensor.ttt.

Cheers

Re: OC trees example

Posted: 21 Apr 2021, 12:14
by Erfan
coppelia wrote: 21 Apr 2021, 11:46 In CoppeliaSim, have a look at that exact demo scene in Scenes/octreeGenerationDemo.ttt. Have also a look at Scenes/vision/ocTreeAcquiredByVisionSensor.ttt.

Cheers

Thank you very much !