Skip to content

NAV_L1: should wrap the Nu calculation? #20080

Open
@rmackay9

Description

PR #19975 suggests that we should wrap the results of the line shown below of AP_L1_Controller:

Nu = Nu1 + Nu2;

Should be wrapped like below or we can end up with "big turns":

Nu = wrap_PI(Nu1 + Nu2);

I suspect this is true but we need to reproduce the underlying issue (using master) and then show that this resolves the problem.

In case it helps we have a description of how the L1 controller works for Rover here on the dev wiki.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions