How to rotate a body around x-axis in simscape?
조회 수: 46 (최근 30일)
이전 댓글 표시
I have created one wheel model using simscape multibody. I have created a wheel and an axle using body geometry. The axle is along the x-axis and i want to rotate that wheel around x-axis. How to do it? because when i am using revolute joint, then it rotates the body around z-axis. So, which joint should be used to rotate the body around x-axis?
댓글 수: 0
채택된 답변
Nicolas Schmit
2017년 9월 28일
Insert a rigid transform before and after the revolute joint. The first transform rotates +90 degree around the Y axis, while the second transform rotates -90 degree around the Y axis. The combination of the two rigid transforms and the revolute joint is equivalent to a revolute joint aligned with the X axis.
추가 답변 (2개)
Ameer Hamza
2021년 1월 16일
I am designing the multilink manipulator in whiich I a have rotate the link from +X axis to -Xaxis. I have the used the revolute joint What should I give Rotation in the Rigid Transform.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Assembly에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!