... otherwise known as defeating ASAS wobbly-wob of death. Although I've only been building KSP rockets for a short while, I've already noticed that ASAS, while very useful for keeping a rocket pointing approximately straight up, does have a tendency to... overcorrect. Even with smaller rockets using gimballed engines there's a distinct wobble and the mainsail can make some rockets look more like snakes. I'm sure most players will recognise this. Now, I decided to tune the ASAS PID values a bit and came up with the following: Ki = 0.015 Kp = 0.075 Kd = 0.015 This is pretty different from the default values: Ki = 1 Kp = 0.6 Kd = 1 Even so, this modified ASAS was able to take my Alpha II rocket (about 50 tonnes, pictures below) straight up, without any significant wobble. Even after unbalancing the rocket with a few RCS tanks one side, the modified ASAS took her pretty much straight up. An added bonus of the low ASAS strength is that you can 'push through' the controls for minor course corrections with ASAS enabled. Unfortunately, according to the wiki, the ASAS input is angular momentum, which makes the optimal PID values dependent on the (distribution of) mass in the rocket. Thus, there are currently no single optimal set of values; however my values should provide a useful starting point for optimising ASAS for your particular rocket. Probably, lighter/smaller rockets should have higher PID values (with Kp being the most important parameter), whereas bigger ones should have lower ones, but more experimentation is needed. If you find some good PID values for your craft, please share. Perhaps one of the devs reading this can clarify why they chose to use angular momentum, rather than angular velocity? I think if angular velocity is the input for the controller, it should be possible to come up with a set of PID values that gives stable (not wobbly) behaviour for a very broad range of craft. As promised, some pictures: Stats for the test craft. Unsurprisingly, turning off ASAS for an unbalanced rocket doesn't end well. With the modified ASAS, the rocket keeps pretty much pointing straight up. The pitch control stays stable at about -5/8, to counteract the unbalance in the rocket. With the normal ASAS, the pitch would swing back and forth wildly. Thank you for reading and may your rockets launch straight up, without wobble! Disclaimer: No Kerbals were harmed in the production of this post.