Search found 12 matches

by nemilya
07 Apr 2016, 10:55
Forum: General questions
Topic: Working with Image Sensor remote by Python API and OpenCV
Replies: 2
Views: 3593

Re: Working with Image Sensor remote by Python API and OpenC

Hello Ilya, nice! The better solution would be to wrap the whole functionality in a plugin . Then your plugin could offer new script functions, that when called, will execute some code in the plugin and OpenCV. Cheers Thanks! Will see. I've fixed python script, and now all ok (with colors): https:/...
by nemilya
06 Apr 2016, 16:02
Forum: General questions
Topic: Working with Image Sensor remote by Python API and OpenCV
Replies: 2
Views: 3593

Working with Image Sensor remote by Python API and OpenCV

Hello! I've did simple proof-of-concept for handling image by OpenCV (Python API). Source: https://github.com/nemilya/vrep-api-python-opencv Image from 'v0' -> python API -> OpenVC -> python API -> 'v1'. I have colors changes after this process in 'v1' https://raw.githubusercontent.com/nemilya/vrep-...
by nemilya
01 Mar 2016, 00:15
Forum: Feature requests
Topic: Export model when simulation is paused
Replies: 1
Views: 4605

Export model when simulation is paused

Hello!

Now there is possibility to export model (to obj, stl) when simulation is stopped. But disabled when simulation is paused.

Is it possible to make export of the model to obj, stl when simulation is paused?

Thanks
by nemilya
29 Feb 2016, 23:43
Forum: Bug reports
Topic: Float +4.500e+01 format
Replies: 5
Views: 3725

Re: Float +4.500e+01 format

Sorry, this is feature)

Agree that for professional - this good. But for beginners looks little confusing.

Is it possible to make this format-style configurable?

And[or] is it possible to make field's content "select all" just after focus?

Thanks!
by nemilya
29 Feb 2016, 13:20
Forum: Bug reports
Topic: Float +4.500e+01 format
Replies: 5
Views: 3725

Re: Float +4.500e+01 format

Hello, what do you mean? This is on purpose. "+4.500e+01" is the same as "45.0" Cheers When I've tested V-REP at WinXP - this looks (I think) like "45.0", but not at Linux it become "+4.500e+01" (not very comfortable) Thanks! Now looks like this https://drive...
by nemilya
29 Feb 2016, 11:10
Forum: Bug reports
Topic: Float +4.500e+01 format
Replies: 5
Views: 3725

Float +4.500e+01 format

Hello! There is some bug for format of float in input text-fields: "+4.500e+01" (have to be "45.0") For example dialog "Scene Object Properties" in fields: * Pos.min [deg] * Position [deg] * Pos. range [deg] Exists in 3.2.2, 3.2.3, 3.3.0 versions. Thanks, Ilya ps: Linux...
by nemilya
08 Apr 2015, 10:41
Forum: Videos, scenes and models around CoppeliaSim
Topic: Vostok Spacecraft Simulation
Replies: 0
Views: 6427

Vostok Spacecraft Simulation

For the coming 12 april (Vostok 1 (Russian: Восто́к-1, East 1 or Orient 1) was the first spaceflight of the Vostok program and the first human spaceflight in history. The Vostok 3KA spacecraft was launched on April 12, 1961 from Baikonur Cosmodrome with Soviet cosmonaut Yuri Gagarin, making him the ...
by nemilya
12 Feb 2015, 13:51
Forum: General questions
Topic: Http backend at Lua
Replies: 3
Views: 2645

Re: Http backend at Lua

Thanks!

Is it possible to make socket-server inside V-REP?
by nemilya
11 Feb 2015, 12:17
Forum: Feature requests
Topic: Node.js for remote API support.
Replies: 1
Views: 4367

Node.js for remote API support.

Do you have plans for Node.js support?

It would be interesting to control V-REP from nwjs.io: https://github.com/nwjs/nw.js (also cross platform: Win, OSX, Linux, 32/64). nwjs is like web-based desktop application.