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

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

Clone(Robot *const _r) const overrideSimpleControllervirtual
ComputeDesiredForce(const Cfg &_current, const Cfg &_target, const double _dt) overrideSimpleControllerprotectedvirtual
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
m_controlsControllerMethodprotected
m_debugControllerMethodprotected
m_gainSimpleControllerprotected
m_maxSimpleControllerprotected
m_robotControllerMethodprotected
operator()(const Cfg &_current, const Cfg &_target, const double _dt)ControllerMethodvirtual
operator=(const ControllerMethod &)=delete (defined in ControllerMethod)ControllerMethod
operator=(ControllerMethod &&)=delete (defined in ControllerMethod)ControllerMethod
SetControlSet(ControlSet *const _c) noexceptControllerMethod
SimpleController(Robot *const _r, const double _gain, const double _max=std::numeric_limits< double >::infinity())SimpleController
SimpleController(Robot *const _r, XMLNode &_node)SimpleController
SimpleController(Robot *const _r, const SimpleController &_c)SimpleController
~ControllerMethod() (defined in ControllerMethod)ControllerMethodvirtual
~SimpleController() (defined in SimpleController)SimpleControllervirtual