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.
Defines | |
| #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.
const char* kalmanfilter_spec[] [static] |
{
"implementation_id", "KalmanFilter",
"type_name", "KalmanFilter",
"description", "kalman filter",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.debugLevel", "0",
""
}
Definition at line 22 of file KalmanFilter.cpp.