- Solver Selection: Fixed-step
- Solver: ode8 (Dormand-Prince)
- Fixed-step size: 0.001
How to simulate grabbing an object on Simscape Multibody?
9 ビュー (過去 30 日間)
表示 古いコメント
Ahmed Salaheldin Ahmed Farouk Salaheldin
2023 年 5 月 2 日
コメント済み: Nathan Hardenberg
2023 年 5 月 24 日
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.
0 件のコメント
採用された回答
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):
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 件のコメント
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 Exchange で Assembly についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!