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

perf(behavior_velocity_planner): use faster PolygonIterator #943

Merged
merged 14 commits into from
May 30, 2022

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    216f101 View commit details
    Browse the repository at this point in the history
  2. Factorize code of PolygonIterator (ongoing)

    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed May 25, 2022
    Configuration menu
    Copy the full SHA
    64ea717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    354d4ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d67dc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15c4102 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d0756f View commit details
    Browse the repository at this point in the history
  7. Fix bug when calculating min_vertex_x + code cleanup

    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed May 25, 2022
    Configuration menu
    Copy the full SHA
    7fdf7ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c2e26c View commit details
    Browse the repository at this point in the history
  9. Change list to vector for better performances

    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed May 25, 2022
    Configuration menu
    Copy the full SHA
    c89e28a View commit details
    Browse the repository at this point in the history
  10. Add README and runtime comparison figure

    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed May 25, 2022
    Configuration menu
    Copy the full SHA
    e28c2f6 View commit details
    Browse the repository at this point in the history
  11. Remove polygon drawing and cleanup benchmark

    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed May 25, 2022
    Configuration menu
    Copy the full SHA
    bcc3c37 View commit details
    Browse the repository at this point in the history
  12. Add 2 failing tests + improve benchmark

    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a942475 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    99f3071 View commit details
    Browse the repository at this point in the history
  2. Fix self-crossing test

    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed May 26, 2022
    Configuration menu
    Copy the full SHA
    3c0cd88 View commit details
    Browse the repository at this point in the history