Skip to content

Conversation

@TheCandianVendingMachine
Copy link
Contributor

When merged this pull request will:

  • Use CBA pid
  • update autothrottle to be better in terms of controller

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

GVAR(speedLimit) = _speedLimitMS * 3.6;
};

private _pid = [4.00, 0.60, 2.50, _speedLimitMS, -1e30, 1e30, 60 * 3] call CBA_pid_fnc_create;
Copy link
Contributor

Choose a reason for hiding this comment

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

engineers will get it but this feels a bit too magic number-y, can you move to defines?

@PabstMirror PabstMirror added this to the 3.20.3 milestone Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement Release Notes: **IMPROVED:**

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants