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

feat(avoidance): implement avoidance path safety check logic #2534

Commits on Dec 23, 2022

  1. feat(avoidance_utils): add util functions

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a0344d6 View commit details
    Browse the repository at this point in the history
  2. feat(avoidance): add safety check for avoidance path

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    c18935e View commit details
    Browse the repository at this point in the history
  3. feat(avoidance): enhance avoidance debug marker

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    06a6002 View commit details
    Browse the repository at this point in the history
  4. fix(avoidance): not use smoother

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    5c79ef5 View commit details
    Browse the repository at this point in the history
  5. feat(behavior_path_planner): add utility function

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a639372 View commit details
    Browse the repository at this point in the history
  6. fix(avoidance): use other util function

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    849002f View commit details
    Browse the repository at this point in the history
  7. fix(avoidance): use emplace_back

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    153d14b View commit details
    Browse the repository at this point in the history
  8. fix(behavior_path_planner): use new util funciton

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    dad87e6 View commit details
    Browse the repository at this point in the history
  9. fix(behaivior_path_planner): remove unused util function

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4c1fa74 View commit details
    Browse the repository at this point in the history
  10. fix(avoidance): not use make pair in emplace back

    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4fc4f88 View commit details
    Browse the repository at this point in the history