Search found 6106 matches

by coppelia
02 Jul 2025, 08:08
Forum: General questions
Topic: Define a Perfect Rolling Contact
Replies: 1
Views: 64

Re: Define a Perfect Rolling Contact

Hello,

you won't be able to achieve a perfect dynamics simulation: errors, even small ones, will gradually accumulate and become visible.
In addition, how well you will be able to simulate a specific aspect highly depends on the used physics engine (you haven't mentioned which one you are using ...
by coppelia
02 Jul 2025, 08:03
Forum: General questions
Topic: Improving Simulation Speed in CoppeliaSim (CPU multithreading / GPU support)
Replies: 3
Views: 4619

Re: Improving Simulation Speed in CoppeliaSim (CPU multithreading / GPU support)

CoppeliaSim is not meant for speed. Its emphasis is functionality, flexibility and ease of use. For speed, you should look at using one of the physics engines naked.

Cheers
by coppelia
02 Jul 2025, 08:01
Forum: General questions
Topic: Is there any way I can auto-complete when using a remote API with Python?
Replies: 4
Views: 11478

Re: Is there any way I can auto-complete when using a remote API with Python?

It really depends on your IDE you are using. The mentioned add-on is an example for Notepad++. For other IDEs you will have to look at a different way to generate relevant files.

Cheers
by coppelia
30 Jun 2025, 08:37
Forum: General questions
Topic: sim.getJointForce() in IK mode returns two signals
Replies: 1
Views: 143

Re: sim.getJointForce() in IK mode returns two signals

Hello,

if you are using internal controllers for e.g. position or velocity control of a joint, you won't obtain meaningful forces/torques for that joint. Instead, you should use an inverse dynamics controller: have a look at the demo scene scenes/inverseDynamics.ttt

Cheers
by coppelia
26 Jun 2025, 10:12
Forum: General questions
Topic: Set python interpreter in Mac
Replies: 1
Views: 204

Re: Set python interpreter in Mac

Hello,

you can specify the location of your Python executable in CoppeliaSim's user settings file via the defaultPython item.

Cheers
by coppelia
26 Jun 2025, 10:05
Forum: General questions
Topic: Registration key
Replies: 1
Views: 183

Re: Registration key

Hello,

did you try to install (or not even install, just have it side-by-side) CoppeliaSim V4.10 (the latest) and see if there are problems? If yes, what problems did you notice?

Cheers
by coppelia
20 Jun 2025, 13:44
Forum: General questions
Topic: Further property strings for MuJoCo
Replies: 7
Views: 2533

Re: Further property strings for MuJoCo

Decimating a mesh is completely a different procedure than generating a convex mesh (or convex decomposed mesh).

In the case of such a simple mesh, simply approximate it with 5 cuboids as previously stated. You can still keep the original mesh just for visuals (make sure that in that case it is not ...
by coppelia
14 Jun 2025, 12:52
Forum: Videos, scenes and models around CoppeliaSim
Topic: Exoskeleton Robot Project
Replies: 2
Views: 1218

Re: Exoskeleton Robot Project

The video is unfortunately private...
by coppelia
14 Jun 2025, 12:50
Forum: General questions
Topic: Further property strings for MuJoCo
Replies: 7
Views: 2533

Re: Further property strings for MuJoCo

Hello,

from the picture, I can't see what type of shape this bin is: scene files are always better than pictures, My guess it is simply a random mesh. If this is the case, then MuJoCo and some other engines might use a convex hull alternative instead. If you do not want this, then you need to ...
by coppelia
11 Jun 2025, 14:00
Forum: General questions
Topic: Further property strings for MuJoCo
Replies: 7
Views: 2533

Re: Further property strings for MuJoCo

It should work from a simulation script. From a customization script, you'll have to add this e.g. to the sysCall_actuation section, the very first time it is called.

Cheers