Search found 18 matches

by SeveQ
01 Apr 2015, 08:08
Forum: Bug reports
Topic: Camera & object movement in V-REP 3.2.0 rev6 inside a VM
Replies: 4
Views: 3912

Re: Camera & object movement in V-REP 3.2.0 rev6 inside a VM

I see. I'll see if I can get in touch with the developers of the graphics driver to solve this problem. Thanks!
by SeveQ
31 Mar 2015, 21:27
Forum: Bug reports
Topic: Camera & object movement in V-REP 3.2.0 rev6 inside a VM
Replies: 4
Views: 3912

Re: Camera & object movement in V-REP 3.2.0 rev6 inside a VM

I've turned off 3D acceleration and now it works like supposed... so... is it a bug? A known issue? Something you're going to address in a future update?
by SeveQ
31 Mar 2015, 18:45
Forum: Bug reports
Topic: Camera & object movement in V-REP 3.2.0 rev6 inside a VM
Replies: 4
Views: 3912

Camera & object movement in V-REP 3.2.0 rev6 inside a VM

I'm running V-REP 3.2.0 on a Ubuntu 14.04 LTS which itself runs inside a virtual machine (vmware). V-REP runs, albeit slowly (still acceptable). But the performance of V-REP itself isn't what I'm reporting here. It's the mouse! Or rather the effects that the mouse should have on objects inside the s...
by SeveQ
28 Mar 2015, 15:36
Forum: General questions
Topic: Using ROS plugin under Windows?
Replies: 6
Views: 5169

Using ROS plugin under Windows?

Hi folks, I'm running two systems here. One is a Windows system, the other one is running Ubuntu 14.04 with ROS Indigo (yepp, ROS is running on the Linux machine). They are connected via network. I'd like to run V-REP on the Windows machine because it's much more powerful and much more suited for ta...
by SeveQ
09 Jan 2014, 14:48
Forum: Bug reports
Topic: Crash in 3.0.5c 64bit (Linux) with vision sensor
Replies: 9
Views: 6667

Re: Crash in 3.0.5c 64bit (Linux) with vision sensor

I can confirm insofar that the system I encountered the crash on also has an AMD/ATI video card (Radeon Mobility)
by SeveQ
24 Nov 2013, 16:07
Forum: Bug reports
Topic: Crash in 3.0.5c 64bit (Linux) with vision sensor
Replies: 9
Views: 6667

Crash in 3.0.5c 64bit (Linux) with vision sensor

Hi folks, I've got another weird crash that happens when I try to start my scene after I added a vision sensor. It's just that. I start my scene, it works, I stop it, add a vision sensor, start it again and V-REP crashes with a segmentation fault. You can clone the scene from our GitLab instance for...
by SeveQ
17 Nov 2013, 00:09
Forum: General questions
Topic: Working on a C# API wrapper
Replies: 3
Views: 3649

Re: Working on a C# API wrapper

Sounds great, neuronz. I appreciate your effort!
by SeveQ
16 Nov 2013, 23:29
Forum: Bug reports
Topic: Sometimes weird values from API call
Replies: 7
Views: 4727

Re: Sometimes weird values from API call

Alright then... That might be the cause. I'll have a look into it. Thanks a lot!
by SeveQ
16 Nov 2013, 16:08
Forum: Bug reports
Topic: Sometimes weird values from API call
Replies: 7
Views: 4727

Re: Sometimes weird values from API call

Alright, so it's possible that the race condition (invalidating a pointer by another remote API call before its value can be read) is on my side as I'm using threads to fetch the data from several sources by using the remote API. So, have I got it right that the remote API isn't thread safe?
by SeveQ
09 Nov 2013, 09:59
Forum: Bug reports
Topic: Sometimes weird values from API call
Replies: 7
Views: 4727

Re: Sometimes weird values from API call

Hmm... I've investigated this issue a little further and after all it seems to be related to the remote API in some way. I've inserted some ifs into my code to check results for NaN or out of range values. But they don't, umh, fire. Despite that I get NaNs and out of range values on the other side o...