Page 1 of 1

cannot run by using python

Posted: 27 Mar 2023, 07:54
by juyeon
I have set the regular API and run well before

but today when i want to open coppeliasim ,the terminal display:error
library(c:/program
files/coppeliarobtics/coppeliasimedu/simextros2.dll)load:"cannot load
library c:/program files/coppeliarobtics/coppeliasimedu/simextros2.dll
how can i solve it ?
i use windows and coppeliasim 4.4.0 and i have reinstalled but not usefull
i reinstall and can open directly .
But for connect python and coppeliasim,i alter the file'remoteApiConnections.txt',
  • portIndex1_debug = true
    portIndex1_syncSimTrigger = false
i cannot use coppeliasim,even if i modify the parameters again.

please help me ,thank you so much

Re: cannot run by using python

Posted: 27 Mar 2023, 14:53
by coppelia
Hello,

So what did change since last time it worked? Something must be different though...
And remoteApiConnections.txt is not at all related to the ROS2 plugin, you can ignore that.

Cheers

Re: cannot run by using python

Posted: 30 Mar 2023, 09:06
by juyeon
coppelia wrote: 27 Mar 2023, 14:53 Hello,

So what did change since last time it worked? Something must be different though...
And remoteApiConnections.txt is not at all related to the ROS2 plugin, you can ignore that.

Cheers
I do nothing TT,just after one night
even if i accidentally deleted something ,why is there still a lack of ROS2 plug after reinstalling.
i even try to reinstalled other versions,4.2.0 4.3.0 which is the same problem.
and now i can run but cannot close the cmd,the erro still exsit.
thank you so much

Re: cannot run by using python

Posted: 31 Mar 2023, 14:09
by coppelia
Did you source ROS2 environment? i.e.

Code: Select all

source /opt/ros/humble/setup.bash
Cheers