FUNCTION SMC_Frame_Derive : BOOL
Computes the numerical derivative of two frames
f0 = f(x-h/2), f1 = f(x+h/2) as
v = (f1.vT - f0.vT) / h q = ln(q1*q0^(-1)) / h
InOut:
Scope |
Name |
Type |
Comment |
Return |
SMC_Frame_Derive |
BOOL |
|
Inout |
v |
The difference quotient of the position |
|
q |
The axis/angle difference quotient expressed as a quaternion |
||
Inout Const |
f0 |
The frame evaluated h/2 to the left |
|
f1 |
The frame evaluated h/2 to the right |
||
Input |
h |
LREAL |
The step size, must be <> 0 |