Search found 3 matches

by STAIRSTEP - LU
28 Jul 2016, 18:57
Forum: Bug reports
Topic: [JAVA] simxgetcollectionhandle method missing
Replies: 5
Views: 3585

Re: [JAVA] simxgetcollectionhandle method missing

public int getStateTESTER() { IntW sensor_handle = new IntW(1); int ObjectHandle = Simulation.vrep.simxGetCollectionHandle(Simulation.clientID, "IR_Sensors", sensor_handle, remoteApi.simx_opmode_oneshot); // Simulation.vrep.simxGetObjectGroupData(clientID, objectType, dataType, handles, i...
by STAIRSTEP - LU
27 Jul 2016, 19:17
Forum: Bug reports
Topic: [JAVA] simxgetcollectionhandle method missing
Replies: 5
Views: 3585

Re: [JAVA] simxgetcollectionhandle method missing

I apologize, remoteApiJava.dll is the .dll file that I have installed. I got it in the 64Bit folder.
by STAIRSTEP - LU
26 Jul 2016, 22:08
Forum: Bug reports
Topic: [JAVA] simxgetcollectionhandle method missing
Replies: 5
Views: 3585

[JAVA] simxgetcollectionhandle method missing

I'm attempting to call simxGetCollectionHandle so that I can use simxGetObjectGroupData and get data from my collection of proximity sensors. However, when I attempt to call the method, it gives me the error that the method doesn't exist. I'm using the remoteApi.dll from VREP 3.3.1 in my src folder ...