kalman filter $Date$ More...
#include "KalmanFilter.h"
#include "hrpsys/util/VectorConvert.h"
#include <rtm/CorbaNaming.h>
#include <hrpModel/ModelLoaderUtil.h>
#include <math.h>
#include <hrpModel/Link.h>
#include <hrpModel/Sensor.h>
Go to the source code of this file.
Macros | |
#define | DEBUGP ((m_debugLevel==1 && loop%200==0) || m_debugLevel > 1 ) |
Functions | |
void | KalmanFilterInit (RTC::Manager *manager) |
Variables | |
static const char * | kalmanfilter_spec [] |
#define DEBUGP ((m_debugLevel==1 && loop%200==0) || m_debugLevel > 1 ) |
Definition at line 66 of file KalmanFilter.cpp.
void KalmanFilterInit | ( | RTC::Manager * | manager | ) |
Definition at line 335 of file KalmanFilter.cpp.
|
static |
Definition at line 22 of file KalmanFilter.cpp.