#include <dynamic-graph/factory.h>
#include <math.h>
#include <Eigen/Dense>
#include <sot/core/debug.hh>
#include <sot/torque_control/commands-helper.hh>
#include <sot/torque_control/ddp_pyrene_actuator_solver.hh>
Go to the source code of this file.
◆ ALL_INPUT_SIGNALS
#define ALL_INPUT_SIGNALS |
◆ ALL_OUTPUT_SIGNALS
#define ALL_OUTPUT_SIGNALS m_tauSOUT |
◆ DBGFILE
#define DBGFILE "/tmp/debug-ddp_pyrene_actuator_solver.dat" |
◆ EIGEN_NO_MALLOC
◆ ODEBUG
◆ ODEBUG3
#define ODEBUG3 |
( |
|
x | ) |
std::cout << x << std::endl |
◆ ODEBUG4
◆ ODEBUG4FULL
◆ ODEBUG5
Value: { \
std::ofstream DebugFile; \
DebugFile.open(
DBGFILE, std::ofstream::app); \
DebugFile << x << std::endl; \
DebugFile.close(); \
}
Definition at line 49 of file ddp_pyrene_actuator_solver.cpp.
◆ ODEBUG5FULL
Value: { \
std::ofstream DebugFile; \
DebugFile.open(
DBGFILE, std::ofstream::app); \
DebugFile << __FILE__ << ":" << __FUNCTION__ << "(#" << __LINE__ \
<< "):" << x << std::endl; \
DebugFile.close(); \
}
Definition at line 41 of file ddp_pyrene_actuator_solver.cpp.
◆ RESETDEBUG4
◆ RESETDEBUG5