template<isRQuantity Distance>
SimpleMotorFeedforward class
Base classes
-
template<isRQuantity Distance>class FeedforwardController<Distance>
Public types
- struct Gains
Constructors, destructors, conversion operators
- SimpleMotorFeedforward(const Gains& gains)
Public functions
- auto calculate(Velocity velocity, Acceleration acceleration = Acceleration{0.0}) const -> double override
- void setGains(const Gains& gains)
- auto getGains() const -> Gains