mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-24 23:21:29 +00:00
resolved #8
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user