Search found 18 matches
- 15 Nov 2023, 11:59
- Forum: Bug reports
- Topic: Java ZMQ Remote API not able to build
- Replies: 3
- Views: 14201
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...
- 15 Nov 2023, 11:44
- Forum: Bug reports
- Topic: Java ZMQ Remote API not able to build
- Replies: 3
- Views: 14201
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.
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.
- 14 Nov 2023, 10:23
- Forum: Bug reports
- Topic: Java ZMQ Remote API not able to build
- Replies: 3
- Views: 14201
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....
- 06 Nov 2023, 13:28
- Forum: Bug reports
- Topic: Python ZMQ simpleClient not working
- Replies: 7
- Views: 15148
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...
- 30 Oct 2023, 10:55
- Forum: General questions
- Topic: ZMQ Remote API Problem with Java
- Replies: 12
- Views: 13916
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...
- 27 Oct 2023, 17:18
- Forum: Bug reports
- Topic: Problem with new ZMQ Remote API for Python
- Replies: 3
- Views: 14793
Re: Problem with new ZMQ Remote API for Python
How do I get version 0.1.0?
- 27 Oct 2023, 16:59
- Forum: General questions
- Topic: ZMQ Remote API Problem with Java
- Replies: 12
- Views: 13916
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 ...
- 26 Oct 2023, 16:38
- Forum: General questions
- Topic: How to set a label to a shape in CoppeliaSim
- Replies: 1
- Views: 2770
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...
- 26 Oct 2023, 14:43
- Forum: Bug reports
- Topic: Problem with new ZMQ Remote API for Python
- Replies: 3
- Views: 14793
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...
- 25 Oct 2023, 10:51
- Forum: General questions
- Topic: How to create a bounding box for the whole scene
- Replies: 2
- Views: 3456
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...