1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-25 23:51:35 +00:00

more cleanup

This commit is contained in:
bpmcgeeney
2021-09-21 22:14:10 -07:00
parent 9eb9bce77c
commit 1b13a88c7d
4 changed files with 16 additions and 13 deletions

View File

@@ -66,10 +66,6 @@ int main() {
State.Ki = varValueVec[18];
State.Kd = varValueVec[19];
std::cout << State.Kp << "\n";
std::cout << State.Ki << "\n";
std::cout << State.Kd << "\n";
// Other Properties
State.burntime = varValueVec[12]; // [s]
State.massPropellant = varValueVec[11]; // [kg]