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

Fix/minor bug fixes #1138

Closed
wants to merge 18 commits into from
Closed

Commits on Nov 14, 2023

  1. Remove Point & Vector3 equal operators

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ef08001 View commit details
    Browse the repository at this point in the history
  2. Fix intersection vector lookup after the last element

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3966133 View commit details
    Browse the repository at this point in the history
  3. Fix LineSegment initialization bug

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7e8bf84 View commit details
    Browse the repository at this point in the history
  4. Fix getMinValue and getMaxValue empty vector bug

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3a69ff6 View commit details
    Browse the repository at this point in the history
  5. Fix getTrajectory wrong number of points

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    592c46d View commit details
    Browse the repository at this point in the history
  6. Fix spline maximum 2D curvature calculation

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cbdc9b7 View commit details
    Browse the repository at this point in the history
  7. Fix spline collision point calculation

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f80b25f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    bd89a5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f08dd1c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/polygon-get-min-max-value-bug' into fix/minor-bug-f…

    …ixes
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3b371be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12abd2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0a437b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bffe50c View commit details
    Browse the repository at this point in the history
  7. Correct spline tests for length estimation inaccuracy

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    062dfc5 View commit details
    Browse the repository at this point in the history
  8. Refactor and add getCollisionPointsIn2D function

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1287ee2 View commit details
    Browse the repository at this point in the history
  9. Fix subspline collision point calculation

    Enable multiple spline collisions with working subspline collision filtering
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e042b55 View commit details
    Browse the repository at this point in the history
  10. Correct subspline collision point calculation

    Add more support for multiple collisions with curve & spline
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4b34859 View commit details
    Browse the repository at this point in the history
  11. Fix missing lambda argument

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5a99947 View commit details
    Browse the repository at this point in the history