A rocket thrust control simulation using a PID
From the src directory run:
gcc main.c pid.c rocket.c simulation.c -o pid_sim
Then run ./pid_sim
All parameters, including Globals, Rocket Params, PID Params, and Simulation Params can be changed from within main.c