Search found 14 matches

by shadowzone
09 Apr 2020, 21:36
Forum: Bug reports
Topic: synchronousImageTransmission.py Example Runs Properly only onetime/boot(ubuntu 16.04)
Replies: 5
Views: 3613

Re: synchronousImageTransmission.py Example Runs Properly only onetime/boot(ubuntu 16.04)

First of all thanks for your reply! i tried this but it didnt work , but i dont think that has to do anything with my system being slow because it successfully activtes all the time the first time iboot my laptop, or to be more accurate the first time i open the scene with vrep and run the script , ...
by shadowzone
03 Apr 2020, 17:29
Forum: Bug reports
Topic: synchronousImageTransmission.py Example Runs Properly only onetime/boot(ubuntu 16.04)
Replies: 5
Views: 3613

Re: synchronousImageTransmission.py Example Runs Properly only onetime/boot(ubuntu 16.04)

The Version is indeed 4.0.0(this is the name of the folder CoppeliaSim_Edu_V4_0_0_Ubuntu16_04) i tried the following code in the b0api bindings folder and after downloading the dependancies Using 2.7 Python i get : this is the result from the python script side: ('Received image.', [256, 256]) ('Rec...
by shadowzone
02 Apr 2020, 13:38
Forum: General questions
Topic: Rotate table
Replies: 3
Views: 1413

Re: Rotate table

you can make the table a child to a rotating joint and rotate the joint, since the table is a child of the joint it will rotate with it
by shadowzone
02 Apr 2020, 10:59
Forum: Bug reports
Topic: synchronousImageTransmission.py Example Runs Properly only onetime/boot(ubuntu 16.04)
Replies: 5
Views: 3613

synchronousImageTransmission.py Example Runs Properly only onetime/boot(ubuntu 16.04)

Hello im using ubuntu 16.04 and coppeliaSim V4.0 i was testing Synchronous mode Example of imageTransmission using the remote api(Python), and the script on ubuntu runs properly the first time only then on restarting the script the code says / prints that it is connected but it doesn't run the simul...
by shadowzone
31 Mar 2020, 17:55
Forum: General questions
Topic: How to add Delay in python script in simulation time
Replies: 9
Views: 2057

Re: How to add Delay in python script in simulation time

Upon further testing i looked at the terminal of coppeliaSim while running the script and this poped up the first https://i.ibb.co/9HbpN2G/Screenshot-from-2020-03-31-17-25-29.png if i rerun the script after its done it doesnt do the initialization any more and the code doesnt stop this is a trial a...
by shadowzone
31 Mar 2020, 17:40
Forum: General questions
Topic: How to add Delay in python script in simulation time
Replies: 9
Views: 2057

Re: How to add Delay in python script in simulation time

upon further testing synchronous mode stuff (like simple synchronous test) it seems like something is still open, when i try to run any sync script before opening coppeliaSim it fails as expected, but if i run coppeliasim with a sync scene and script and then close the scene and coppelia sim , and t...
by shadowzone
31 Mar 2020, 16:45
Forum: General questions
Topic: How to add Delay in python script in simulation time
Replies: 9
Views: 2057

Re: How to add Delay in python script in simulation time

okay first of all im using the script in remoteApibindings folder not the bluezero one i dont know if this makes a difference and when i tried to kill the resolver as u said it says no processes found and still wont initialize stuff same as before unless i restart my pc
by shadowzone
31 Mar 2020, 16:34
Forum: General questions
Topic: How to add Delay in python script in simulation time
Replies: 9
Views: 2057

Re: How to add Delay in python script in simulation time

Upon further testing i looked at the terminal of coppeliaSim while running the script and this poped up the first https://i.ibb.co/9HbpN2G/Screenshot-from-2020-03-31-17-25-29.png if i rerun the script after its done it doesnt do the initialization any more and the code doesnt stop this is a trial af...
by shadowzone
31 Mar 2020, 15:53
Forum: General questions
Topic: How to add Delay in python script in simulation time
Replies: 9
Views: 2057

Re: How to add Delay in python script in simulation time

okay great, but it seems that there is a bug on ubuntu, i tried installing coppeliaSim on windows and the script/scene worked fine but for some reason in ubuntu 16.04 the script only works once and only works again if a restart my pc so any ideas why is that?
by shadowzone
30 Mar 2020, 23:18
Forum: General questions
Topic: How to add Delay in python script in simulation time
Replies: 9
Views: 2057

Re: How to add Delay in python script in simulation time

thank you for your answer, i tried running the script and it only works one time and it doesn't run again until i restart my laptop, restarting the program or the script does nothing, i would like to know why im runnin coppeliaSim v4.0 on ubuntu 16.04 After reading the code example i have a question...