|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
This is the complete list of members for bitrl::control::PIDController, including all inherited members.
| compute_ctrl_signal(real_t current, real_t target, real_t dt) | bitrl::control::PIDController | |
| ctrl_signal_type typedef | bitrl::control::PIDController | |
| get_kd() const noexcept | bitrl::control::PIDController | inline |
| get_ki() const noexcept | bitrl::control::PIDController | inline |
| get_kp() const noexcept | bitrl::control::PIDController | inline |
| is_limited() const noexcept | bitrl::control::PIDController | inline |
| PIDController(real_t Kp, real_t Ki, real_t Kd) | bitrl::control::PIDController | inline |
| set_control_limits(std::pair< real_t, real_t > limits) | bitrl::control::PIDController | inline |