Search found 9 matches

by benxin
07 Sep 2021, 00:23
Forum: General questions
Topic: How to get meshes and urdf in Coppeliasim default manipulator?
Replies: 1
Views: 3610

How to get meshes and urdf in Coppeliasim default manipulator?

Hi, I use Coppeliasim to build the convex hull of 7 dof manipulator, and then I want to export it as urdf and meshes flies, Coppeliasim provide simple xml button, but how can I export each of the meshes by one-click instead of one by one?

Thank you!
by benxin
23 Dec 2020, 17:18
Forum: General questions
Topic: Can i export URDF from 7 DOF manipulator.ttm?
Replies: 2
Views: 986

Re: Can i export URDF from 7 DOF manipulator.ttm?

I see, Thank you very much!
coppelia wrote: 23 Dec 2020, 13:11 Hello,

CoppeliaSim only has an URDF importer. The best you can do is save your scene to CoppeliaSim simple XML format, and work on that file to create the URDF pendant.

Cheers
by benxin
22 Dec 2020, 18:41
Forum: General questions
Topic: Can i export URDF from 7 DOF manipulator.ttm?
Replies: 2
Views: 986

Can i export URDF from 7 DOF manipulator.ttm?

Very nice simulator, Can I export the URDF from 7 DOF manipulator.ttm ? Or where can I download it, I want to import this URDF with STL model into the Matlab Simscape™ Multibody™ toolbox and compare dynamic algorithm. Thank you for your helpful advice! [1]. https://www.coppeliarobotics.com/helpFiles...
by benxin
05 Mar 2020, 11:49
Forum: General questions
Topic: Maybe a bug in dynamic physics engines
Replies: 1
Views: 706

Re: Maybe a bug in dynamic physics engines

--- Oh, I'm so sorry, I didn't notice the Inertia matrix divided by the mass: the inertia matrix or tensor. Values are mass-less in shapeDynamicsProperties page . The physics engines are right because the inertial matrix has divided by the mass, so the left \ddot{\theta}_l = 8.66*e4\times 9.81\times...
by benxin
05 Mar 2020, 09:05
Forum: General questions
Topic: Maybe a bug in dynamic physics engines
Replies: 1
Views: 706

Maybe a bug in dynamic physics engines

hello, yesterday I have test a single rigid body rotating under gravity in the y-axis. because the equation is very simple. I can write \tau = M\ddot{\theta} + mgrcos\theta . So I design a cuboid in V-rep. in the following gif, The left body M is 8.66e-4kgm^2 and m = 4e-5kg , and the right cuboid M ...
by benxin
04 Mar 2020, 08:49
Forum: General questions
Topic: Dynamics of open chain planar manipulator in vrep
Replies: 6
Views: 2333

Re: Dynamics of open chain planar manipulator in vrep

There is a difference between collidable and respondable . Cheers Two respondable shapes will always produce a collision reaction unless their respective collision masks don't overlap. Thank you! I have to disable respondable , and see some chaos motion of three-link planar under gravity, this is m...
by benxin
04 Mar 2020, 08:25
Forum: General questions
Topic: Dynamics of open chain planar manipulator in vrep
Replies: 6
Views: 2333

Re: Dynamics of open chain planar manipulator in vrep

Hello, are you sure that your adjacent links are not colliding? If they are colliding, they will of course prevent the mechanism to bend and take another configuration than a straight line. In the general dynamics properties , try to enable Display contact points to see if there are collisions. If ...
by benxin
04 Mar 2020, 02:38
Forum: General questions
Topic: Dynamics of open chain planar manipulator in vrep
Replies: 6
Views: 2333

Re: How to let planar manipulator move under gravity?

Hi, I am also a beginner in coppeliasim and I think there may be something wrong with your setting. 1. You may enable the motor of the joint just by dubble clicking the icon . 2. You may set the local respondable mask of the links to 1111000, 00001111, one by one just like this. 3.Once you do the t...
by benxin
03 Mar 2020, 08:52
Forum: General questions
Topic: Dynamics of open chain planar manipulator in vrep
Replies: 6
Views: 2333

Dynamics of open chain planar manipulator in vrep

Recently, I test Newton-Euler dynamic algorithms in Matlab. Here is my result about the 3R-planar manipulator moving under gravity. https://5imcs.com/posts/1e752288/testAnimated.gif Time step is 0.05. The mass of each link(cuboid,x = 0.10; y = 0.02; z = 0.02;) is 4.000e-5/kg, In order to check my re...