1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-24 23:21:29 +00:00

Added thrust logging, deleted deriv column along with spaces in csv file

This commit is contained in:
bpmcgeeney
2021-10-15 13:04:46 -07:00
parent 016ddc1261
commit 2f4a9044ef
2 changed files with 29 additions and 23 deletions

View File

@@ -33,6 +33,8 @@ struct outVector {
std::vector<double> PIDx = std::vector<double>(length, 0.0);
std::vector<double> PIDy = std::vector<double>(length, 0.0);
std::vector<double> thrust = std::vector<double>(length, 0.0);
};
#endif