Search found 121 matches

by zhy149
20 Apr 2022, 15:24
Forum: General questions
Topic: Object Handle Number difference between remote client side and server side
Replies: 1
Views: 332

Object Handle Number difference between remote client side and server side

Hello, I'd like to know if both sides have the same handle number for one object. How can I let both sides communicate about the same object using the handle number? If not, how can I let both sides refer to the same object?
Thank you!
by zhy149
14 Apr 2022, 15:19
Forum: General questions
Topic: simRemoteApi.start invalid port number error
Replies: 1
Views: 819

simRemoteApi.start invalid port number error

Hello, I have a simple threaded child script with only one line of code: simRemoteApi.start(19997) but there is an error when I run the scene called invalid port number. Could you tell me how can I run this from the server side?
Thank you!
by zhy149
13 Apr 2022, 17:11
Forum: General questions
Topic: Python Environment related remote API import issue (MAC M1)
Replies: 3
Views: 729

Re: Python Environment related remote API import issue (MAC M1)

Hello, normally not, but also have a look at this . But since you are using the legacy remote API, I highly recommend you to use the ZeroMQ remote API , since it is much easier to use, and offers all the same API functions as are available from within CoppeliaSim. Cheers Hello, thank you very much!...
by zhy149
12 Apr 2022, 16:59
Forum: General questions
Topic: Python Environment related remote API import issue (MAC M1)
Replies: 3
Views: 729

Python Environment related remote API import issue (MAC M1)

Hello,

I used one 3.9.7 python environment which gives me error when I try to import sim on my python side, but the error disappears for another default 3.9.7 python environment, is there anything I need to install or configure for one python environment to get this work? Thank you!
by zhy149
08 Apr 2022, 15:03
Forum: General questions
Topic: Soft Objects Dynamics and External Objects Builder
Replies: 2
Views: 502

Re: Soft Objects Dynamics and External Objects Builder

Hello, as for now, soft bodies are still problematic in CoppeliaSim. The only way to obtain something soft , would be to create several rigid bodies, and link them via spring-damper joints. This works fine for flexible beams, and relatively simple objects such as cuboids and spheres. E.g. a soft cu...
by zhy149
07 Apr 2022, 23:31
Forum: General questions
Topic: Soft Objects Dynamics and External Objects Builder
Replies: 2
Views: 502

Soft Objects Dynamics and External Objects Builder

Hello, is there any way I can create soft bodies such as deformable cubes or balls and import them to Coppelia for manipulation tasks? Thank you!
by zhy149
29 Mar 2022, 15:13
Forum: General questions
Topic: Download and install old version V-REP
Replies: 3
Views: 713

Re: Download and install old version V-REP

Hello, can you tell me what functionality you are missing? Cheers I don't exactly know specific missing stuff at the moment, but it just seems that scenes developed in old scenes cannot work very fluently without issues on new versions, nor the way around. Is there something I miss about compatibil...
by zhy149
27 Mar 2022, 15:19
Forum: General questions
Topic: Download and install old version V-REP
Replies: 3
Views: 713

Download and install old version V-REP

Hello,

I want to download old version (even earlier than 3.6.2, that's the oldest version I can find on website now) because of some functionality issue. Could you let me know where I can find and install? Thank you!
by zhy149
15 Mar 2022, 16:02
Forum: General questions
Topic: zeromq remote api error
Replies: 3
Views: 668

Re: zeromq remote api error

coppelia wrote: 14 Mar 2022, 17:11 Hello,

did you try with getObject instead of getobject? Are you using Python?

Cheers
Yes, I'm using python. But it seems that in the makefile step I already have an error, Idk if I need to resolve that issue first. Thank you!
by zhy149
13 Mar 2022, 00:15
Forum: General questions
Topic: zeromq remote api error
Replies: 3
Views: 668

zeromq remote api error

Hello, besides the cmake error, I tried to run the test file provided by cappella in zeromq api, and I get an error saying that: AttributeError: 'RemoteAPIClient' object has no attribute 'getobject'. Could you provide me some hints how to solve this problem?
Thank you!