#include <pinocchio/fwd.hpp>
#include <dynamic-graph/signal-helper.h>
#include <map>
#include <pinocchio/multibody/model.hpp>
#include <pinocchio/parsers/urdf.hpp>
#include <sot/core/matrix-geometry.hh>
#include <sot/core/robot-utils.hh>
#include <sot/torque_control/utils/vector-conversions.hh>
#include <tsid/robots/robot-wrapper.hpp>
#include "boost/assign.hpp"
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &os, const CtrlMode &s) |
|
◆ CTRL_MODE_TRANSITION_TIME_STEP
#define CTRL_MODE_TRANSITION_TIME_STEP 1000.0 |
Number of time step to transition from one ctrl mode to another.
Definition at line 52 of file control-manager.hh.
◆ SOTCONTROLMANAGER_EXPORT
#define SOTCONTROLMANAGER_EXPORT |