I am making a fully automatic rocket with a reusable first stage, similar to the falcon 9. I have the first stage launch, then gravity turn, then detach, and do a boost back burn. The problem is the second stage code tries to run in the very beginning of the launch, even though I not controlling that command chip. How do I make the second stage code only run when I switch to it?
Tags
Question5 Comments
- Log in to leave a comment
-
3,877 Rockets5001
Idk but I have never seen it soooo you might not be able to do it. :(
-
11.3k Insanity
What i did was let the booster broadcast a message to the craft just before detaching. The upper stage would recieve the message and then start its code.
No Upvotes
Log in in to upvote this post.
@Insanity ok. Thanks!