Search found 6 matches
- 01 Jul 2025, 15:17
- Forum: General questions
- Topic: Improving Simulation Speed in CoppeliaSim (CPU multithreading / GPU support)
- Replies: 3
- Views: 4708
Re: Improving Simulation Speed in CoppeliaSim (CPU multithreading / GPU support)
If there is a way to run CoppeliaSim on GPU, it must be awesome!!!
- 01 Jul 2025, 15:02
- Forum: General questions
- Topic: Is there any way I can auto-complete when using a remote API with Python?
- Replies: 4
- Views: 11623
Re: Is there any way I can auto-complete when using a remote API with Python?
Hello,
this depends on what IDE you are using. In general you can create any auto-completion / API highligthing with sim.getApiFunc and sim.getApiInfo. Have a look at the demo add-on in addOns/Notepad++ autocompletion.lua
Cheers
Now I am using VsCode to control CoppeliaSim remotely(using ...
- 03 Jun 2025, 10:34
- Forum: General questions
- Topic: Is there any way I can auto-complete when using a remote API with Python?
- Replies: 4
- Views: 11623
Re: Is there any way I can auto-complete when using a remote API with Python?
Thanks for your reply, it is useful!coppelia wrote: 28 May 2025, 09:39 Hello,
this depends on what IDE you are using. In general you can create any auto-completion / API highligthing with sim.getApiFunc and sim.getApiInfo. Have a look at the demo add-on in addOns/Notepad++ autocompletion.lua
Cheers
- 03 Jun 2025, 10:32
- Forum: Bug reports
- Topic: no opengl info in ubuntu22.04
- Replies: 1
- Views: 6901
no opengl info in ubuntu22.04
I tried to use CoppeliaSim4.9 and 4.10 in ubuntu22.04, it also crashed for black screen. The error info is "[CoppeliaSim:loadinfo] OpenGL: (none given), Renderer: (none given), Version: (none given)
". But when I tried CoppeliaSim4.1 in ubuntu22.04, it worked. Here is the info "[CoppeliaSim:loadinfo ...
". But when I tried CoppeliaSim4.1 in ubuntu22.04, it worked. Here is the info "[CoppeliaSim:loadinfo ...
- 03 Jun 2025, 10:31
- Forum: Bug reports
- Topic: Black screen on Coppelia startup
- Replies: 8
- Views: 28491
Re: Black screen on Coppelia startup
I tried to use CoppeliaSim4.9 and 4.10 in ubuntu22.04, it also crashed for black screen. The error info is "[CoppeliaSim:loadinfo] OpenGL: (none given), Renderer: (none given), Version: (none given)
". But when I tried CoppeliaSim4.1 in ubuntu22.04, it worked. Here is the info "[CoppeliaSim:loadinfo ...
". But when I tried CoppeliaSim4.1 in ubuntu22.04, it worked. Here is the info "[CoppeliaSim:loadinfo ...
- 28 May 2025, 04:12
- Forum: General questions
- Topic: Is there any way I can auto-complete when using a remote API with Python?
- Replies: 4
- Views: 11623
Is there any way I can auto-complete when using a remote API with Python?
I find that when using Python through ZMQRomoteAPI, it will not automatic complete the function I can use, like sim.Get... I can not see what functions are there, which means I need to remember all the functions in the usermanual. It is really a huge work, any way to simplify this work?