impedance controller component $Date$ More...
#include <rtm/CorbaNaming.h>
#include <hrpModel/Link.h>
#include <hrpModel/Sensor.h>
#include <hrpModel/ModelLoaderUtil.h>
#include "ImpedanceController.h"
#include "JointPathEx.h"
#include <hrpModel/JointPath.h>
#include <hrpUtil/MatrixSolvers.h>
#include "hrpsys/util/Hrpsys.h"
#include <boost/assign.hpp>
Go to the source code of this file.
Macros | |
#define | DEBUGP ((m_debugLevel==1 && loop%200==0) || m_debugLevel > 1 ) |
#define | MAX_TRANSITION_COUNT (static_cast<int>(2/m_dt)) |
Typedefs | |
typedef coil::Guard< coil::Mutex > | Guard |
Functions | |
void | ImpedanceControllerInit (RTC::Manager *manager) |
Variables | |
static const char * | impedancecontroller_spec [] |
#define DEBUGP ((m_debugLevel==1 && loop%200==0) || m_debugLevel > 1 ) |
Definition at line 310 of file ImpedanceController.cpp.
Definition at line 21 of file ImpedanceController.cpp.
typedef coil::Guard<coil::Mutex> Guard |
Definition at line 22 of file ImpedanceController.cpp.
void ImpedanceControllerInit | ( | RTC::Manager * | manager | ) |
Definition at line 813 of file ImpedanceController.cpp.
|
static |
Definition at line 26 of file ImpedanceController.cpp.