Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 308 Bytes

File metadata and controls

11 lines (8 loc) · 308 Bytes

Description

A rocket thrust control simulation using a PID

Compile

From the src directory run: gcc main.c pid.c rocket.c simulation.c -o pid_sim

Then run ./pid_sim

Parameters

All parameters, including Globals, Rocket Params, PID Params, and Simulation Params can be changed from within main.c