Is there a way to automatically fix misalignment between frames?

조회 수: 5 (최근 30일)
Ajay Anand
Ajay Anand 2022년 5월 18일
댓글: Ajay Anand 2022년 5월 22일
Hi everyone,
I am trying to fix the position violation between these two frames but the problem is that the location of these frames can be changed using external parameters.
Therefore, I was wondering if there is a way to automatically perform the rigid transform and avoid having the end user manually change these transformation parameters?
Thank you in advance!

채택된 답변

Steve Miller
Steve Miller 2022년 5월 22일
You could try to automate this, but it could be challenging.
Build a model with a Rigid Transform parameterized with MATLAB variables AND a Transform Sensor between the two frames you wish to connect. Log the outputs of the Transform Sensor to identify the offset between the frames
Steps you need to automate in MATLAB
  1. Comment out Rigid Transform
  2. Simulate the model
  3. From the logged simulated results, obtain the first value reported by the Transform Sensor
  4. Change the values of the MATLAB variables to the values reported.
  5. Uncomment Rigid Transform.
Potentially a better way to solve this problem (if possible) is to connect the frames with a joint that will permit a degree of freedom along/about the axis where the offset will occur. Then it doesn't matter if they become misaligned.
--Steve
  댓글 수: 1
Ajay Anand
Ajay Anand 2022년 5월 22일
Hi Steve! Thank you for the reply.
I think most likely ill follow you recommendation and use a joint.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by