Class RobustMixedPositionEstimator<P extends com.irurueta.geometry.Point<?>>

java.lang.Object
com.irurueta.navigation.indoor.position.RobustPositionEstimator<P,Reading<? extends RadioSource>,RobustMixedPositionEstimatorListener<P>>
com.irurueta.navigation.indoor.position.RobustMixedPositionEstimator<P>
Type Parameters:
P - a Point type.
Direct Known Subclasses:
RobustMixedPositionEstimator2D, RobustMixedPositionEstimator3D

public abstract class RobustMixedPositionEstimator<P extends com.irurueta.geometry.Point<?>> extends RobustPositionEstimator<P,Reading<? extends RadioSource>,RobustMixedPositionEstimatorListener<P>>
Base class for robust position estimators using located radio sources and their readings at unknown locations. These kind of estimators can be used to robustly determine the position of a given device by getting readings at an unknown location of different radio sources whose locations are known. Implementations of this class should be able to detect and discard outliers in order to find the best solution.
  • Constructor Details

    • RobustMixedPositionEstimator

      protected RobustMixedPositionEstimator()
      Constructor.
    • RobustMixedPositionEstimator

      protected RobustMixedPositionEstimator(RobustMixedPositionEstimatorListener<P> listener)
      Constructor.
      Parameters:
      listener - listener in charge of handling events.
  • Method Details

    • init

      private void init()
      Initializes robust lateration solver listener.