bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
bitrl::control::PIDController Member List

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 typedefbitrl::control::PIDController
get_kd() const noexceptbitrl::control::PIDControllerinline
get_ki() const noexceptbitrl::control::PIDControllerinline
get_kp() const noexceptbitrl::control::PIDControllerinline
is_limited() const noexceptbitrl::control::PIDControllerinline
PIDController(real_t Kp, real_t Ki, real_t Kd)bitrl::control::PIDControllerinline
set_control_limits(std::pair< real_t, real_t > limits)bitrl::control::PIDControllerinline