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

[pull] main from autowarefoundation:main #253

Merged
merged 6 commits into from
Jul 7, 2023
Merged

Commits on Jul 7, 2023

  1. feat(avoidance): extend lanelets for target filtering (#4189)

    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    satoshi-ota committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    db72d84 View commit details
    Browse the repository at this point in the history
  2. perf(behavior_path_planner): simplify calculateDistanceLimit for dyna…

    …mic drivable area expansion (#4163)
    
    * Add a test for the calculateDistanceLimit function
    
    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    
    * Remove use of boost::geometry::within to improve performance
    
    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    
    * [TMP] run behavior_path_planner with gdb
    
    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    
    * Revert "[TMP] run behavior_path_planner with gdb"
    
    This reverts commit b291af4.
    
    ---------
    
    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4693a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86448a7 View commit details
    Browse the repository at this point in the history
  4. fix(behavior_path_planner): fix aborting duration (#4173)

    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    rej55 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    632f35f View commit details
    Browse the repository at this point in the history
  5. fix(goal_planner): support following lanes over the next lane (#4167)

    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3b0671a View commit details
    Browse the repository at this point in the history
  6. fix(behavior_velocity_intersection_module): behavior_velocity_interse…

    …ction_module dies due empty conflicting_lanelets (#4191)
    
    * fix the range problem 
    
    Signed-off-by: beyza <bnk@leodrive.ai>
    
    * style(pre-commit): autofix
    
    * cleanup
    
    Signed-off-by: beyza <bnk@leodrive.ai>
    
    * add a flag in the checkAngleForTargetLanelets func
    
    Signed-off-by: beyza <bnk@leodrive.ai>
    
    * change the angle check
    
    Signed-off-by: beyza <bnk@leodrive.ai>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: beyza <bnk@leodrive.ai>
    Co-authored-by: beyza <bnk@leodrive.ai>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    410f10d View commit details
    Browse the repository at this point in the history