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

More robust gimbal test function, delay based on step size of Sim

This commit is contained in:
bpmcgeeney
2021-11-14 17:10:58 -07:00
parent e6f7e4c160
commit 5a99508761
3 changed files with 19 additions and 5 deletions

View File

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