Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mass controller #16

Merged
merged 13 commits into from
Jul 21, 2023
Merged

Mass controller #16

merged 13 commits into from
Jul 21, 2023

Conversation

luca7084
Copy link
Contributor

Added controller based on the fuel mass present on the ground and rocket tanks.

engine_on = true;
end if;

if (weight < weight_max and engine_on == false) then
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is something to do to manage valve status and connection status instead of engine status : an idea ?

@GuyDSP
Copy link

GuyDSP commented Jul 19, 2023

thank you Luca

@luca7084 luca7084 force-pushed the mass_controller branch 2 times, most recently from 164a86f to e6671b9 Compare July 20, 2023 09:11
@luca7084 luca7084 merged commit 249ffa1 into main Jul 21, 2023
2 checks passed
@luca7084 luca7084 deleted the mass_controller branch July 21, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants