Will data related to spacecraft status be retained after initialization ? #740
wanglishuo
started this conversation in
General
Replies: 1 comment
-
When you reinitialize the spacecraft object it will set the spacecraft states to the states set with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi professor @schaubh , I have a question about initialization . I execute the program multiple times and use the result from the previous execution as the initial state for the next execution. For some variables (such as the speed of the reaction wheel, battery level, etc.), I can iterate using this method. However, if it is the initial state of the spacecraft (such as the initial position, velocity, etc.), this method is completely ineffective. I think it is a problem caused by initialization, and it will not retain data about the spacecraft state. I'm not sure if the problem is like this. Do you have any good suggestions?
Beta Was this translation helpful? Give feedback.
All reactions