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

chore: sync upstream #82

Merged
merged 6 commits into from
Jul 10, 2022
Merged

chore: sync upstream #82

merged 6 commits into from
Jul 10, 2022

Commits on Jul 8, 2022

  1. feat(planning): pass through for reverse driving (#1278)

    * feat(planning): pass through for reverse driving
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * behavior_velocity: functionalization
    
    Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    
    * obstacle_avoidance_planner: functionalization
    
    Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    
    * obstacle_stop_planner: functionalize
    
    Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    
    * add missing comment, code from original code
    
    Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    
    Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    kosuke55 and TakaHoribe committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e228bda View commit details
    Browse the repository at this point in the history
  2. fix(behavior_path_planner): revert road shoulder margin to zero (#1150)

    * fix(behavior_path_planner): revert road shoulder margin to zero
    
    Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
    
    * change center threshold default parameter
    
    Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
    
    * Revert "change center threshold default parameter"
    
    This reverts commit 5888e9b.
    
    Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
    zulfaqar-azmi-t4 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    90469ba View commit details
    Browse the repository at this point in the history
  3. fix(behavior_path_planner): fix RTC status update in avoidance module…

    … with multiple shift point case (#1295)
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    rej55 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    f8ab687 View commit details
    Browse the repository at this point in the history
  4. feat(behavior_path_planner): update pull_over module (#873)

    * feat(behavior_path_planner): update pull_over module
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * use tf2_geometry_msgs/tf2_geometry_msgs.hpp for humble
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * fix werror of humble
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * fix test
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * fix goal change bug when starting drive
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    56885ed View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. fix(tier4_autoware_utils): exception handling in tier4 autoware utils (

    …#1268)
    
    * fix(tier4_autoware_utils): fix exception handling (WIP)
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    
    * fix(tier4_autoware_utils): fix for overlapping points and test
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    
    * fix(tier4_autoware_utils): formatting
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    
    * fix(trajectory_follower): fix for overlapping points and test
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    
    * ci(pre-commit): autofix
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    rej55 and pre-commit-ci[bot] committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    e198fd8 View commit details
    Browse the repository at this point in the history
  2. Feature/radar fusion launch (#1294)

    * feat(tier4_perception_launch): add radar launcher (#1263)
    
    * feat(tier4_perception_launch): add radar launcher
    
    Signed-off-by: scepter914 <scepter914@gmail.com>
    
    * ci(pre-commit): autofix
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * fix reviewed by #1263
    
    * fix format
    
    * fix default arg
    
    * Revert "fix default arg"
    
    This reverts commit 72b2690.
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    scepter914 and pre-commit-ci[bot] committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    3b1772b View commit details
    Browse the repository at this point in the history