Base class for EKF updater classes.  
 More...
#include <updater.hpp>
 | 
| static void  | KalmanUpdate (EKF &ekf, const Eigen::MatrixXd &jacobian, const Eigen::VectorXd &residual, const Eigen::MatrixXd &measurement_noise_input) | 
|   | 
Base class for EKF updater classes. 
 
◆ Updater()
  
  
      
        
          | Updater::Updater  | 
          ( | 
          unsigned int  | 
          sensor_id,  | 
         
        
           | 
           | 
          std::shared_ptr< DebugLogger >  | 
          logger  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
explicit   | 
  
 
EKF Updater constructor. 
- Parameters
 - 
  
    | sensor_id | Sensor ID  | 
    | logger | Debug logger pointer  | 
  
   
 
 
◆ KalmanUpdate()
  
  
      
        
          | void Updater::KalmanUpdate  | 
          ( | 
          EKF &  | 
          ekf,  | 
         
        
           | 
           | 
          const Eigen::MatrixXd &  | 
          jacobian,  | 
         
        
           | 
           | 
          const Eigen::VectorXd &  | 
          residual,  | 
         
        
           | 
           | 
          const Eigen::MatrixXd &  | 
          measurement_noise_input  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following files: