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

Introducing new graph elements and properties #103

Merged
merged 33 commits into from
Dec 12, 2023
Merged

Introducing new graph elements and properties #103

merged 33 commits into from
Dec 12, 2023

Commits on Sep 12, 2023

  1. Always do lane entry event even when starting mid-lane

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8ddb3a1 View commit details
    Browse the repository at this point in the history
  2. Allow compute_plan_starts to work inside of lifts

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    aae1bdd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Adding waypoint property for waypoints inside of a lift

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    90bce77 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Provide lift properties

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    82117e5 View commit details
    Browse the repository at this point in the history
  2. Remove debug output

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    910af56 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Fix plan starts that have entry events

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8bf9ab2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Add mutex groups to lanes and break the supergraph at mutex group swi…

    …tches
    
    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    773ac04 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Catch which node is missing its waypoint

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3efab18 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix the way start nodes are expanded

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bd44823 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    83f042e View commit details
    Browse the repository at this point in the history
  2. Provide distanced add/substract to trajectory iterator

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    a5e475d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Fix progress change updates

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c95a491 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Add doors to nav graph information

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cc92e2f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix approach lanes bug

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9ce2aa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Allow an envelope to be specified for is_in_lift

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a57591d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2412365 View commit details
    Browse the repository at this point in the history
  3. Provide function that checks if a line segment intersects a door

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    388355d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Introduce merge radius for graph waypoints

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a4a42f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Filter out bad routes

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e26a30f View commit details
    Browse the repository at this point in the history
  2. Use merge radius pairs to constrain lane widths

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    697bf6a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Remove unnecessary debug output

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    53fe350 View commit details
    Browse the repository at this point in the history
  2. Remove another unnecessary debug output

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    dd56704 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update tests

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c0b4d25 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Switch to 0.3 of action-ros-ci

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ba3457e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9ec05 View commit details
    Browse the repository at this point in the history
  3. Bump ros ci versions even more

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b6a4ff9 View commit details
    Browse the repository at this point in the history
  4. Update ROS Distro

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    be6e5d0 View commit details
    Browse the repository at this point in the history
  5. Update ubuntu version for asan and tsan tests

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b0c6ffb View commit details
    Browse the repository at this point in the history
  6. Add humble to the matrix

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3ad880a View commit details
    Browse the repository at this point in the history
  7. Replace setup step with docker image

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    22ab63f View commit details
    Browse the repository at this point in the history
  8. Tweak asan and tsan

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    912b5e0 View commit details
    Browse the repository at this point in the history
  9. Install dev tools for asan and tsan

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1947537 View commit details
    Browse the repository at this point in the history
  10. Fix blacklist for asan

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    de519db View commit details
    Browse the repository at this point in the history