Search found 5 matches

by ashrafaiman6
21 Jun 2022, 13:45
Forum: General questions
Topic: Hiding Certain Objects from Vision Sensor
Replies: 5
Views: 655

Re: Hiding Certain Objects from Vision Sensor

What I wanted to achieve with the resolution is that when for example, I wanted to view an indoorPlant placed on the scene in CoppeliaSim, the vision sensor only displays a cylinder in its place. That is why I tried for the other vision callback function such as resolution, clipplingPlanes and viewA...
by ashrafaiman6
21 Jun 2022, 10:08
Forum: General questions
Topic: Hiding Certain Objects from Vision Sensor
Replies: 5
Views: 655

Re: Hiding Certain Objects from Vision Sensor

Hello; Thanks for the reply, now only the desired objects are visible by the vision sensor as desired. However, they only show the handle of the object (highlight of the object?) and if I wanted to get a real view of the scene, I would have to use resolution? But I keep getting errors saying: [strin...
by ashrafaiman6
20 Jun 2022, 11:22
Forum: General questions
Topic: Hiding Certain Objects from Vision Sensor
Replies: 5
Views: 655

Hiding Certain Objects from Vision Sensor

Hello; I wanted to hide certain objects or robots from the vision sensor. I enabled the explicit handling for the vision sensor and also made a collection for the objects that are wanted to be visible. The Lua Code I used is as follows: function sysCall_init() -- do some initialization here -- Colle...
by ashrafaiman6
31 May 2022, 16:34
Forum: General questions
Topic: Path Planning using Metaheuristic Algorithm with CoppeliaSim and Matlab
Replies: 3
Views: 446

Re: Path Planning using Metaheuristic Algorithm with CoppeliaSim and Matlab

Hello and thank you for the reply; The input and output for the metaheuristic path planning algorithm I would presume is similar to other path planning algorithms where the input should be the starting point, goal point and obstacles on the environment. The output would be a collision free path from...
by ashrafaiman6
31 May 2022, 09:46
Forum: General questions
Topic: Path Planning using Metaheuristic Algorithm with CoppeliaSim and Matlab
Replies: 3
Views: 446

Path Planning using Metaheuristic Algorithm with CoppeliaSim and Matlab

Hello there, I want to create a path planning algorithm based on Metaheuristic Algorithms (ACO, PSO, GWO) and use it within the CoppeliaSim Simulation software but I am having trouble figuring out how to implement it. I have connected CoppeliaSim with Matlab and the algorithm for path planning is in...