How do you represent contact with the ground in simscape?
조회 수: 52 (최근 30일)
이전 댓글 표시
Hi,
I am (eventually) attempting to create a model which I can use to simulate control algorithms on a humanoid robot.
However whilst starting with simple models - I can't work out how to represent the ground, so that when any part of the bodies come into contact with this - they stop/bounce etc.
Is there any way of doing this?
thanks
댓글 수: 1
prakhar jain
2017년 2월 5일
check:sm_double_wishbone_suspension in simulink model. This should help you out. Check out the implementation of hard stop between the tyre and the road profile. That should help.
답변 (4개)
Steve Miller
2017년 8월 6일
For 1D contact problems where only viscous friction is present, the hardstop block may be sufficient. However, for 2D and 3D problems or if the friction force depends on the normal force, I recommend looking at the File Exchange submission Simscape Multibody Contact Forces Library. It contains a library of blocks for use with Simscape Multibody that detect collision between various shapes, calculates the normal force and friction force on each part, and applies them to the colliding parts.
Below are a few animations that test models included in the submission. The Simscape Multibody Contact Forces Library contains the library for current and previous MATLAB releases.
Thanks,
--Steve
Here is another one:
댓글 수: 0
Ryan G
2013년 10월 14일
With a bi-ped robot you'll probably want to make some design decisions with the model in terms of trading off fidelity for simulation speed and usability. Each point that is capable of hitting the ground would require a hardstop. So, if you don't need to model the robot falling over, you can skip modeling that ground-body interaction.
댓글 수: 0
Zafb
2015년 4월 4일
Hi, I am trying to do the same thing in 2015...Got some help from the following link which uses translational "hard stop" block http://www.mathworks.com/matlabcentral/answers/137140-contact-simulation-in-simmechanics
But the leg never bounces back, instead it goes through the ground. Even though I can see the contact force being produced when the leg hits the ground and is going through it.
Do you have any idea what might be wrong in my model?
Thanx in advance,
Zohaib
댓글 수: 3
Zafb
2016년 2월 3일
Hi, thanks for the answer.
10 months on, still no luck! the contact stiffness value is already set to 1e6 N/m. Even tried 1e15, but nothing seems to be working.
Muslim
2024년 12월 6일 7:47
Hi, trying to do the same thing in 2024, but with drones, i have taken a drone model and then copied the ground stop from that too but it too doesn't seem to work, if anyone got any leads please let me know.
thanks
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Simscape Multibody에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!