Skip to content

Commit

Permalink
make 100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgreenhill committed Oct 30, 2023
1 parent e46f608 commit a5d8fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control Tasks/ACSControlTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void ACSControlTask::execute()

#ifdef ACS_SIM
if (first) {
plantObj.initialize(0.001, altitude_input, I_input, inclination_input, m_input, q0_input, wx_input, wy_input, wz_input);
plantObj.initialize(0.1, altitude_input, I_input, inclination_input, m_input, q0_input, wx_input, wy_input, wz_input);
}
#endif

Expand Down

0 comments on commit a5d8fb6

Please sign in to comment.