Joint Actuation Inputs: Specify both Motion and Force/Torque
显示 更早的评论
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
2021-4-29
0 个投票
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:
- Force=None, Motion=Auto: just a regular joint, constraining the motion by the joint definition and won't apply any additional actuation effort.
- Force=Input, Motion=Auto: applying specified force at the joint, motion is solved based on the system of equations.
- 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:
- Force=None, Motion=Input: not sure what will happen, probably will throw an error.
- Force=Input, Motion=Input: error.
- Force=Auto, Motion=Auto: not sure, likely error, under-constraint system I suppose.
Hope this helps.
类别
在 帮助中心 和 File Exchange 中查找有关 Assembly 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!