Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(lane_departure_checker): add tests for calcTrajectoryDeviation(), calcMaxSearchLengthForBoundaries() #9029

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. move calcTrajectoryDeviation() to separate files

    Signed-off-by: mitukou1109 <[email protected]>
    mitukou1109 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    733618d View commit details
    Browse the repository at this point in the history
  2. move calcMaxSearchLengthForBoundaries() to separate files

    Signed-off-by: mitukou1109 <[email protected]>
    mitukou1109 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    436c478 View commit details
    Browse the repository at this point in the history
  3. add tests for calcTrajectoryDeviation()

    Signed-off-by: mitukou1109 <[email protected]>
    mitukou1109 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    25cb9fd View commit details
    Browse the repository at this point in the history
  4. add tests for calcMaxSearchLengthForBoundaries()

    Signed-off-by: mitukou1109 <[email protected]>
    mitukou1109 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b22d59c View commit details
    Browse the repository at this point in the history