environmentjointclass.mbe

来自「带反馈控制的半车Matlab模型」· MBE 代码 · 共 19 行

MBE
19
字号
""

JointMbs named: EnvironmentJointClass.
  port:      #(J1) on: BodyAtpMbs;
             #(J2) on: BodyAtpMbs;



  degreeOfFreedom: #(Tz PhiY );
  position:        #(0  );
  orientation:     #(0  );
  velocity:        #(0  );
  angVelocity:     #(0  );
  jointRealisation:        kinematicJoint;
  dofProperties:           #( largeDof largeDof );
  stiffnessOfDynamicJoint: #(1000000 1000000 1000000 1000 1000 1000  );
  dampingOfDynamicJoint:   #(3000 3000 3000 30 30 30  );

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?