Jump to content

MechJeb and RCS efficiency


Recommended Posts

Mostly just curious here -- when I use MechJeb's landing guidance with "use RCS for small adjustments" checked, and also sometimes with the docking autopilot, it looks like it's firing a lot more of the RCS thrusters than it actually would need to in order to translate in the desired direction. Sometimes it looks like it's firing essentially all of them, though not all at the same thrust. Sometimes it appears to cycle through them all, fairly rapidly.

What's MechJeb doing here? I usually assume that it's going to be better at this stuff than I would be doing it by hand, but it's use of RCS often at least appears to be fairly inexplicable. Is MechJeb just bad at this, or do I not appreciate it enough? :-)

 

Link to comment
Share on other sites

Don’t let MechJeb use RCS unless absolutely necessary- in stock KSP reaction wheels alone should be enough to rotate your vessel in whatever direction is needed. It’s probably firing most/all of your thrusters because the mass/thrust is imbalanced when it tries to fire translation controls, resulting in a rotation which requires correction by firing more thrusters, which messes up the translation and so on in a loop.

Link to comment
Share on other sites

3 hours ago, chd said:

Thanks all -- this makes sense. It's too bad there isn't a hybrid setting, "use RCS for translation only, use reaction wheels for rotation."

 

You can set the thrusters to only respond to translation inputs:

  1. Enable Advanced Tweakables
  2. Open the Part Action Window
  3. Click Show Activation Toggles
  4. Turn off  Yaw, Pitch and Roll
Link to comment
Share on other sites

This can be automated by this community MM patch written by @Snark

// Configure RCS to Translate Only by Default
// Author: Snark
@PART[*]:HAS[@MODULE[ModuleRCSFX]]
{
    @MODULE[ModuleRCSFX]
    {
        %enableYaw = false
        %enablePitch = false
        %enableRoll = false
    }
}

 

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...