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 beta branch beta/v0.29.0 with tier4/main #1382

Merged
merged 17 commits into from
Jul 4, 2024

Commits on Jun 27, 2024

  1. fix(lane_change): prevent empty path when rerouting (autowarefoundati…

    …on#7717) (#1355)
    
    fix(lane_change): prevent empty path when routing
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4ea61ab View commit details
    Browse the repository at this point in the history
  2. feat(start_planner): yaw threshold for rss check (autowarefoundation#…

    …7657)
    
    * add param to customize yaw th
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add param to other modules
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * docs
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update READMEs with params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix LC README
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * use normalized yaw diff
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored and shmpwk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    aef4529 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    6b13edc View commit details
    Browse the repository at this point in the history
  2. feat(motion_velocity_planner, lane_departure_checker): add processing…

    … time Float64 publishers (autowarefoundation#7683)
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9e55740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e403943 View commit details
    Browse the repository at this point in the history
  4. perf(motion_velocity_planner): resample trajectory after vel smoothing (

    autowarefoundation#7732)
    
    * perf(dynamic_obstacle_stop): create rtree with packing algorithm
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * Revert "perf(out_of_lane): downsample the trajectory to improve performance (autowarefoundation#7691)"
    
    This reverts commit 8444a9e.
    
    * perf(motion_velocity_planner): resample trajectory after vel smoothing
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    ---------
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    91da574 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1361 from tier4/cherry-pick/perf-out_of_lane

    perf(motion_velocity_planner): resample trajectory and build rtree with packing algorithm
    takayuki5168 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a81d833 View commit details
    Browse the repository at this point in the history
  6. feat(static_centerline_generator): organize AUTO/GUI/VMB modes (autow…

    …arefoundation#7432)
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d1f0430 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    470ebba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    222d319 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1364 from tier4/fix/static-centerline-generator

    fix(static_centerline_generator): cherry-pick several changes
    takayuki5168 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c584252 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fix(pose_instability_detector): fix a rare error (autowarefoundation#…

    …7681)
    
    * Added an error test case
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed to avoid out-of-size access
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed the test case
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed test
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5bed858 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1370 from tier4/fix/crash_bug_in_pose_instability…

    …_detector
    
    fix(pose_instability_detector): fix a crash bug in pose_instability_detector
    SakodaShintaro authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6da3fea View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. feat(mrm_handler): operate mrm only when autonomous operation mode (#…

    …1377)
    
    feat(mrm_handler): operate mrm only when autonomous operation mode (autowarefoundation#7784)
    
    * feat: add isOperationModeAutonomous() function to MRM handler core
    
    The code changes add a new function `isOperationModeAutonomous()` to the MRM handler core. This function is used to check if the operation mode is set to autonomous.
    
    
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    Co-authored-by: Kyoichi Sugahara <[email protected]>
    zhiwango and kyoichi-sugahara authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cb3e758 View commit details
    Browse the repository at this point in the history
  2. fix(image_transport_decompressor): missing config setting (autowarefo…

    …undation#7615)
    
    Signed-off-by: badai-nguyen <[email protected]>
    Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
    2 people authored and Naophis committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9f31524 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1379 from tier4/fix/img-decomposer-launch-error

    fix(image_transport_decompressor): missing config setting (autowarefoundation#7615)
    Naophis authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4cc01c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix(euclidean_cluster, ground_segmentation): cherry-pick bug fix PRs (#…

    …1378)
    
    * fix(euclidean_cluster): fix euclidean cluster params (autowarefoundation#7662)
    
    * fix(euclidean_cluster): fix max and min cluster size
    
    Signed-off-by: beginningfan <[email protected]>
    
    * fix(gnss_poser): fix a typo
    
    Signed-off-by: beginningfan <[email protected]>
    
    * fix(euclidean_cluster): fix min cluster size
    
    Signed-off-by: beginningfan <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: beginningfan <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * fix(euclidean_cluster): fix max_cluster_size bug (autowarefoundation#7734)
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix(ground_segmentation): fix bug  (autowarefoundation#7771)
    
    ---------
    
    Signed-off-by: beginningfan <[email protected]>
    Signed-off-by: badai-nguyen <[email protected]>
    Co-authored-by: beginningfan <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Shunsuke Miura <[email protected]>
    4 people authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a28bbd2 View commit details
    Browse the repository at this point in the history