Search found 4 matches

by baxter
12 Apr 2017, 15:36
Forum: General questions
Topic: 2-axis joystick simulation: 2 joints and a dummy link
Replies: 3
Views: 2129

2-axis joystick simulation: 2 joints and a dummy link

Hi all, I am simulating two-axis joysticks as 2 revolute joints connected via a tiny plane as the picture below shows. The plane is only a workaround to make the simulation possible: a Dummy would be better here, but it breaks the dynamics chain. Is there any way to replace this plane by a dummy som...
by baxter
12 Apr 2017, 15:22
Forum: General questions
Topic: Second remoteApi client gets rejected
Replies: 5
Views: 1894

Re: Second remoteApi client gets rejected

OK, it works, thanks.
I would suggest to store those parameters in the ttt also, overriding the txt file if present.
by baxter
04 Apr 2017, 22:07
Forum: General questions
Topic: Second remoteApi client gets rejected
Replies: 5
Views: 1894

Re: Second remoteApi client gets rejected

Thanks for this reply coppelia, since a netstat returned only one open port I assumed it was accepting several connections on this single port (which would be more handy by the way). How do you activate several remote API server services?
by baxter
03 Apr 2017, 17:42
Forum: General questions
Topic: Second remoteApi client gets rejected
Replies: 5
Views: 1894

Second remoteApi client gets rejected

Hi all, On Linux x64 I am trying to connect several Python processes to V-Rep. The first successfully connects but the other ones are rejected with 2 errors: No value + Timeout. Even the simpleTest.py sample fails to connect twice. Example: # TERMINAL 1 $ python simpleTest.py Program started Connect...