Joint Actuation Inputs: Specify both Motion and Force/Torque

1 回表示 (過去 30 日間)
Nicholas Zahnweh
Nicholas Zahnweh 2021 年 1 月 12 日
回答済み: Yifeng Tang 2021 年 4 月 29 日
Hey all,
why is it possible to specify both the Motion and the Force (or Torque, depending on the joint primitive) as "Provided by Input". I´ve read the documentation (de.mathworks.com/help/releases/R2017a/physmod/sm/ug/joint-actuation.html) regarding that topic, it´s also stated in there that this is possible (it´called in there "fully computed").
The same problem understanding arises by specifying both with "automatically computed".
Could somebody please explain in which scenario that would be useful and what is internally happening?
Thanks in advance!
Best regards
Nicholas

回答 (1 件)

Yifeng Tang
Yifeng Tang 2021 年 4 月 29 日
Hi Nicholas,
It is possible to specify EITHER motion OR force as "provided by input", but not both. Specifying both is physically unreasonable and I believe you'll get an error when trying to simulate the model.
So the common combinations are:
  1. Force=None, Motion=Auto: just a regular joint, constraining the motion by the joint definition and won't apply any additional actuation effort.
  2. Force=Input, Motion=Auto: applying specified force at the joint, motion is solved based on the system of equations.
  3. Force=Auto, Motion=Input: applying prescribed motion (usually needs some derivatives), force is calculated and is the amount of force needed to generate such joint motion
The other combinations:
  1. Force=None, Motion=Input: not sure what will happen, probably will throw an error.
  2. Force=Input, Motion=Input: error.
  3. Force=Auto, Motion=Auto: not sure, likely error, under-constraint system I suppose.
Hope this helps.

カテゴリ

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

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by