error normal force of sphere to plane force (3D contact model)

3 ビュー (過去 30 日間)
superman
superman 2020 年 9 月 7 日
回答済み: Steve Miller 2021 年 11 月 29 日
Now I am doing the simulation of biped walking robot. six actuated joints
Values of contact parameters are as follow:
  • Mass: 74 kg
  • Contact stiffness: 70000 N/m
  • Contact damping: 4000 N/m/s
  • Penetration exponent: 0.01 mm
  • contact_point_radius: 0.01 mm
When the simulation was running, the value of normal force (ground reaction force) is very large and having sluggish rise, which causes the robot to fly off the ground.
Could you give me some advices? Thanks very much.
Attachments is my simulink model.

回答 (1 件)

Steve Miller
Steve Miller 2021 年 11 月 29 日
Hi - I was not able to run your model because many files are missing, including F:\biped ankle pushOff simulation\biped_DataFile.m
However, from the pictures you posted and the settings in the model, it is clear you are using solver settings that are not great for models with contact forces. ode23 is an explicit solver and it will likely not capture the start and finish of contact forces well. Please try using ode23t.
Thanks,
--Steve

カテゴリ

Help Center および File ExchangeMultibody Dynamics についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by