Skip to content

bug: the calculation for determinant in ur pure pursuit algorithm is incorrect #1

@polargh

Description

@polargh

ur calculation at line 40 should be

d = p1Shifted[0]*p2Shifted[1] - p1Shifted[1]*p2Shifted[0];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions