필터 지우기
필터 지우기

With which joint can I prevent a rotation around the roll axis?

조회 수: 1 (최근 30일)
Nils Boller
Nils Boller 2023년 2월 26일
댓글: Nils Boller 2023년 2월 27일
I'm trying to adapt the "Linear Transport System" example from the "Simscape Multibody Parts Library" by allowing the transport system to also move up and down. However, my adjustment with "planar joint" no longer works because I need more freedom of rotation. However, when I remove the planar joint, the carriage rotates around the track.

답변 (1개)

Steve Miller
Steve Miller 2023년 2월 27일
Hi Nils - the Planar Joint is a simple way to keep the vehicle chassis parallel with the plane that the track is in, and it assumes the track is only in one plane.
  • If your track is still in a single plane, you can add a degree of freedom to the chassis using a Prismatic Joint. This will let the chassis move up-and-down relative to the plane where the track is.
  • If you want to permit the chassis to rotate around the track, you can add a Revolute Joint to the chassis to add an additional degree of freedom. You can control that degree of freedom by enabling a motion input.
--Steve
  댓글 수: 1
Nils Boller
Nils Boller 2023년 2월 27일
Hi Steve, first of all thanks for the quick reply. In my problem, the rail is no longer in one plane (see image).
I managed to get the carriage to follow the track, but it now rotates around the z-axis (see image), which I want to prevent.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Applications에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by