mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-24 23:21:29 +00:00
cleanup from debugging
This commit is contained in:
@@ -33,9 +33,6 @@ struct outVector {
|
||||
|
||||
std::vector<double> LQRx = std::vector<double>(length, 0.0);
|
||||
std::vector<double> LQRy = std::vector<double>(length, 0.0);
|
||||
|
||||
std::vector<double> thrust = std::vector<double>(length, 0.0);
|
||||
std::vector<double> d_yError = std::vector<double>(length, 0.0);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user