How to assembly custom tool (Scene hierarchy)

Typically: "How do I... ", "How can I... " questions
Post Reply
mareurbanek

How to assembly custom tool (Scene hierarchy)

Post by mareurbanek »

Hello everyone, this is my first post, so i just wanted to say it's nice to be a part of this community.

I'm working on my masters thesis and one of it's parts is to simulate the process which I have designed.

I designed tools in Inventor and exported them as '.obj'. Then in V-REP I imported them and tried to assembly, but I'm having problem with the scene hierarchy. One of my object (Gripper) needs to be attached to connector via revolut joint and to beam via revolut joint. I'm stuck with this and have no idea how to solve it.

I want to write script for prismatic joint (GripperJoint) and want other joints to behave dependently. How should I do this?

I'm sending my scene and movie how i want this to look like. Thank you so much for every help.

Video of how i want this to work: https://youtu.be/VTKn6kKvKrA
My scene: http://s000.tinyupload.com/index.php?fi ... 1929085876

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: How to assembly custom tool (Scene hierarchy)

Post by coppelia »

Hello,

you need first to decide what kind of simulation you want: kinematic or dynamic. But in both cases you have a situation of loops. In this scene you have an example of a loop for a dynamic model. Make sure to carefully read this page for details on how to create loops in dynamically enabled models.

Cheers

mareurbanek

Re: How to assembly custom tool (Scene hierarchy)

Post by mareurbanek »

Thank you very much for help, that worked :)

Post Reply