From 57266d56f4818a69a51363d4d72f9901f26b780f Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 11 Dec 2019 09:46:47 +0100 Subject: [PATCH] Add bold math symbols --- metrology/index.html | 94 ++++++++++++++++++++++---------------------- metrology/index.org | 4 +- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/metrology/index.html b/metrology/index.html index f8808b1..ebeccd6 100644 --- a/metrology/index.html +++ b/metrology/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Metrology @@ -283,25 +283,25 @@ for the JavaScript code in this tag.

Table of Contents

@@ -314,25 +314,25 @@ Also, all the stages can be perfectly positioned.

-First, in section 1, is explained how the measurement of the position of the sample with respect to the granite is performed. +First, in section 1, is explained how the measurement of the position of the sample with respect to the granite is performed.

-In section 2, we verify that the function developed to compute the wanted pose (translation and orientation) of the sample with respect to the granite can be determined from the wanted position of each stage (translation stage, tilt stage, spindle and micro-hexapod). +In section 2, we verify that the function developed to compute the wanted pose (translation and orientation) of the sample with respect to the granite can be determined from the wanted position of each stage (translation stage, tilt stage, spindle and micro-hexapod). To do so, we impose a perfect displacement and all the stage, we perfectly measure the position of the sample with respect to the granite, and we verify that this measured position corresponds to the computed wanted pose of the sample.

-Then, in section 3, we introduce some positioning error in the position stages. +Then, in section 3, we introduce some positioning error in the position stages. The positioning error of the sample expressed with respect to the granite frame (the one measured) is expressed in a frame connected to the NASS top platform. Finally, we move the NASS such that it compensate for the positioning error that are expressed in the frame of the NASS, and we verify that the positioning error of the sample is well compensated.

-
-

1 How do we measure the position of the sample with respect to the granite

+
+

1 How do we measure the position of the sample with respect to the granite

- + A transform sensor block gives the translation and orientation of the follower frame with respect to the base frame.

@@ -358,18 +358,18 @@ We can then determine extract other orientation conventions such that Euler angl
-
-

2 Verify that the function to compute the reference pose is correct

+
+

2 Verify that the function to compute the reference pose is correct

- +

The goal here is to perfectly move the station and verify that there is no mismatch between the metrology measurement and the computation of the reference pose.

-
-

2.1 Prepare the Simulation

+
+

2.1 Prepare the Simulation

We load the configuration. @@ -454,8 +454,8 @@ And we run the simulation.

-
-

2.2 Verify that the pose of the sample is the same as the computed one

+
+

2.2 Verify that the pose of the sample is the same as the computed one

Let's denote: @@ -475,7 +475,7 @@ We have then computed:

-We load the reference and we compute the desired trajectory of the sample in the form of an homogeneous transformation matrix \({}^WT_R\). +We load the reference and we compute the desired trajectory of the sample in the form of an homogeneous transformation matrix \({}^W\bm{T}_R\).

n = length(Dref.Dy.Time);
@@ -488,7 +488,7 @@ WTr = zeros(
 
n = length(Dsm.R.Time);
@@ -531,8 +531,8 @@ ans =
 
-
-

2.3 Conclusion

+
+

2.3 Conclusion

@@ -545,11 +545,11 @@ Both the measurement and the theory gives the same result.

-
-

3 Verify that the function to convert the position error in the frame fixed to the nano-hexapod is working

+
+

3 Verify that the function to convert the position error in the frame fixed to the nano-hexapod is working

- +

We now introduce some positioning error in the stage. @@ -560,8 +560,8 @@ This will induce a global positioning error of the sample with respect to the de We want to verify that we are able to measure this positioning error and convert it in the frame attached to the Nano-hexapod.

-
-

3.1 Prepare the Simulation

+
+

3.1 Prepare the Simulation

We load the configuration. @@ -644,8 +644,8 @@ And we run the simulation.

-
-

3.2 Compute the wanted pose of the sample in the NASS Base from the metrology and the reference

+
+

3.2 Compute the wanted pose of the sample in the NASS Base from the metrology and the reference

Now that we have introduced some positioning error, the computed wanted pose and the measured pose will not be the same. @@ -780,8 +780,8 @@ Rz = [cos -

3.3 Verify that be imposing the error motion on the nano-hexapod, we indeed have zero error at the end

+
+

3.3 Verify that be imposing the error motion on the nano-hexapod, we indeed have zero error at the end

We now keep the wanted pose but we impose a displacement of the nano hexapod corresponding to the measured position error. @@ -875,8 +875,8 @@ Verify that the pose error is small.

-
-

3.4 Conclusion

+
+

3.4 Conclusion

@@ -888,15 +888,15 @@ Indeed, we are able to convert the position error in the frame of the NASS and t

-
-

4 Functions

+
+

4 Functions

-
-

4.1 computeReferencePose

+
+

4.1 computeReferencePose

- +

@@ -989,7 +989,7 @@ This Matlab function is accessible here

Author: Dehaeze Thomas

-

Created: 2019-12-11 mer. 09:43

+

Created: 2019-12-11 mer. 09:46

Validate

diff --git a/metrology/index.org b/metrology/index.org index 93a3e4b..fb37206 100644 --- a/metrology/index.org +++ b/metrology/index.org @@ -164,7 +164,7 @@ We have then computed: - ${}^W\bm{T}_R$ which corresponds to the wanted pose of the sample with respect to the granite - ${}^W\bm{T}_M$ which corresponds to the measured pose of the sample with respect to the granite -We load the reference and we compute the desired trajectory of the sample in the form of an homogeneous transformation matrix ${}^WT_R$. +We load the reference and we compute the desired trajectory of the sample in the form of an homogeneous transformation matrix ${}^W\bm{T}_R$. #+begin_src matlab n = length(Dref.Dy.Time); WTr = zeros(4, 4, n); @@ -174,7 +174,7 @@ We load the reference and we compute the desired trajectory of the sample in the #+end_src As the displacement is perfect, we also measure in simulation the pose of the sample with respect to the granite. -From that we can compute the homogeneous transformation matrix ${}^WT_M$. +From that we can compute the homogeneous transformation matrix ${}^W\bm{T}_M$. #+begin_src matlab n = length(Dsm.R.Time); WTm = zeros(4, 4, n);