mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-24 23:21:29 +00:00
Now printing entire sim to simOut.csv on SD card
This commit is contained in:
@@ -235,9 +235,6 @@ void state2vec(Vehicle &State, Vehicle &PrevState, outVector &stateVector) {
|
||||
stateVector.PIDy[t] = State.PIDy;
|
||||
|
||||
stateVector.thrust[t] = State.thrust;
|
||||
|
||||
// Set "prev" values for next timestep
|
||||
PrevState = State;
|
||||
}
|
||||
|
||||
double derivative(double current, double previous, double step) {
|
||||
|
Reference in New Issue
Block a user