Search found 6 matches
- 23 Feb 2015, 05:46
- Forum: Bug reports
- Topic: Version 3.2.0 rev4 segfaulting on linux
- Replies: 7
- Views: 4678
Re: Version 3.2.0 rev4 segfaulting on linux
Hi, thanks a lot for getting back. I'll try the new library this afternoon. Sorry I wasn't clearer before. I am pretty sure that at least two times I observed a crash when I had opened V-REP and just left it running: so no scene loaded (just the default one), no script being edited, and no simulatio...
- 20 Feb 2015, 12:03
- Forum: Bug reports
- Topic: Version 3.2.0 rev4 segfaulting on linux
- Replies: 7
- Views: 4678
Version 3.2.0 rev4 segfaulting on linux
The latest version of v-rep (ver 3.2.0 rev4) seems to run fine for some time (5 min to 30 min) then it crashes with a segfault. I tried leaving it running with just an empty scene, but the same crash happened, so I assume it is not related to any scripts or functions I normally use. This happens on ...
- 04 Oct 2014, 15:11
- Forum: Bug reports
- Topic: Python remote api: simxReadProximitySensor
- Replies: 9
- Views: 8696
Re: Python remote api: simxReadProximitySensor
That was fast, thanks!
Changing g++ to gcc and recompiling remoteApi.so fixed it for me (Ubuntu 14.04, 64-bit).
Changing g++ to gcc and recompiling remoteApi.so fixed it for me (Ubuntu 14.04, 64-bit).
- 04 Oct 2014, 12:27
- Forum: Bug reports
- Topic: Python remote api: simxReadProximitySensor
- Replies: 9
- Views: 8696
Re: Python remote api: simxReadProximitySensor
I seem to have the same error with v-rep 3.1.3 on Ubuntu 14.04 64bit. I also tried recompiling the library, unfortunately with no success. Version 3.1.1 (the last one I used) worked fine.
- 21 Oct 2013, 09:54
- Forum: General questions
- Topic: Executing code before the simulation is started
- Replies: 2
- Views: 2291
Re: Executing code before the simulation is started
Ah, sorry I had forgotten about the possibility of using an add-on script. I'll try that.
Thanks a lot!
Thanks a lot!
- 20 Oct 2013, 23:30
- Forum: General questions
- Topic: Executing code before the simulation is started
- Replies: 2
- Views: 2291
Executing code before the simulation is started
I have a v-rep scene with a robot and some other objects, and I have a custom UI which allows the user to load a path from CSV points in a file (and then some other code is also executed to modify the path). Ideally, I'd like the user to interact with the UI to loda a path before the simulation star...