How to simulate grabbing an object on Simscape Multibody?

13 ビュー (過去 30 日間)
Hello Everyone,
I have been trying to simulate a process on Simscape Multibody, where a robot arm picks up an object and drops it in a box. I am having a problem with the grabbing and cannot get it done. I know I should use the spatial contact force and I have seen a couple of examples but they are very complicated with many subsystems connected to the block and I cannot really understand them. For example, how can I time in the block the moment that the robot arm has reaced the piece and should grab it now? would really appreciate any help.

採用された回答

Nathan Hardenberg
Nathan Hardenberg 2023 年 5 月 2 日
I made a very simple example for you (see attachment).
In general a "spatial contact force"-block has to be between all bodies that collide. Sometimes it is approximated with points since the simulation time can skyrocket when using contact forces (I have not done this). Thats why you need to set the following options in my example (you can also play around a bit):
  • Solver Selection: Fixed-step
  • Solver: ode8 (Dormand-Prince)
  • Fixed-step size: 0.001
In general you have to calculate yourself when to close the gripper. It can be done with a Matlab-script, simply time based or something else. The gripper should also be acuated with a force and not a position. Otherwise the part maybe glitches and flies away.
  5 件のコメント
Ahmed Salaheldin Ahmed Farouk Salaheldin
Thanks, Nathan! your example helped me alot but the moment one of the two grippers touch the box, I get this error.
"An error occurred while running the simulation and the simulation was terminated
Caused by:
Nathan Hardenberg
Nathan Hardenberg 2023 年 5 月 24 日
Does this error occur in my example? If so check, if the options in my original answer are set the same. If not I sadly can't help you. Singularity-Errors can have a lot of reasons from my experience.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulation and Analysis についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by