Search found 3 matches

by FrankVeen
09 Sep 2016, 12:31
Forum: Bug reports
Topic: The physics engine currently selected is not supported
Replies: 14
Views: 19166

Re: The physics engine currently selected is not supported

Hi Coppelia, I am having the same issue but I would like to run vrep from another directory so that a genetic algorithm plugin will store files in specific directories. I would like to do this so that I can run vrep multiple times in parallel. In both windows and linux I am however unable to load th...
by FrankVeen
26 May 2016, 14:26
Forum: Bug reports
Topic: simCheckCollision(objectHandle, sim_handle_all) not working
Replies: 2
Views: 3386

Re: simCheckCollision(objectHandle, sim_handle_all) not work

Thanks for the clarification. Another option would be to create a collection that contains all scene objects, and check in the collection dialog the Collection overrides the collidable, measurable, renderable, cuttable and detectable properties item. Then you can call simCheckCollision (object1,coll...
by FrankVeen
26 May 2016, 13:20
Forum: Bug reports
Topic: simCheckCollision(objectHandle, sim_handle_all) not working
Replies: 2
Views: 3386

simCheckCollision(objectHandle, sim_handle_all) not working

Hi Coppelia Robotics, Through a C++ plugin I am trying to detect collisions between objects and I noticed that it does not always work. When I know that two objects are colliding simCheckCollision(objectHandle1, objectHandle2) returns true but simCheckCollision(objectHandle1, sim_handle_all) returns...