Search found 10 matches

by mattyc_56
27 Apr 2020, 12:33
Forum: General questions
Topic: Vortex Friction Coefficient of Pair
Replies: 1
Views: 1100

Vortex Friction Coefficient of Pair

Hi, If i have two objects set with with exact same parameters using the Vortex physics engine (i.e. Scaled box etc) ... but they have differing coefficients of friction. How is the overall coefficient calculated? Cm Labs themselves suggest that if a scaledbox and scaledboxfast object collide, the mo...
by mattyc_56
12 Apr 2020, 21:53
Forum: General questions
Topic: Python API Recommendations
Replies: 3
Views: 1276

Re: Python API Recommendations

Hi,

I put a sim.waitForSignal at the start of the function sysCall_threadmain() and then set this signal elsewhere so I can give it this signal when it suits me.

This is working for me anyway, but if you have any better suggestions, that would be great, but I think this should do.

Thanks!
by mattyc_56
12 Apr 2020, 18:16
Forum: General questions
Topic: Python API Recommendations
Replies: 3
Views: 1276

Re: Python API Recommendations

Hi, Sorry i didn't see the reply until now! Yes, so this is what I have so far: From my python script I connect to CoppeliaSim, start the simulation, and import a set of fingers and attach them to the robot. The below threaded child script controlls my robots movements: (I am moving an object 100 ti...
by mattyc_56
05 Apr 2020, 21:06
Forum: General questions
Topic: Python API Recommendations
Replies: 3
Views: 1276

Python API Recommendations

Hi! So I am doing a final year project and I have been asked to integrate my simulation with Python somewhat. My simulation is a pretty basic pick and place experiment using IK. I'm sorry, I know this is a very broad question but I'm just looking for some relatively simple suggestions on what I coul...
by mattyc_56
03 Apr 2020, 15:27
Forum: General questions
Topic: Simple Prismatic Joint Actuation
Replies: 10
Views: 3437

Re: Simple Prismatic Joint Actuation

Well at least its not just me, thanks for trying!
by mattyc_56
02 Apr 2020, 13:01
Forum: General questions
Topic: Simple Prismatic Joint Actuation
Replies: 10
Views: 3437

Re: Simple Prismatic Joint Actuation

Hi, Thank you very much for the reply! I have tried to change the fingers and jaws to simple convex shapes and also to primitive cuboids. I have increased and decreased the moments of inertia and masses on the above also.... All with no success. Newton seems to be able to pick up the force increase ...
by mattyc_56
01 Apr 2020, 13:20
Forum: General questions
Topic: Simple Prismatic Joint Actuation
Replies: 10
Views: 3437

Re: Simple Prismatic Joint Actuation

Hi again! Thank you very much for the help above! Here's my latest scene: https://drive.google.com/open?id=1dqSZuPSb_JfK4ozJ247EEKZ69NVFVL5M I have now placed a force sensor between the gripping fingers and the jaw which holds them in the EGN100 Gripper. I use this to read the force in the Y-axis th...
by mattyc_56
20 Feb 2020, 14:10
Forum: General questions
Topic: Simple Prismatic Joint Actuation
Replies: 10
Views: 3437

Re: Simple Prismatic Joint Actuation

Understood, thank you again! Just another quick question. Do you have any idea as to why the robot "jumps" slightly on its path as it gets back to its starting position and begins to descend with the part gripped? It doesn't do this on its return path either? Really appreciate all your help.
by mattyc_56
19 Feb 2020, 18:03
Forum: General questions
Topic: Simple Prismatic Joint Actuation
Replies: 10
Views: 3437

Re: Simple Prismatic Joint Actuation

Hi, Thank you so much for getting back to me! I will attach a link to my scene below. I have managed to get the gripper functional using a center joint and a open/close joint as you suggested. 1) Currently, in the "KukaKR10" child script I set the gripper data (velocity, force and open - c...
by mattyc_56
05 Feb 2020, 13:16
Forum: General questions
Topic: Simple Prismatic Joint Actuation
Replies: 10
Views: 3437

Simple Prismatic Joint Actuation

Hi, Apologies in advance, I am very new to CoppeliaSim and coding in general. I am looking to simulate the linear movement of the 2 jaws in a "Schunk EGN100" gripper. The gripper is imported already and connected to a Kuka KR10. For this I have 2 prismatic joints and I can currently manual...