#include "sot/talos_balance/simple-pid.hh"
#include <dynamic-graph/all-commands.h>
#include <dynamic-graph/command-bind.h>
#include <dynamic-graph/factory.h>
#include <sot/core/debug.hh>
#include "sot/core/stop-watch.hh"
Go to the source code of this file.
◆ INPUT_SIGNALS
#define INPUT_SIGNALS m_KpSIN << m_KiSIN << m_decayFactorSIN << m_xSIN << m_x_desSIN << m_dx_desSIN |
◆ OUTPUT_SIGNALS
#define OUTPUT_SIGNALS m_dx_refSOUT |
◆ PROFILE_SIMPLE_PID_DX_REF_COMPUTATION
#define PROFILE_SIMPLE_PID_DX_REF_COMPUTATION "SimplePID: dx_ref computation " |