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 #394

Merged
merged 4 commits into from
Oct 31, 2023
Merged

Commits on Oct 31, 2023

  1. fix(behavior_path_planner): fix turn signal endless loop (#5444)

    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    49af265 View commit details
    Browse the repository at this point in the history
  2. chore(intersection): add debug plotter (#5432)

    Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
    soblin committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a194589 View commit details
    Browse the repository at this point in the history
  3. fix(avoidance): discard envelope polygon if the objects move long dis…

    …tance (#5388)
    
    * fix(avoidance): discard envelope polygon if the objects move long distance
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    
    * Update planning/behavior_path_planner/src/utils/avoidance/utils.cpp
    
    Co-authored-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
    
    * Update planning/behavior_path_planner/src/utils/avoidance/utils.cpp
    
    Co-authored-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
    
    ---------
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    Co-authored-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
    satoshi-ota and kyoichi-sugahara committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9628276 View commit details
    Browse the repository at this point in the history
  4. feat(avoidance): use traffic light signal info (#5395)

    * feat(utils): add function to calculate shift start/end point
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    
    * feat(avoidance): add new parameter
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    
    * feat(avoidance): set shift start/end point with module taking traffic signal into account
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    
    ---------
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    satoshi-ota committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1998880 View commit details
    Browse the repository at this point in the history