Search found 6 matches

by indraforyou
21 Jul 2016, 22:12
Forum: Bug reports
Topic: Most objectParameterIDs are not added to remoteAPI constants
Replies: 1
Views: 2290

Most objectParameterIDs are not added to remoteAPI constants

Hi, In new versions of V-Rep many objectParameterIDs are added as documented in. http://www.coppeliarobotics.com/helpFiles/en/objectParameterIDs.htm While there are accessible from remoteAPIs using simxGetObjectFloatParameter() and their corresponding numbers but they are not listed in the remoteAPI...
by indraforyou
28 Apr 2016, 19:08
Forum: Bug reports
Topic: Difference in Vision Sensor data in Python & Matlab bindings
Replies: 2
Views: 3105

Re: Difference in Vision Sensor data in Python & Matlab bind

Hi,

Ya probably that, I forgot numpy is row-major while matlab is column major.


Regards,
Indranil
by indraforyou
26 Apr 2016, 23:10
Forum: Bug reports
Topic: Difference in Vision Sensor data in Python & Matlab bindings
Replies: 2
Views: 3105

Difference in Vision Sensor data in Python & Matlab bindings

Hi, After getting the image data using simxGetVisionSensorImage() to get the image displayed: For Python: img = np.array(image,dtype=np.uint8) img.resize([resolution[1],resolution[0],3]) cv2.imshow('image',img) whereas for Matlab: image.setdatatype('uint8Ptr',1,resolution(1)*resolution(2)*3); image ...
by indraforyou
24 Jan 2016, 21:54
Forum: Bug reports
Topic: Documentation mistake
Replies: 1
Views: 2347

Documentation mistake

Hi,

I found a possible minor documentation mistake in http://www.coppeliarobotics.com/helpFil ... eckIkGroup

In the C synopsis simHandleIkGroup() is use instead of simCheckIkGroup(). Please check if its correct or not.


Regards,
Indranil
by indraforyou
19 Jan 2016, 00:02
Forum: Bug reports
Topic: Segmentation fault while starting V-Rep over X11 with SSH
Replies: 2
Views: 3204

Re: Segmentation fault while starting V-Rep over X11 with SS

Hi,

Thanks for the link. I will check it out.

Regards,
Indranil
by indraforyou
15 Jan 2016, 18:08
Forum: Bug reports
Topic: Segmentation fault while starting V-Rep over X11 with SSH
Replies: 2
Views: 3204

Segmentation fault while starting V-Rep over X11 with SSH

Observed Segmentation fault while starting V-Rep over X11 Forwarding using SSH, both host, client running Linux 64bit. Its an always issue. Logs: $ ./vrep.sh Using the default Lua library. Loaded the video compression library. Add-on script 'vrepAddOnScript-addOnScriptDemo.lua' was loaded. Segmentat...