Search found 17 matches

by Oz@SIT
07 Nov 2023, 02:07
Forum: Bug reports
Topic: simpleTest-nonBlocking.py does not run
Replies: 4
Views: 4840

Re: simpleTest-nonBlocking.py does not run

Thank you for your always quick response. It helps us a lot! About the rebuilding, I see that I do not need to rebuild it for python. Thanks. The program is just to check how long a set/get command takes. So I will not modify the position of the same object in one step. Thanks for all your help, Oz
by Oz@SIT
06 Nov 2023, 08:57
Forum: Bug reports
Topic: simpleTest-nonBlocking.py does not run
Replies: 4
Views: 4840

Re: simpleTest-nonBlocking.py does not run

Hello, Thank you for the reply. I have not able to build the ZMQ remote api for CoppeliaSim. An error, MSB1009: the project file does not exist, occured at "cmake --build ." So I am still struggling to solve it. While as you suggest me, I also think the asyncio responsiveness will not make...
by Oz@SIT
02 Nov 2023, 09:24
Forum: Bug reports
Topic: simpleTest-nonBlocking.py does not run
Replies: 4
Views: 4840

simpleTest-nonBlocking.py does not run

Hi, I have been trying to run CoppeliaSimEdu\programming\zmqRemoteApi\clients\pythonsimpleTest-nonBlocking.py while CoppeliaSim's empty scene was running, but I got the following exception: Exception: The client ZeroMQ remote API version does not match CoppeliaSim's version My environment is: Coppel...
by Oz@SIT
26 Oct 2023, 06:40
Forum: Bug reports
Topic: trouble with the remoteAPI
Replies: 7
Views: 5984

Re: trouble with the remoteAPI

Thank you for the quick reply.
I have tried it and have had a good result.

Thank you for your continued help,

Oz
by Oz@SIT
26 Oct 2023, 02:12
Forum: Bug reports
Topic: trouble with the remoteAPI
Replies: 7
Views: 5984

Re: trouble with the remoteAPI

Thank you very much for your explanation. I now can run the simulator with v.4.6.0. I would like to run the simulation in real-time mode. I try to check the mode with sim.getRealTimeSimulation() but it returns an exception of "type object 'sim' has no attribute 'getRealTimeSimulation'." Ha...
by Oz@SIT
25 Oct 2023, 15:45
Forum: Bug reports
Topic: trouble with the remoteAPI
Replies: 7
Views: 5984

Re: trouble with the remoteAPI

For v.4.5.1, I checked the followings: With an empty scene A) doesn't run (no printout), but B) runs (prints the count variable). My code is: A) from coppeliasim_zmqremoteapi_client import RemoteAPIClient import time client = RemoteAPIClient() sim = client.getObject('sim') client.setStepping(True) s...
by Oz@SIT
25 Oct 2023, 15:35
Forum: Bug reports
Topic: trouble with the remoteAPI
Replies: 7
Views: 5984

Re: trouble with the remoteAPI

Thanks for the note.
I am back in my home, where CoppeliaSim is still v. 4.5.1.
On v.4.5.1, the former code (without step()) works.

I will check the code with step() tomorrow with v.4.6.0.

Thank you for your kind help.

Oz
by Oz@SIT
25 Oct 2023, 10:57
Forum: Bug reports
Topic: trouble with the remoteAPI
Replies: 7
Views: 5984

trouble with the remoteAPI

Dear Sirs: Thank you for the new release of CoppeliaSim v. 4.6.0! I have some trouble with the remoteAPI. My program is as follows: from coppeliasim_zmqremoteapi_client import RemoteAPIClient client = RemoteAPIClient() sim = client.getObject('sim') client.setStepping(True) sim.startSimulation() whil...
by Oz@SIT
14 Sep 2019, 15:46
Forum: Feature requests
Topic: Import -> mesh menu cannot be cancelled
Replies: 2
Views: 18599

Re: Import -> mesh menu cannot be cancelled

Dear Sirs:

Thank you for your help and I am sorry for my very late reply.

I just checked it out and that worked fine, thanks.

The best,

Oz
by Oz@SIT
23 Aug 2019, 04:27
Forum: Feature requests
Topic: Import -> mesh menu cannot be cancelled
Replies: 2
Views: 18599

Import -> mesh menu cannot be cancelled

Dear Sirs: When I use import -> mesh menu, the import options dialog appear. At this moment, I have no choice to cancel the import task. Sometimes, I would like to cancel the task, so isn't it possible to add cancel button or to activate the X at the top right of the dialog? Thanks for your help, Oz