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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user