#include <Eigen/Dense>
#include <dynamic-graph/factory.h>
#include <sot/core/debug.hh>
#include <sot/torque_control/commands-helper.hh>
#include <sot/torque_control/ddp-actuator-solver.hh>
Go to the source code of this file.
Namespaces | |
dynamicgraph | |
to read text file | |
dynamicgraph::sot | |
dynamicgraph::sot::torque_control | |
Macros | |
#define | DBGFILE "/tmp/debug-ddp_actuator_solver.dat" |
#define | EIGEN_RUNTIME_NO_MALLOC |
#define | ODEBUG(x) |
#define | ODEBUG3(x) std::cout << x << std::endl |
#define | ODEBUG4(x) |
#define | ODEBUG4FULL(x) |
#define | ODEBUG5(x) |
#define | ODEBUG5FULL(x) |
#define | RESETDEBUG4() |
#define | RESETDEBUG5() |
Functions | |
DEFINE_SIGNAL_OUT_FUNCTION (tau, dynamicgraph::Vector) | |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (DdpActuatorSolver, "DdpActuatorSolver") | |
#define DBGFILE "/tmp/debug-ddp_actuator_solver.dat" |
Definition at line 21 of file ddp-actuator-solver.cpp.
#define EIGEN_RUNTIME_NO_MALLOC |
Definition at line 5 of file ddp-actuator-solver.cpp.
#define ODEBUG | ( | x | ) |
Definition at line 17 of file ddp-actuator-solver.cpp.
#define ODEBUG3 | ( | x | ) | std::cout << x << std::endl |
Definition at line 19 of file ddp-actuator-solver.cpp.
#define ODEBUG4 | ( | x | ) |
Definition at line 46 of file ddp-actuator-solver.cpp.
#define ODEBUG4FULL | ( | x | ) |
Definition at line 45 of file ddp-actuator-solver.cpp.
#define ODEBUG5 | ( | x | ) |
Definition at line 36 of file ddp-actuator-solver.cpp.
Referenced by dynamicgraph::sot::torque_control::DEFINE_SIGNAL_OUT_FUNCTION().
#define ODEBUG5FULL | ( | x | ) |
Definition at line 29 of file ddp-actuator-solver.cpp.
#define RESETDEBUG4 | ( | ) |
Definition at line 44 of file ddp-actuator-solver.cpp.
#define RESETDEBUG5 | ( | ) |
Definition at line 23 of file ddp-actuator-solver.cpp.
Referenced by DdpActuatorSolver::DdpActuatorSolver().