Is there a way to automatically fix misalignment between frames?

1 次查看(过去 30 天)
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

更多回答(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