Bailey Danyluk

Results 36 comments of Bailey Danyluk

AMG =/= AGM [advanced missile guidance framework page](https://ace3.acemod.org/wiki/framework/missile-guidance-framework)

MG missile guidance stuff. Ignore `Blowpipe` https://github.com/BourbonWarfare/POTATO/blob/master/addons/missileGuidanceCompat/patchCWRBAF/config.cpp `Redeye` needs shit guidance but by default the ammo type used is `Stinger`, to make it accurate you would need to use a...

I may PR it eventually, I'm swamped atm so I'm not doing much ACE stuff right now. If this is near merge and I haven't yet, you may have to...

> What’s the actual benefit of adding this state? In real life, someone that messed up would have their weapon and mags stripped by others, so if the point isn’t...

> What is PID ? "Proportional-integral-derivative controller" It's a way of controlling a system to drive some measured value to a setpoint. You use a PID whenever you want to...

Okay, should be good to go. Here is a video showcasing the PID in action with a simple roll controller. For context, the only variable we are controlling for this...