Search found 112 matches
- 09 Dec 2017, 19:27
- Forum: Bug reports
- Topic: Line Drawing Object not clearing on simulation stop
- Replies: 8
- Views: 4019
Re: Line Drawing Object not clearing on simulation stop
Can that be changed, perhaps there is an alternative way to remove drawn lines from a running scene?
- 20 Nov 2017, 01:01
- Forum: Bug reports
- Topic: Line Drawing Object not clearing on simulation stop
- Replies: 8
- Views: 4019
Re: Line Drawing Object not clearing on simulation stop
Yes, I'm using 3.4 on OS X primarily, but also occasionally Linux. I'm also running into strange behavior when I try to get the handle of the drawing object from the string name I assign it. I will also try to give the drawing object a string name, but some other object's name will be modified & del...
- 20 Nov 2017, 00:51
- Forum: General questions
- Topic: Conversion of Depth Map to 3D point cloud using Kinect
- Replies: 14
- Views: 18066
Re: Conversion of Depth Map to 3D point cloud using Kinect
I've done a lot towards making point cloud and image display from python work properly, but I've run into some surprising behavior. I'm trying to display an image that looks like this along with its point cloud: https://i.imgur.com/iLGZ4DJ.png However, if I simply load the image up into a numpy arra...
- 12 Nov 2017, 01:11
- Forum: General questions
- Topic: Conversion of Depth Map to 3D point cloud using Kinect
- Replies: 14
- Views: 18066
Re: Conversion of Depth Map to 3D point cloud using Kinect
Thanks I’ve been able to get point cloud display working from python. I’m still having trouble getting sensor images to display in vrep from the same external source though, and I’ve made sure the external data source box is set correctly. The image window from the Kinect sensor object just remains ...
- 12 Nov 2017, 01:03
- Forum: Bug reports
- Topic: Line Drawing Object not clearing on simulation stop
- Replies: 8
- Views: 4019
Re: Line Drawing Object not clearing on simulation stop
It was in a child script. I believe that’s a simulation script right?
- 12 Nov 2017, 01:02
- Forum: Bug reports
- Topic: Line Drawing Object not clearing on simulation stop
- Replies: 8
- Views: 4019
Re: Line Drawing Object not clearing on simulation stop
It was in a child script. I believe that’s a simulation script right?
- 09 Nov 2017, 04:31
- Forum: Bug reports
- Topic: Line Drawing Object not clearing on simulation stop
- Replies: 8
- Views: 4019
Line Drawing Object not clearing on simulation stop
I'm creating drawing objects using the following function, however the drawing object does not clear properly when I stop and then run the simulation again: addDrawingObject_function=function(inInts, inFloats, inStrings, inBuffer) -- Create a dummy object with specific name and coordinates if #inStr...
- 09 Nov 2017, 04:25
- Forum: Feature requests
- Topic: V-REP source code on github
- Replies: 6
- Views: 7450
Re: V-REP source code on github
It looks like it might exist now! https://github.com/CoppeliaRobotics
- 07 Nov 2017, 20:24
- Forum: General questions
- Topic: Example of simCreateDummy with default color parameters
- Replies: 1
- Views: 1303
Example of simCreateDummy with default color parameters
Is there an example of simCreateDummy available with all the default color values set explicitly to the defaults so the color can be modified without changing the other settings? Is it something like the following? If so, what are the actual defaults for the yellow dummy sphere? color={0,100,100,0,0...
- 12 Sep 2017, 03:02
- Forum: General questions
- Topic: Call Lua functions in an external file
- Replies: 5
- Views: 4954
Re: Call Lua functions in an external file
It seems there are some new ones for those that come across this in the future: sim_stringparam_application_path can only be read sim_stringparam_scene_path_and_name can only be read sim_stringparam_scene_path can only be read sim_stringparam_scene_name can only be read sim_stringparam_video_filenam...