|
Control Libraries 6.3.4
|
Systems of equations relating state variables to their derivatives. More...
Classes | |
| class | Circular |
| Represent a Circular dynamical system to move around an center. More... | |
| class | DefaultDynamicalSystem |
| A default dynamical system that just returns an empty state. More... | |
| class | DynamicalSystemFactory |
| Factory to create a shared pointer to a dynamical system. More... | |
| class | IDynamicalSystem |
| Abstract class for a dynamical system. More... | |
| class | PointAttractor |
| Represents a dynamical system to move towards an attractor. More... | |
| class | Ring |
| Represent a Ring dynamical system limit cycle to move around a radius within a fixed width. More... | |
Enumerations | |
| enum class | DYNAMICAL_SYSTEM_TYPE { NONE , CIRCULAR , POINT_ATTRACTOR , RING } |
| Enumeration of the implemented dynamical systems. More... | |
Systems of equations relating state variables to their derivatives.
| typedef DynamicalSystemFactory<state_representation::CartesianState> dynamical_systems::CartesianDynamicalSystemFactory |
Definition at line 43 of file DynamicalSystemFactory.hpp.
| typedef DynamicalSystemFactory<state_representation::JointState> dynamical_systems::JointDynamicalSystemFactory |
Definition at line 44 of file DynamicalSystemFactory.hpp.
|
strong |
Enumeration of the implemented dynamical systems.
Definition at line 8 of file DynamicalSystemType.hpp.