intention is to
- record data of step responses for MotorSpeed, SatelliteVelocity, SatellitePosition,...
- derive a system model both as black box and as white box according to the lecture slides
- check models on recorded data
- implement a PI/PID controller
- determine optimal Kp, Ki and Kd values
- analytically by builtin PID functionality - (does Octave have that or is it just on Matlab?)
- experimentally by Ziegler and Nichols method https://www.pid-tuner.com/pid-control/ https://en.wikipedia.org/wiki/Ziegler%E2%80%93Nichols_method
- test and optimize values on testdata
- implement them in the Embedded Repository
therefore, currently Octave is used