|
TVM
0.9.4
|
Namespaces | |
| abstract | |
Classes | |
| class | Clamped |
| class | Constant |
| class | FeedForward |
| class | None |
| class | OneStepToZero |
| class | Proportional |
| class | ProportionalDerivative |
| class | Reference |
| class | ReferenceVelocity |
| class | ReferenceAcceleration |
| class | VelocityDamper |
Typedefs | |
| using | FeedForwardPD = FeedForward< ProportionalDerivative > |
| using | FeedForwardP = FeedForward< Proportional > |
| using | P = Proportional |
| using | PD = ProportionalDerivative |
Enumerations | |
| enum class | Order { Zero = 0 , One , Two } |
| using tvm::task_dynamics::FeedForwardP = typedef FeedForward<Proportional> |
| using tvm::task_dynamics::FeedForwardPD = typedef FeedForward<ProportionalDerivative> |
| using tvm::task_dynamics::P = typedef Proportional |
Alias for convenience
| using tvm::task_dynamics::PD = typedef ProportionalDerivative |
Alias for convenience
|
strong |