Search found 48 matches

by kleinash
27 Jan 2015, 09:46
Forum: Bug reports
Topic: MatLab crashing
Replies: 10
Views: 8421

Re: MatLab crashing

Hi, It crashes when I run this from the remote API: res = vrep.simxSetUIButtonProperty(h.id, h.UIhandle, 20, vrep.sim_buttonproperty_isdown, vrep.simx_opmode_oneshot); I use this to close the barrett hand from within V-REP I made sure these where correct: remoteApiProto.m remApi.m remoteApi.dll Was ...
by kleinash
16 Jan 2015, 13:37
Forum: Bug reports
Topic: Python request for object orientation bug
Replies: 3
Views: 3754

Python request for object orientation bug

Hi, I am getting the object orientation using Python remote API: res, kinectHandle = vrep.simxGetObjectHandle(clientID, 'kinect', vrep.simx_opmode_oneshot_wait) res, cupHandle = vrep.simxGetObjectHandle(clientID, 'Cup_visible_transparent', vrep.simx_opmode_oneshot_wait) res, cupOrientation = vrep.si...
by kleinash
09 Dec 2014, 14:48
Forum: Bug reports
Topic: MatLab crashing
Replies: 10
Views: 8421

Re: MatLab and VREP crashing

Hi, I have two machines the one that has the problem is Windows 7, MatLab is 2013b If I run exaclty the same code on my Linux machine I do not have the problem.. ie everything runs (a little slower because its a smaller machine - but it runs no problems). Ubuntu 12.04, MatLab 2012a I think I am runn...
by kleinash
08 Dec 2014, 14:46
Forum: Bug reports
Topic: MatLab crashing
Replies: 10
Views: 8421

Re: MatLab crashing

Hi, There are a few issues - and I re-downloaded V-REP to make sure that I was on the latest version. 1. When V-REP starts it freezes a bit and I cannot move my mouse to past the top or bottom of the GUI 2. I then have to ALT+T to get to another screen, which seams to unfreeze V-REP 3. I head to my ...
by kleinash
08 Dec 2014, 11:54
Forum: Bug reports
Topic: MatLab crashing
Replies: 10
Views: 8421

MatLab crashing

Hi,

I am having trouble with either MatLab or VREP or both crashing and having to restart.. Is there a way to check crash reports / log errors and send them through to you for analysis?

Regards
by kleinash
24 Oct 2014, 08:01
Forum: General questions
Topic: How to change Kinect visual layers
Replies: 4
Views: 2552

Re: How to change Kinect visual layers

Hi,

I see, thank you.. For the moment - to avoid having to perform segmentation - I am going to just work with the object in the air, take the first image as being separate and then introduce the barrett.

Thank you for your time.
Ashley
by kleinash
23 Oct 2014, 13:24
Forum: General questions
Topic: How to change Kinect visual layers
Replies: 4
Views: 2552

Re: How to change Kinect visual layers

Hi, I really appreciate how quickly you answer.. The renderable box under object special properties is already unchecked (for the Kinect), is there perhaps somewhere else I need to be looking? I was able to uncheck for the object and it worked as expected.. Is it also possible to make the floor unre...
by kleinash
23 Oct 2014, 11:59
Forum: General questions
Topic: How to change Kinect visual layers
Replies: 4
Views: 2552

How to change Kinect visual layers

Hi, Is there a way to put an object out of the view of the Kinect? i.e. I would like my Kinect vision sensor to just see the object and not the Barrett hand or the floor, is that possible? I have tried turning on different visual layers for the object and Kinect. I am dealing with it by just moving ...