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

Update VesselState.cs #1873

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Update VesselState.cs #1873

merged 1 commit into from
Mar 26, 2024

Conversation

Starwaster
Copy link
Contributor

There's a bug reported #1860 where RCS keeps turning on when unwanted for non-Real Fuels users and requires turning off AutoRCSUllaging. This may be enough to fix it but this could use other sanity checks elsewhere. Also, RCS ullaging should either

  • Check for Core.Attitude.RCS_auto = true or else don't enable RCS!
  • Put in code to turn RCS back off when ullaging is completed.

There's a bug reported MuMech#1860  where RCS keeps turning on when unwanted for non-Real Fuels users and requires turning off AutoRCSUllaging. This may be enough to fix it but this could use other sanity checks elsewhere. Also, RCS ullaging should either

* Check for Core.Attitude.RCS_auto = true or else don't enable RCS!
* Put in code to turn RCS back off when ullaging is completed.
@lamont-granquist
Copy link
Collaborator

sorry been busy and i didn't check to see how easy this one was.

@lamont-granquist lamont-granquist merged commit 62983b7 into MuMech:dev Mar 26, 2024
@lamont-granquist
Copy link
Collaborator

I think i'd be okay with checking RCS_auto but does it persist?

And for RF it'd be nice to force it to true rather than false somehow.

@Starwaster
Copy link
Contributor Author

I think i'd be okay with checking RCS_auto but does it persist?

And for RF it'd be nice to force it to true rather than false somehow.

Pretty sure it does not persist. Not last time I checked and I don't think that ever changed.

@lamont-granquist
Copy link
Collaborator

Yeah for RO/RF that should really persist, probably should persist anyway.

Because really in RO/RF with PVG coasts I want to make it pretty difficult to disable RCS, rather than having it easy to forget to enable it all the time.

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