Remote api control python to Coppelia Sim 4.0.0

Typically: "How do I... ", "How can I... " questions
Post Reply
xuehonghu
Posts: 14
Joined: 06 Mar 2019, 15:19

Remote api control python to Coppelia Sim 4.0.0

Post by xuehonghu »

Hey, everyone,
I upgrade Vrep to the version of 4.0.0. I used python remote-api connenction. I have copied (1) sim.py ,sim_const.py, remote_api.dll (2) and also replaced 'vrep.' with 'sim.' in my python program.
My program work completely fine in previous version of V-rep . 3.6.1 , but after the upgrade and after performing the above 2 procedures, my program can't be connected to coppelia sim...
Is there anything else I need to do?

fferri
Posts: 1217
Joined: 09 Sep 2013, 19:28

Re: Remote api control python to Coppelia Sim 4.0.0

Post by fferri »

xuehonghu wrote: 21 Feb 2020, 23:41 my program can't be connected to coppelia sim...
Can you explain that? Do you get some error message or similar? Please post the relevant information.

xuehonghu
Posts: 14
Joined: 06 Mar 2019, 15:19

Re: Remote api control python to Coppelia Sim 4.0.0

Post by xuehonghu »

Hi fferri,
Now I see a program error from my side. Simply changing "vrep" into "sim" still works fine.
Thanx

Post Reply