operator()(const T &t, const G &x, const Tangent< G > &v) | smooth::feedback::PID< T, G > | inline |
operator=(const PID &)=default | smooth::feedback::PID< T, G > | |
operator=(PID &&)=default | smooth::feedback::PID< T, G > | |
PID(const PIDParams &prm=PIDParams{}) noexcept | smooth::feedback::PID< T, G > | inline |
PID(const PID &)=default | smooth::feedback::PID< T, G > | |
PID(PID &&)=default | smooth::feedback::PID< T, G > | |
reset_integral() | smooth::feedback::PID< T, G > | inline |
set_kd(double kd) | smooth::feedback::PID< T, G > | inline |
set_kd(const Eigen::MatrixBase< Derived > &kd) | smooth::feedback::PID< T, G > | inline |
set_ki(double ki) | smooth::feedback::PID< T, G > | inline |
set_ki(const Eigen::MatrixBase< Derived > &ki) | smooth::feedback::PID< T, G > | inline |
set_kp(double kp) | smooth::feedback::PID< T, G > | inline |
set_kp(const Eigen::MatrixBase< Derived > &kp) | smooth::feedback::PID< T, G > | inline |
set_xdes(T t0, const smooth::Spline< K, G > &c) | smooth::feedback::PID< T, G > | inline |
set_xdes(T t0, smooth::Spline< K, G > &&c) | smooth::feedback::PID< T, G > | inline |
set_xdes(const std::function< TrajectoryReturnT(T)> &f) | smooth::feedback::PID< T, G > | inline |
set_xdes(std::function< TrajectoryReturnT(T)> &&f) | smooth::feedback::PID< T, G > | inline |
TrajectoryReturnT typedef | smooth::feedback::PID< T, G > | |
~PID()=default | smooth::feedback::PID< T, G > | |