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

AUTO-607 use path distance instead of euclidean distance for pruning path #9

Merged
merged 28 commits into from
Mar 10, 2023

Commits on Feb 27, 2023

  1. calculate_path_length instead of euclidean distance

    Guillaume Doisy committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d629349 View commit details
    Browse the repository at this point in the history
  2. do not look for closest pose further away than prune distance

    Guillaume Doisy committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b7ff565 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    9b50aac View commit details
    Browse the repository at this point in the history
  2. lint

    Guillaume Doisy committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d473aca View commit details
    Browse the repository at this point in the history
  3. wip

    Guillaume Doisy committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d3c638f View commit details
    Browse the repository at this point in the history
  4. update end of path

    Guillaume Doisy committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e86ef51 View commit details
    Browse the repository at this point in the history
  5. Don't search close pose further away than the prune distance

    Guillaume Doisy committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    adf3d3a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'AUTO-607_path_distance_for_pruning' into AUTO-610_enfor…

    …ce_global_inversion
    Guillaume Doisy committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8c091d0 View commit details
    Browse the repository at this point in the history
  7. lint

    Guillaume Doisy committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    17b1c89 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Savitsky Golay Filter order 9

    Guillaume Doisy committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a6953a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. new inversion logic

    Guillaume Doisy committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    876a4d5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'AUTO-610_enforce_global_inversion' into AUTO-612_mppi_9…

    …_sync
    Guillaume Doisy committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    219a01f View commit details
    Browse the repository at this point in the history
  3. remove merge artefact

    Guillaume Doisy committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8ad8942 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Merge pull request #11 from botsandus/AUTO-612_mppi_9_sync

    AUTO-612 Savitsky Golay Filter order 9
    doisyg authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    88b79b3 View commit details
    Browse the repository at this point in the history
  2. rename to pruned_plan_end

    Guillaume Doisy committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    565a672 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Guillaume Doisy committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    dec4c45 View commit details
    Browse the repository at this point in the history
  4. fix for enforce inversion false

    Guillaume Doisy committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c515b74 View commit details
    Browse the repository at this point in the history
  5. poc

    Guillaume Doisy committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    eec1057 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    7e0ed2b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'humble_path_nav2_pr' into AUTO-610_enforce_global_inver…

    …sion
    Guillaume Doisy committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d477ef2 View commit details
    Browse the repository at this point in the history
  3. sync with nav2 pr

    Guillaume Doisy committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0696188 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80f2322 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. abs backward

    Guillaume Doisy committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c4d7e0f View commit details
    Browse the repository at this point in the history
  2. change bi directional method

    Guillaume Doisy committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8a19de7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. first try

    Guillaume Doisy committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    022d3c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Merge pull request #13 from botsandus/AUTO-655_rotation_progres_checker

    AUTO-655 Rotation progress checker
    doisyg authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0098056 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from botsandus/AUTO-645_path_angle_fix

    AUTO-645 Fix Path Angle Critics for bi-directionality
    doisyg authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4d58ce0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from botsandus/AUTO-610_enforce_global_inversion

     AUTO-610 [MPPI] enforce global path inversions
    doisyg authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    376069b View commit details
    Browse the repository at this point in the history