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: predicted path generation logic #1610

Merged

Commits on Sep 30, 2024

  1. feat(lane_change): cancel hysteresis (autowarefoundation#6288)

    * feat(lane_change): cancel hysteresis
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * Update documentation
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * fix the explanation of the hysteresis count
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    411d5d7 View commit details
    Browse the repository at this point in the history
  2. Add parked parked RSS

    Signed-off-by: Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    513d0bd View commit details
    Browse the repository at this point in the history
  3. support new perception_reproducer

    Signed-off-by: temkei.kem <[email protected]>
    xtk8532704 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1b707d3 View commit details
    Browse the repository at this point in the history
  4. move files

    Signed-off-by: temkei.kem <[email protected]>
    xtk8532704 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d3745cd View commit details
    Browse the repository at this point in the history
  5. remove old files.

    Signed-off-by: temkei.kem <[email protected]>
    xtk8532704 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    045d2b3 View commit details
    Browse the repository at this point in the history
  6. fix pre-commit err

    Signed-off-by: temkei.kem <[email protected]>
    xtk8532704 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    797ce57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3182057 View commit details
    Browse the repository at this point in the history
  8. Merge pull request autowarefoundation#1566 from tier4/suport-new-repr…

    …oducer-v019
    
    feat(perception_reproducer): update new perception reproducer for debugging the version of beta/v0.19.1
    xtk8532704 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6e85d17 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. feat(autoware_behavior_path_planner_common): disable feature of turni…

    …ng off blinker at low velocity (autowarefoundation#1571)
    
    Refactor turn signal decider logic and add support for detecting turn signals in turn lanes
    
    Signed-off-by: Kyoichi Sugahara <[email protected]>
    kyoichi-sugahara authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5e7f763 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    1f00ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a00f7b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request autowarefoundation#1578 from tier4/fix-a-mini-bug

    fix(planning_debug_tools): fix a bug of perception reproducer
    xtk8532704 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    128f9fb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request autowarefoundation#1568 from tier4/RT0-33658-lane-…

    …change-cancel-cant-proceed
    
    fix(lane_change): reduce approval chattering
    takayuki5168 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6215c64 View commit details
    Browse the repository at this point in the history
  2. feat(out_of_lane): ignore lanelets beyond the last path point (autowa…

    …refoundation#1554)
    
    * feat(out_of_lane): ignore lanelets beyond the last path point
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    maxime-clem and pre-commit-ci[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    19c7cb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. feat(behavior_velocity_run_out_module): exclude obstacle crossing ego… (

    autowarefoundation#1574)
    
    feat(behavior_velocity_run_out_module): exclude obstacle crossing ego back line (autowarefoundation#6680)
    
    * add method to ignore target obstacles that cross ego cut lane
    
    
    
    * WIP add debug support
    
    
    
    * add params and finish debug marker
    
    
    
    * change lane to line
    
    
    
    * use autoware utils to get the cut line
    
    
    
    * simplify code wit calcOffsetPose
    
    
    
    * Update readme and eliminate unused code
    
    
    
    * update readme
    
    
    
    * eliminate unused function
    
    
    
    * readme
    
    
    
    * comments and readme
    
    
    
    * eliminate unused include
    
    
    
    * typo
    
    
    
    * rename param for consistency
    
    
    
    * change lane to line for consistency
    
    
    
    * rename for clarity, add brief
    
    
    
    * fix indentation
    
    
    
    * update description
    
    
    
    * lane ->line
    
    
    
    * lane -> line
    
    
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b25fd6b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fix(lane_change): change stopping logic (RT0-33761) (autowarefoundati…

    …on#1581)
    
    * RT0-33761 fix lane change stopping logic
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    * copied from awf main tested implementation
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    * doxygen comment
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    * Update planning/behavior_path_lane_change_module/src/utils/utils.cpp
    
    Co-authored-by: mkquda <[email protected]>
    
    ---------
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    Co-authored-by: mkquda <[email protected]>
    zulfaqar-azmi-t4 and mkquda authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a7e68a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    dd1493d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0893c View commit details
    Browse the repository at this point in the history
  3. perf PR 8416

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b75ca96 View commit details
    Browse the repository at this point in the history
  4. perf PR 8427

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    36fb43e View commit details
    Browse the repository at this point in the history
  5. perf PR 8413

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4808563 View commit details
    Browse the repository at this point in the history
  6. tool PR 8456

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3f18f0d View commit details
    Browse the repository at this point in the history
  7. perf PR 8461

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    36b0cb6 View commit details
    Browse the repository at this point in the history
  8. perf PR 8388

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f6fa013 View commit details
    Browse the repository at this point in the history
  9. perf PR 8467

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1fe3ce5 View commit details
    Browse the repository at this point in the history
  10. perf PR 8471

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    41c35b0 View commit details
    Browse the repository at this point in the history
  11. perf PR 8490

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0159c92 View commit details
    Browse the repository at this point in the history
  12. perf PR 8751

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2a1d6d2 View commit details
    Browse the repository at this point in the history
  13. chore: fix format

    technolojin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    60cf148 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. perf PR 8657

    technolojin committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b864937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5de95b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. sp develop remove non approved change (autowarefoundation#1611)

    Revert "feat: improve lanelet search logic in getPredictedReferencePath()"
    
    This reverts commit 5de95b0.
    technolojin authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4fb0d67 View commit details
    Browse the repository at this point in the history
  2. feat PR 8811

    technolojin committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8d06703 View commit details
    Browse the repository at this point in the history
  3. fix PR 8973

    technolojin committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4cb6aff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca51288 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    efdb074 View commit details
    Browse the repository at this point in the history