1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-24 23:21:29 +00:00
This commit is contained in:
bpmcgeeney
2021-09-17 14:50:16 -07:00
parent 67917edb90
commit 9f48608518
3 changed files with 17 additions and 5 deletions

View File

@@ -29,6 +29,8 @@ struct outVector {
std::vector<double> servo1 = std::vector<double>(length, 0.0);
std::vector<double> servo2 = std::vector<double>(length, 0.0);
std::vector<bool> thrustFiring = std::vector<bool>(length, 0.0);
};
#endif