Search found 18 matches

by Andres
15 Nov 2023, 11:59
Forum: Bug reports
Topic: Java ZMQ Remote API not able to build
Replies: 3
Views: 11693

Re: Java ZMQ Remote API not able to build

It is weird that the python and py commands work, but the python3 command does not. According to this link, it seems that Python3 is not a command in Windows 11. https://stackoverflow.com/questions/48355319/cmd-windows-python-command-works-but-python3-doesnt-although-my-python-ver Is there any way t...
by Andres
15 Nov 2023, 11:44
Forum: Bug reports
Topic: Java ZMQ Remote API not able to build
Replies: 3
Views: 11693

Re: Java ZMQ Remote API not able to build

C:\Users\rahm->py --version
Python 3.11.5

C:\Users\rahm->python --version
Python 3.11.5

C:\Users\rahm->python3 --version
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
by Andres
14 Nov 2023, 10:23
Forum: Bug reports
Topic: Java ZMQ Remote API not able to build
Replies: 3
Views: 11693

Java ZMQ Remote API not able to build

Hi, I am not able to use the Java client for ZMQ with Coppelia. Every time I try to build the Maven, I get this error: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. I have this: CoppeliaSim 4.6....
by Andres
06 Nov 2023, 13:28
Forum: Bug reports
Topic: Python ZMQ simpleClient not working
Replies: 7
Views: 10189

Python ZMQ simpleClient not working

Hi, any program I run in CoppeliaSim with the Python client generates the same bug. I get a message in the center of the screen that says: Connectivity >> ZMQ Remote API server@addOnScript: abort execution When this message appears, the lines of code I wrote run properly. But the screen in the simul...
by Andres
30 Oct 2023, 10:55
Forum: General questions
Topic: ZMQ Remote API Problem with Java
Replies: 12
Views: 9197

Re: ZMQ Remote API Problem with Java

Hi, I followed all the steps exactly how you said. However, in the last step, I still get the same error: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. [ERROR] Command execution failed. I wait f...
by Andres
27 Oct 2023, 17:18
Forum: Bug reports
Topic: Problem with new ZMQ Remote API for Python
Replies: 3
Views: 12282

Re: Problem with new ZMQ Remote API for Python

How do I get version 0.1.0?
by Andres
27 Oct 2023, 16:59
Forum: General questions
Topic: ZMQ Remote API Problem with Java
Replies: 12
Views: 9197

Re: ZMQ Remote API Problem with Java

Hi, I already tried it with the new version of Coppelia but I still get errors. This is the process that I followed. 1. I installed CoppeliaSim 4.6.0 rev2. 2. I downloaded the code of the Java client from your Github repository to my computer. 3. Opened CoppeliaSim and the code in NetBeans 4. I try ...
by Andres
26 Oct 2023, 16:38
Forum: General questions
Topic: How to set a label to a shape in CoppeliaSim
Replies: 1
Views: 2050

How to set a label to a shape in CoppeliaSim

Hi, I want to add a label to a shape in Coppelia. I read about using a simSetObjectName(), but it does not appear in the RegularAPI documentation. I read also about banners, but I do not find neither documentation about it. Can you tell me please what to use in 2023. For what I need, a Banner or som...
by Andres
26 Oct 2023, 14:43
Forum: Bug reports
Topic: Problem with new ZMQ Remote API for Python
Replies: 3
Views: 12282

Problem with new ZMQ Remote API for Python

Hi, when I try to run sim = client.require('sim') from simpleTest.py, I always get the following message: Exception: No such function: zmqRemoteApi.require I do not know if I am missing a library or a special configuration. IMPORTANT NOTE: I am using the previous Python client, the one that used sim...
by Andres
25 Oct 2023, 10:51
Forum: General questions
Topic: How to create a bounding box for the whole scene
Replies: 2
Views: 2245

How to create a bounding box for the whole scene

Hi, I am trying to create a bounding box around all the elements in my scene. I tried to start with a grouping, to get the bounds of all the objects and then calculate the bounding box. That is ok, but it still has issues. First, the bounding box is not precise. It is not positioned properly. For ex...