Search found 101 matches

by Eric
27 Jun 2013, 19:44
Forum: General questions
Topic: bubbleRob doesn't avoid objects
Replies: 6
Views: 5119

Re: bubbleRob doesn't avoid objects

hi,

What was meant is to upload the scene to a repository or in the cloud, and put the link on this thread to let us try to help you. There are plenty of services available on the net to do so like dropbox, google drive, github, icloud, etc etc...
by Eric
27 Jun 2013, 13:04
Forum: Videos, scenes and models around CoppeliaSim
Topic: Point To Go Navigation of an assistive robot
Replies: 0
Views: 5548

Point To Go Navigation of an assistive robot

http://youtu.be/C_WsIYFSHcE The operator interacts with a robot (simulated in this case) navigating through a Graphical User Interface (GUI view) using his facial muscles activity (as seen in http://youtu.be/pvUpKrXlnA4 ). The selection of a button to click is done by first selecting the line of th...
by Eric
29 Mar 2013, 17:34
Forum: Feature requests
Topic: line following tutorial
Replies: 1
Views: 3877

Re: line following tutorial

Hi !
Thanks for the suggestion! We should be including a tutorial on how to make a robot follow a line in the next release.

Cheers
by Eric
21 Mar 2013, 22:54
Forum: General questions
Topic: Initial angular velocity?
Replies: 2
Views: 3124

Re: Initial angular velocity?

Hello,

This is currently not possible. We will try to add a function for the next release.
by Eric
21 Mar 2013, 22:53
Forum: General questions
Topic: How does the Remote Control Server work?
Replies: 8
Views: 8310

Re: How does the Remote Control Server work?

Hello, well, it seems that Python will always refer to the same library loaded in memory. As a quick fix, you might try to copy the file "remoteApi.dll", rename it to "remoteApi2d.dll", then do the same with vrep.py (i.e. from "vrep.py" to "vrep2.py"). Then in...
by Eric
19 Mar 2013, 23:48
Forum: Feature requests
Topic: Minimum time step for dynamics engine
Replies: 1
Views: 3283

Re: Minimum time step for dynamics engine

Hi
Yes, we will adjust that min. value for next release!

cheers
by Eric
19 Mar 2013, 23:46
Forum: General questions
Topic: Trying to read from a file
Replies: 3
Views: 4979

Re: Trying to read from a file

Hi!

Try (3rd line):
if not f then f:close() end
by Eric
19 Mar 2013, 23:41
Forum: General questions
Topic: How does the Remote Control Server work?
Replies: 8
Views: 8310

Re: How does the Remote Control Server work?

Hi, Each remote API client require a separate remote API server running on V-REP. This also means that a separate port is required. Each server running gives the client access to all objects in a scene. Now, not sure about this 100%, but it could be that if you start the remote API on python, that t...
by Eric
18 Mar 2013, 22:40
Forum: Bug reports
Topic: controlTypeExamples - BubbleRobServer process do not finish
Replies: 1
Views: 4047

Re: controlTypeExamples - BubbleRobServer process do not fin

Hi,

You are right.
Thanks for mentionning it. We'll have a look at it

Cheers
by Eric
18 Mar 2013, 22:39
Forum: Bug reports
Topic: Hanging on stopping of simulation
Replies: 5
Views: 6202

Re: Hanging on stopping of simulation

Hello, We will have to look into the hanging thing. About the jumpy/wobbly situations... could you check that all shapes involved are still convex? In previous release there was a bug affecting slightly non-convex shappes, that would still appear as convex. Now it could be that some shapes appear as...