1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-24 23:21:29 +00:00

Formal build for Avionics Integration Test

This commit is contained in:
bpmcgeeney
2021-11-14 16:41:25 -07:00
parent 82e43b1fe8
commit e6f7e4c160
3 changed files with 8 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ void init_Vehicle(Vehicle &State) {
State.momentArm = 0.145; // [m]
// Sim Step Size
State.stepSize = 1.0; // [ms]
State.stepSize = 20.0; // [ms]
// Other Properties
State.massPropellant = 0.06; // [kg]