Correct path of two functions
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
:END:
|
||||
<<sec:computeReferencePose>>
|
||||
|
||||
This Matlab function is accessible [[file:src/computeReferencePose.m][here]].
|
||||
This Matlab function is accessible [[file:..//src/computeReferencePose.m][here]].
|
||||
|
||||
#+begin_src matlab
|
||||
function [WTr] = computeReferencePose(Dy, Ry, Rz, Dh, Dn)
|
||||
@@ -129,6 +129,7 @@ This Matlab function is accessible [[file:src/computeReferencePose.m][here]].
|
||||
WTr = Rty*Rry*Rrz*Rh*Rn;
|
||||
end
|
||||
#+end_src
|
||||
|
||||
* Compute the Sample Position Error w.r.t. the NASS
|
||||
:PROPERTIES:
|
||||
:header-args:matlab+: :tangle ../src/computeSampleError.m
|
||||
@@ -136,7 +137,7 @@ This Matlab function is accessible [[file:src/computeReferencePose.m][here]].
|
||||
:END:
|
||||
<<sec:computeSampleError>>
|
||||
|
||||
This Matlab function is accessible [[file:src/computeSampleError.m][here]].
|
||||
This Matlab function is accessible [[file:..//src/computeSampleError.m][here]].
|
||||
|
||||
#+begin_src matlab
|
||||
function [MTr] = computeSampleError(WTm, WTr)
|
||||
|
Reference in New Issue
Block a user