PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
PIDFeedback Member List

This is the complete list of members for PIDFeedback, including all inherited members.

Clone(Robot *const _r) const overridePIDFeedbackvirtual
ComputeDesiredForce(const Cfg &_current, const Cfg &_target, const double _dt) overridePIDFeedbackprotectedvirtual
ComputeNearestContinuousControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ComputeNearestControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ComputeNearestDiscreteControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ControllerMethod(Robot *const _r)ControllerMethod
ControllerMethod(Robot *const _r, XMLNode &_node)ControllerMethod
ControllerMethod(Robot *const _r, const ControllerMethod &_c)ControllerMethod
ControllerMethod(const ControllerMethod &)=delete (defined in ControllerMethod)ControllerMethod
ControllerMethod(ControllerMethod &&)=delete (defined in ControllerMethod)ControllerMethod
Factory(Robot *const _r, XMLNode &_node)ControllerMethodstatic
GetControlSet() noexceptControllerMethod
GetRandomControl(const Cfg &_current, const double _dt) const noexceptControllerMethodvirtual
Initialize(const Cfg &_target)PIDFeedbackprotected
m_controlsControllerMethodprotected
m_dPIDFeedbackprotected
m_debugControllerMethodprotected
m_iPIDFeedbackprotected
m_integralPIDFeedbackprotected
m_pPIDFeedbackprotected
m_previousErrorPIDFeedbackprotected
m_robotControllerMethodprotected
m_targetPIDFeedbackprotected
operator()(const Cfg &_current, const Cfg &_target, const double _dt) overridePIDFeedbackvirtual
operator=(const ControllerMethod &)=delete (defined in ControllerMethod)ControllerMethod
operator=(ControllerMethod &&)=delete (defined in ControllerMethod)ControllerMethod
PIDFeedback(Robot *const _r, const double _p, const double _i, const double _d)PIDFeedback
PIDFeedback(Robot *const _r, XMLNode &_node)PIDFeedback
PIDFeedback(Robot *const _r, const PIDFeedback &_c)PIDFeedback
SetControlSet(ControlSet *const _c) noexceptControllerMethod
~ControllerMethod() (defined in ControllerMethod)ControllerMethodvirtual
~PIDFeedback() (defined in PIDFeedback)PIDFeedbackvirtual