NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <pmc_sim.h>
Public Member Functions | |
void | Initialize (float Kp, float Ki, float Kd, float out_max, float out_min) |
float | Run (float x) |
void pmc::PID::Initialize | ( | float | Kp, |
float | Ki, | ||
float | Kd, | ||
float | out_max, | ||
float | out_min | ||
) |
float pmc::PID::Run | ( | float | x | ) |