public class Transform.OrientationObservation extends java.lang.Object implements Transform.Observation
| Modifier and Type | Field and Description |
|---|---|
(package private) float |
orient
observed difference in orientation between tango and world north axis
|
(package private) float |
orient_sd
a priori standard deviation of orientation
|
(package private) float |
orient_v
a posteriori estimated residual of orientation
|
(package private) float |
orient_v_sd
a posteriori estimated standard deviation of orientation residual
|
| Constructor and Description |
|---|
OrientationObservation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToNormalEquations(Transform.Parameters p,
float weight)
Add data for this observation to the normal equation system
|
float |
computeResiduals(Transform.Parameters p)
Compute maximum normalized residual for this observation
|
int |
numConditions()
Return number of condition equations for this observation
|
float orient
float orient_sd
float orient_v
float orient_v_sd
public void addToNormalEquations(Transform.Parameters p, float weight)
Transform.ObservationaddToNormalEquations in interface Transform.Observationp - The current model parametersweight - The current observation weightpublic float computeResiduals(Transform.Parameters p)
Transform.ObservationcomputeResiduals in interface Transform.Observationp - The current model parameterspublic int numConditions()
Transform.ObservationnumConditions in interface Transform.Observation