Search found 3 matches

by Klish132
06 Jun 2022, 09:02
Forum: Videos, scenes and models around CoppeliaSim
Topic: Paint nozzle path planning extension
Replies: 0
Views: 125651

Paint nozzle path planning extension

For my university project, I made an extension that lets you generate a movement path for a robots paint nozzle. It works by exporting a selected shape as a .obj file and launching an executable with a UI app. I used ZMQ Remote API to create this. Video that shows how it works: xAvOpMfZMlI Launch it...
by Klish132
11 May 2022, 09:39
Forum: General questions
Topic: Coppelia crashes when calling sim.launchExecutable from an addon
Replies: 2
Views: 2453

Re: Coppelia crashes when calling sim.launchExecutable from an addon

coppelia wrote: 11 May 2022, 09:05 Hello,

indeed, there is a bug. Thanks for pointing this out.
You can use simSubprocess.exec or simSubprocess.execAsync as a workaround.

Cheers
simSubprocess.execAsync worked like a charm, thank you so much!
by Klish132
11 May 2022, 07:44
Forum: General questions
Topic: Coppelia crashes when calling sim.launchExecutable from an addon
Replies: 2
Views: 2453

Coppelia crashes when calling sim.launchExecutable from an addon

I'm trying to make an addon that launches an exe file but it crashes when calling sim.launchExecutable. Weird thing is that if I directly copy and paste the addon code into a dummy customization script without making anychanges it works fine. I'm thinking the issue might have something to do with co...