Search found 11 matches

by marcofe
21 Jan 2022, 00:57
Forum: General questions
Topic: dynamic simulation of actuated pendulum reveals unclear behaviors
Replies: 1
Views: 430

dynamic simulation of actuated pendulum reveals unclear behaviors

Hi all, I'm practicing with dynamic simulation in CoppeliaSim and trying to figure out how things work under the hood. I've read the related pages of the documentation, but I couldn't find there answers to some questions arisen from some tests I did. In detail, I created a very simple actuated pendu...
by marcofe
15 Jan 2020, 13:01
Forum: General questions
Topic: Simulate the insertion of an object into a set of shapes
Replies: 1
Views: 454

Simulate the insertion of an object into a set of shapes

Hi, I would like to dynamically simulate the insertion of a shape into a multi-layer object. In particular, I'm trying to simulate a "rupture" event of the collision, e.g., due to a sufficiently high resulting contact force. As a result of such rupture, what I would like to achieve is the ...
by marcofe
10 Dec 2019, 11:28
Forum: General questions
Topic: Accessing to the shape triangle minimizing distance in the distance calculation module
Replies: 1
Views: 520

Accessing to the shape triangle minimizing distance in the distance calculation module

Hi, I would like to use the distance calculation module provided by the simulator. By reading the corresponding sections of the documentation and the related APIs, I see that it is possible to access the minimum distance between two separated shapes. However, I would like to know if it is possible t...
by marcofe
10 Apr 2019, 13:44
Forum: Bug reports
Topic: V-REP crash with Error: signal 11: [...] when closing Object Position or Orientation dialog
Replies: 1
Views: 1800

V-REP crash with Error: signal 11: [...] when closing Object Position or Orientation dialog

Hi, I'm experiencing a crash in the new version (3.6.1) of V-REP, running in Linux Ubuntu 16.04, whenever I close the panel to command position or orientation of a given object in the scene. The shell prints the following error message: Error: signal 11: /home/marcofe1604/Documents/Software/V-REP_PR...
by marcofe
04 Jun 2017, 09:15
Forum: General questions
Topic: changing default vision sensor orientation
Replies: 1
Views: 1952

changing default vision sensor orientation

Hi, When I add a vision sensor object on a scene, it is oriented with the x-axis towards left and y-axis upward, but I would like to put in the conventional orientation used in literature (i.e., x-axis on the right and y-axis downward). So, I change the orientation of the sensor by rotation around t...
by marcofe
22 Jun 2016, 12:11
Forum: Bug reports
Topic: V-REP crash when loading plugin with OpenCV
Replies: 10
Views: 6853

Re: V-REP crash when loading plugin with OpenCV

I solved my problem. The reason was not related to the CUDA support, but to the QT support. In particular, the version of QT with which OpenCV has been built was different from the version used to build V-REP. Downloading the proper QT version and re-building OpenCV with QT support did the trick. Th...
by marcofe
16 Jun 2016, 08:59
Forum: Bug reports
Topic: V-REP crash when loading plugin with OpenCV
Replies: 10
Views: 6853

Re: V-REP crash when loading plugin with OpenCV

When I used my application outside V-REP I used the same flags and libraries, and the code worked. So I don't think it's a problem of compilation/linking flag missing. Perhaps it could be a problem of V-REP itself with a CUDA-enabled-version of OpenCV. Have you ever tested that?
by marcofe
15 Jun 2016, 17:54
Forum: Bug reports
Topic: V-REP crash when loading plugin with OpenCV
Replies: 10
Views: 6853

Re: V-REP crash when loading plugin with OpenCV

I tried your suggestion, but it didn't give me new hints to find out the origin of the issue. By the way, after other trials, I observed that the problem is given by the CUDA modules of OpenCV: in fact, V-REP does not crash anymore and the plugin is loaded if OpenCV is built without enabling the CUD...
by marcofe
14 Jun 2016, 16:03
Forum: Bug reports
Topic: V-REP crash when loading plugin with OpenCV
Replies: 10
Views: 6853

Re: V-REP crash when loading plugin with OpenCV

Thanks for your answer. Actually, I can't check anything because even a print in the first line of the v_repStart function is not shown when V-REP crashes. I have not so many code lines in my plugin: I simply defined a OpenCV black image cv::Mat at the beginning of the function v_repMessage, and I t...
by marcofe
07 Jun 2016, 13:00
Forum: Bug reports
Topic: V-REP crash when loading plugin with OpenCV
Replies: 10
Views: 6853

V-REP crash when loading plugin with OpenCV

Hi all, I wrote a c++ plugin, named DPD, that uses OpenCV libraries inside (highgui, imgproc, gpu, core ... ). However, V.REP cannot load it properly, it falls in segmentation fault when trying to load the plugin: Using the default Lua library. Loaded the video compression library. Add-on script 'vr...