Search found 27 matches

by zorro
18 Apr 2024, 14:49
Forum: General questions
Topic: How to Handle Floating Base Issues in Mujoco with a Robotic Arm?
Replies: 4
Views: 588

Re: How to Handle Floating Base Issues in Mujoco with a Robotic Arm?

Thank you for the response! Adjusting the "armature" parameter does indeed reduce the extent to which the robotic arm joints lose control, but the state where the robotic arm loses control is still unacceptable to me. I've temporarily given up on using Mujoco to implement this scene. Could...
by zorro
17 Apr 2024, 17:03
Forum: General questions
Topic: How to Handle Floating Base Issues in Mujoco with a Robotic Arm?
Replies: 4
Views: 588

Re: How to Handle Floating Base Issues in Mujoco with a Robotic Arm?

I've tried many times but still couldn't achieve my requirements in Mujoco, so I temporarily used Bullet to implement it. However, soon I encountered a new problem. I will provide my `.ttt` and `.py` files to illustrate this specific issue. As I mentioned earlier, the concept of the base and end of ...
by zorro
17 Apr 2024, 09:38
Forum: General questions
Topic: How to Handle Floating Base Issues in Mujoco with a Robotic Arm?
Replies: 4
Views: 588

How to Handle Floating Base Issues in Mujoco with a Robotic Arm?

Hello! I am creating a scene with a crawling robotic arm. In this scene, there is a state where the robotic arm doesn't have a base. In this configuration, the robotic arm relies on a dummy attached to an end effector link and another dummy on an object without dynamics for connection. The joints of...
by zorro
03 Apr 2024, 07:07
Forum: Feature requests
Topic: VHACD -> CoACD?
Replies: 1
Views: 319

VHACD -> CoACD?

Hello! I am trying to make a peg-in-hole scene, it seems the CoACD has better performance than VHACD in decomposing non-convex shapes. Will you guys consider adding this module into CoppeliaSim? I believe the addition of this component would greatly assist tasks with complex mechanical characteristi...
by zorro
02 Apr 2024, 13:34
Forum: General questions
Topic: How to detect if a dummy is inside a cube?
Replies: 1
Views: 113

How to detect if a dummy is inside a cube?

I want to check if a dummy is inside a cube. Initially, I thought of achieving this by checking for collisions between the dummy and the cube. However, I found that regardless of whether there is a collision between the dummy and the cube, the sim.checkCollision() function always returns -1.
by zorro
31 Mar 2024, 03:39
Forum: General questions
Topic: Attach a gripper to a robotic arm
Replies: 8
Views: 7598

Re: Attach a gripper to a robotic arm

Hello, did you prepare the gripper model yourself? (i.e. create it?) When you prepare a new model, you will first have to teach it where its attaching point is. For that, manually move the gripper model to its correct position and orientation on the robot fixation point, then attach it to the force...
by zorro
18 Jan 2024, 04:14
Forum: General questions
Topic: Create dummies on mesh programmatically
Replies: 2
Views: 861

Create dummies on mesh programmatically

Hello! I am trying to automatically generate some dummies on a complex object surface. I want to implement a functionality similar to the plugin "create dummies on mesh surface" using code, but I am unsure if this can be achieved through the API. The object I am working with is a massive s...
by zorro
09 Jan 2024, 15:57
Forum: General questions
Topic: Can't import mesh in DAE format
Replies: 5
Views: 276246

Re: Can't import mesh in DAE format

I apologize for any confusion. It is indeed the scene file from where I exported the DAE format mesh, although the console indicates the successful import of the DAE model, it does not appear in the scene. So the scene is still empty.
by zorro
08 Jan 2024, 17:15
Forum: General questions
Topic: Can't import mesh in DAE format
Replies: 5
Views: 276246

Re: Can't import mesh in DAE format

Sure,but it looks like an empty scene: https://1drv.ms/u/s!Ar1_NNuNx1urm2N2v30XJ_TBZBlg?e=WqTvkh I managed to import obj meshes, but only colors or materials remained with the model in the scene, so I want to try the dae format to conveniantly import meshes with textures. Can you offer some model fi...
by zorro
07 Jan 2024, 17:10
Forum: General questions
Topic: Can't import mesh in DAE format
Replies: 5
Views: 276246

Can't import mesh in DAE format

I exported a simple model in Dae format with color and textures, when I tried to import the model into CoppeliaSim, no error appeared, but the model was not imported. The sandbox message: [CoppeliaSim:info] Importing mesh... [sandboxScript:info] imported mesh(es). The file is here: https://1drv.ms/u...