Search found 8 matches

by Rufio2790
03 Feb 2022, 22:54
Forum: Bug reports
Topic: Setup zmqRemoteApi
Replies: 7
Views: 16233

Re: Setup zmqRemoteApi

Thanks for the answer. With respect to your questions, yes I'm sure I've installed the required packages, the problem persist in version 4.2. In Coppelia 4.3, it works just fine. However, the documentation ( https://www.coppeliarobotics.com/helpFiles/en/zmqRemoteApiOverview.htm ) should be updated w...
by Rufio2790
03 Feb 2022, 11:08
Forum: Bug reports
Topic: Setup zmqRemoteApi
Replies: 7
Views: 16233

Re: Setup zmqRemoteApi

Dear all, We are trying to connect to Coppelia using a python script by executing the ZeroMQ remote API example code in your web. The lua scripts required have been included and the packages required have been installed. We added the third script commented in this topic. When executing the code, the...
by Rufio2790
18 Jun 2021, 07:45
Forum: Bug reports
Topic: [BUILD ISSUE] SimClientApplication
Replies: 1
Views: 21633

[BUILD ISSUE] SimClientApplication

Dear all, I'm trying to compile coppeliasim to be used on Debian 10. I've already been able to compile the coppeliaSim library following the instruction provided (however we use Qt5.15 instead of 5.12 used in version 4.2.0, but I understand that it does not matter if we re-compile everything). Howev...
by Rufio2790
01 Jun 2021, 13:43
Forum: Bug reports
Topic: [Headless Mode] Cannot run plug in
Replies: 5
Views: 21782

Re: [Headless Mode] Cannot run plug in

Dear all, the addOn consist in loading and running a function in a custom plug in. Something like this should be enough to test: function sysCall_info() return {autoStart=false} end function sysCall_init() print("I'm executing the addon") sim.addLog(sim.verbosity_msgs,"CHECK EXECUTION...
by Rufio2790
01 Jun 2021, 11:30
Forum: Bug reports
Topic: [Headless Mode] Cannot run plug in
Replies: 5
Views: 21782

Re: [Headless Mode] Cannot run plug in

Hello, Thanks for the answer. We are seeing this problem with CoppeliaSim4.2.0, on both Windows and MacOS platforms. Actually, we already tried prints in the sys_init callback and we could no see any message in the console. Comparing the console output between the UI mode and Headless mode, we see t...
by Rufio2790
01 Jun 2021, 07:21
Forum: Bug reports
Topic: [Headless Mode] Cannot run plug in
Replies: 5
Views: 21782

[Headless Mode] Cannot run plug in

Dear all, We are trying to run a simulation in headless mode through a plugin + addOn we developed, but we do not find the expected output. This is the command we are running from the console: ./coppeliaSim.exe -h -s5000 -q ./roboticSystem.ttt -vdebug -bsimAddOnReachabilitySimulation.lua The plugin ...
by Rufio2790
13 May 2021, 11:22
Forum: General questions
Topic: remoteApi plugin problem
Replies: 15
Views: 9835

Re: remoteApi plugin problem

As you suggested, I moved the remoteApiConnection.txt from Resources to MacOs, and it worked! It seems the trick solves the problem without overriding the remoteApi.dylib with the one that can be found on github. Basically, at least on MacOS, copying the remoteApiConnection.txt to the MacOs folder w...
by Rufio2790
11 May 2021, 12:27
Forum: General questions
Topic: remoteApi plugin problem
Replies: 15
Views: 9835

Re: remoteApi plugin problem

Dear all,

I've tried today the remoteApiBindings lib for MacOs (it seems they have been updated 5 days ago on github), but the problem persist with the version 4.2 (overriding the old one in the programming folder).
Version 4.1 works fine.

Cheers