Is there a way to automatically fix misalignment between frames?

5 Ansichten (letzte 30 Tage)
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!

Akzeptierte Antwort

Steve Miller
Steve Miller am 22 Mai 2022
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 Kommentar
Ajay Anand
Ajay Anand am 22 Mai 2022
Hi Steve! Thank you for the reply.
I think most likely ill follow you recommendation and use a joint.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by