Joint Actuation Inputs: Specify both Motion and Force/Torque

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Multibody Dynamics 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by