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 ...
Search found 6106 matches
- 02 Jul 2025, 08:08
- Forum: General questions
- Topic: Define a Perfect Rolling Contact
- Replies: 1
- Views: 32
- 02 Jul 2025, 08:03
- Forum: General questions
- Topic: Improving Simulation Speed in CoppeliaSim (CPU multithreading / GPU support)
- Replies: 3
- Views: 4611
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
Cheers
- 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: 11463
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
Cheers
- 30 Jun 2025, 08:37
- Forum: General questions
- Topic: sim.getJointForce() in IK mode returns two signals
- Replies: 1
- Views: 131
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
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
- 26 Jun 2025, 10:12
- Forum: General questions
- Topic: Set python interpreter in Mac
- Replies: 1
- Views: 196
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
you can specify the location of your Python executable in CoppeliaSim's user settings file via the defaultPython item.
Cheers
- 26 Jun 2025, 10:05
- Forum: General questions
- Topic: Registration key
- Replies: 1
- Views: 177
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
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
- 20 Jun 2025, 13:44
- Forum: General questions
- Topic: Further property strings for MuJoCo
- Replies: 7
- Views: 2524
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 ...
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 ...
- 14 Jun 2025, 12:52
- Forum: Videos, scenes and models around CoppeliaSim
- Topic: Exoskeleton Robot Project
- Replies: 2
- Views: 1184
Re: Exoskeleton Robot Project
The video is unfortunately private...
- 14 Jun 2025, 12:50
- Forum: General questions
- Topic: Further property strings for MuJoCo
- Replies: 7
- Views: 2524
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 ...
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 ...
- 11 Jun 2025, 14:00
- Forum: General questions
- Topic: Further property strings for MuJoCo
- Replies: 7
- Views: 2524
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
Cheers