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.35 with tier4/main #1557

Merged
merged 149 commits into from
Sep 26, 2024

Commits on Sep 5, 2024

  1. fix(autoware_shape_estimation): fix unusedFunction (autowarefoundatio…

    …n#8575)
    
    * fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:end of file issues
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:copyright
    
    Signed-off-by: kobayu858 <[email protected]>
    
    ---------
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    959fddf View commit details
    Browse the repository at this point in the history
  2. fix(goal_planner): fix typo (autowarefoundation#8763)

    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    47214da View commit details
    Browse the repository at this point in the history
  3. fix(pointcloud_preprocessor): fix typo (autowarefoundation#8762)

    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f02bd5d View commit details
    Browse the repository at this point in the history
  4. fix(autoware_motion_utils): fix unusedFunction (autowarefoundation#8733)

    refactor:remove Path/Trajectory length calculation between designated points
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    98e2a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cc1f75 View commit details
    Browse the repository at this point in the history
  6. feat(autoware_behavior_path_dynamic_obstacle_avoidance): expand driva…

    …ble area (autowarefoundation#8295)
    
    * add expansion drivable area feature
    
    Signed-off-by: beyza <[email protected]>
    
    * make expansion optional
    
    Signed-off-by: beyza <[email protected]>
    
    * style(pre-commit): autofix
    
    * clean the code
    
    Signed-off-by: beyza <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: beyza <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    beyzanurkaya and pre-commit-ci[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6b6708c View commit details
    Browse the repository at this point in the history
  7. feat(surround_obstacle_checker): integrate generate_parameter_library (

    …autowarefoundation#8719)
    
    * add generate_parameter_library to package
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * add parameter file generator script
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * use mapped parameters
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * integrate generate_parameter_library
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * style(pre-commit): autofix
    
    * check to use dynamic object
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * remove default values
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * fix variable shadowing
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    ---------
    
    Signed-off-by: mitukou1109 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    mitukou1109 and pre-commit-ci[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    58c99fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8213bdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71b4b8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55cc82d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f79195 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e31ed8 View commit details
    Browse the repository at this point in the history
  13. fix(autoware_image_projection_based_fusion): resolve issue with segme…

    …ntation pointcloud fusion node failing with multiple mask inputs (autowarefoundation#8769)
    vividf authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    301e36b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. feat(universe_utils): add Triangulation (ear clipping) implementation…

    … for 2D concave polygon with/without holes (autowarefoundation#8609)
    
    * added random_concave_polygon and triangulation
    
    * disable some test with GJK
    
    * pre-commit fix
    
    * fully fixed convexHull issue and  styling fix
    
    * fix conflict
    
    * cleaning up the code
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * cleanup the code
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * cleanup the code
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * fix spelling
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * last cleanup
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * more spellcheck fix
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * more spellcheck fixes
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    ---------
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    Co-authored-by: Maxime CLEMENT <[email protected]>
    mraditya01 and maxime-clem authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ed3b321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda5011 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bcde92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abfa71e View commit details
    Browse the repository at this point in the history
  5. fix(autoware_behavior_path_static_obstacle_avoidance_module): fix unu…

    …sedFunction (autowarefoundation#8776)
    
    fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    41f7e60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3012a36 View commit details
    Browse the repository at this point in the history
  7. feat(autonomous_emergency_braking): speed up aeb (autowarefoundation#…

    …8778)
    
    * add missing rclcpp::Time(0)
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * refactor to reduce cropping to once per iteration
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add LookUpTransform to utils
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * separate object creation and clustering
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * error handling of empty pointcloud
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    46bf5ec View commit details
    Browse the repository at this point in the history
  8. docs(static_obstacle_avoidance): light edits. Typos, grammar fixes (a…

    …utowarefoundation#8759)
    
    * Light edit: Typos, grammar fixes. Additional changes to follow
    
    * Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md
    
    Paragraph revised to correct typos
    
    Co-authored-by: Go Sakayori <[email protected]>
    
    * Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md
    
    Paragraph revised to correct typos
    
    Co-authored-by: Go Sakayori <[email protected]>
    
    * fix typo in avoidance.png
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md
    
    * fix pre-commit
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    Co-authored-by: Go Sakayori <[email protected]>
    Co-authored-by: Go Sakayori <[email protected]>
    Co-authored-by: Satoshi OTA <[email protected]>
    4 people authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c654a03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efa53c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b71a33 View commit details
    Browse the repository at this point in the history
  11. feat(autoware_mpc_lateral_controller): add predicted trajectory accon…

    …ts for input delay (autowarefoundation#8436)
    
    * feat: enable delayed initial state for predicted trajectory
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    
    * feat: enable debug publishing of predicted and resampled reference trajectories
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    67d9b8e View commit details
    Browse the repository at this point in the history
  12. feat(autoware_motion_utils): set zero velocity after stop in resample…

    … trajectory (autowarefoundation#8768)
    
    * feat(autoware_motion_utils): set zero velocity after stop in resample trajectory
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    * fix unit test
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    * simplify implementation
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    * update comment and add test
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    ---------
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1a8fbc4 View commit details
    Browse the repository at this point in the history
  13. feat(ndt_scan_matcher, ekf_localizer): fix some code for deterministi…

    …c test (autowarefoundation#8766)
    
    * Added namespace autoware::ndt_scan_matcher
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Added namespace autoware::ekf_localizer
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Added time_until_trigger
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Added ekf_callback diag
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed seed
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Add publish_callback_return_diagnostics
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Added figure
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Added comments
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    56aefc3 View commit details
    Browse the repository at this point in the history
  14. fix(static_obstacle_avoidance): improve turn signal output timing whe…

    …n the ego returns original lane (autowarefoundation#8726)
    
    fix(static_obstacle_avoidance): fix unexpected turn signal output
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3064734 View commit details
    Browse the repository at this point in the history
  15. test(autoware_behavior_path_planner_common): add tests for calcInterp…

    …olatedPoseWithVelocity (autowarefoundation#8270)
    
    * test: add interpolated pose calculation function's test
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * disabled SpecialCases test
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    78e4a92 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7f1997d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e228eeb View commit details
    Browse the repository at this point in the history
  18. fix(autoware_frenet_planner): fix unusedFunction (autowarefoundation#…

    …8788)
    
    fix: unusedFunction
    
    Signed-off-by: bathteayo <[email protected]>
    bathteayo authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49773d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. refactor(autoware_external_cmd_converter): add explanation about exte…

    …rnal control commands (autowarefoundation#8224)
    
    * refactor(autoware_external_cmd_converter): add explanation about external control commands
    
    Signed-off-by: shtokuda <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: shtokuda <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Tomoya Kimura <[email protected]>
    3 people authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    55d0905 View commit details
    Browse the repository at this point in the history
  2. feat(autoware_map_based_prediction): improve frenet path generation (a…

    …utowarefoundation#8602)
    
    * feat: calculate terminal d position based on playable width in path_generator.cpp
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: Add width parameter path generations
    
    refactor(path_generator): improve backlash width calculation
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    refactor(path_generator): improve backlash width calculation
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: set initial point of Frenet Path to Cartesian Path conversion
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    refactor: limit the d value to the radius for curved reference paths
    
    refactor: limit d value to curve limit for curved reference paths
    
    refactor: extend base_path_s with extrapolated base_path_x, base_path_y, base_path_z if min_s is negative
    
    refactor: linear path when object is moving backward
    
    feat: Update getFrenetPoint function to include target_path parameter
    
    The getFrenetPoint function in path_generator.hpp and path_generator.cpp has been updated to include a new parameter called target_path. This parameter is used to trim the reference path based on the starting segment index, allowing for more accurate calculations.
    
    * feat: Add interpolationLerp function for linear interpolation
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * Update starting_segment_idx type in getFrenetPoint function
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    refactor: Update starting_segment_idx type in getFrenetPoint function
    
    refactor: Update getFrenetPoint function to include target_path parameter
    
    refactor: exclude target path determination logic from getFrenetPoint
    
    refactor: Add interpolationLerp function for quaternion linear interpolation
    
    refactor: remove redundant yaw height update
    
    refactor: Update path_generator.cpp to include object height in predicted_pose
    
    fix: comment out optimum target searcher
    
    * feat: implement a new optimization of target ref path search
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    refactor: Update path_generator.cpp to include object height in predicted_pose
    
    refactor: measure performance
    
    refactor: remove comment-outs, measure times
    
    style(pre-commit): autofix
    
    refactor: move starting point search function to getPredictedReferencePath
    
    refactor: target segment index search parameter adjust
    
    * fix: replace nearest search to custom one for efficiency
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    feat: Update CLOSE_LANELET_THRESHOLD and CLOSE_PATH_THRESHOLD values
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: getFrenetPoint blocks
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: add comments
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: Trim reference paths if optimum position is not found
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    style(pre-commit): autofix
    
    chore: remove comment
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: shadowVariable of time keeper pointers
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: improve backlash width calculation, parameter adjustment
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: cylinder type object do not have y dimension, use x dimension
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: add comment to explain an internal parameter 'margin'
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: add comment of backlash calculation shortcut
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: Improve readability of backlash to target shift model
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: set the return width by the path width
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: separate a logic to searchProperStartingRefPathIndex function
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: search starting ref path using optional for return type
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    67265bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5f7339 View commit details
    Browse the repository at this point in the history
  4. fix(autoware_frenet_planner): fix build error (autowarefoundation#8807)

    fix:build error
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c99ea5d View commit details
    Browse the repository at this point in the history
  5. refactor(autoware_pointcloud_preprocessor): rework ring passthrough f…

    …ilter parameters (autowarefoundation#8472)
    
    * feat: rework ring passthrough parameters
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix cmake
    
    Signed-off-by: vividf <[email protected]>
    
    * feat: add schema
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix readme
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix parameter file name
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: add boundary
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix default parameter
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix default parameter in schema
    
    Signed-off-by: vividf <[email protected]>
    
    ---------
    
    Signed-off-by: vividf <[email protected]>
    vividf authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    60f9829 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    225e18b View commit details
    Browse the repository at this point in the history
  7. feat(occupancy_grid_map_outlier_filter): add time_keeper (autowarefou…

    …ndation#8597)
    
    * add time_keeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add option for time keeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add scope and timekeeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * remove and add scope and timekeeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * remove duplicated
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add timekeeper option
    
    Signed-off-by: a-maumau <[email protected]>
    
    * fix comment
    
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    a-maumau authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a967adb View commit details
    Browse the repository at this point in the history
  8. revert(autoware_map_based_prediction): revert improve frenet path gen (

    …autowarefoundation#8808)
    
    Revert "feat(autoware_map_based_prediction): improve frenet path generation (autowarefoundation#8602)"
    
    This reverts commit 67265bb.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a848be1 View commit details
    Browse the repository at this point in the history
  9. refactor(autoware_pointcloud_preprocessor): rework radius search 2d o…

    …utlier filter parameters (autowarefoundation#8474)
    
    * feat: rework radius search 2d outlier filter parameters
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix schema
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: explicit cast
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: add boundary in schema
    
    Signed-off-by: vividf <[email protected]>
    
    ---------
    
    Signed-off-by: vividf <[email protected]>
    vividf authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    96b522a View commit details
    Browse the repository at this point in the history
  10. feat(autoware_map_based_prediction): improve frenet path generation (a…

    …utowarefoundation#8811)
    
    * feat: calculate terminal d position based on playable width in path_generator.cpp
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: Add width parameter path generations
    
    refactor(path_generator): improve backlash width calculation
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    refactor(path_generator): improve backlash width calculation
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: set initial point of Frenet Path to Cartesian Path conversion
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    refactor: limit the d value to the radius for curved reference paths
    
    refactor: limit d value to curve limit for curved reference paths
    
    refactor: extend base_path_s with extrapolated base_path_x, base_path_y, base_path_z if min_s is negative
    
    refactor: linear path when object is moving backward
    
    feat: Update getFrenetPoint function to include target_path parameter
    
    The getFrenetPoint function in path_generator.hpp and path_generator.cpp has been updated to include a new parameter called target_path. This parameter is used to trim the reference path based on the starting segment index, allowing for more accurate calculations.
    
    * feat: Add interpolationLerp function for linear interpolation
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * Update starting_segment_idx type in getFrenetPoint function
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    refactor: Update starting_segment_idx type in getFrenetPoint function
    
    refactor: Update getFrenetPoint function to include target_path parameter
    
    refactor: exclude target path determination logic from getFrenetPoint
    
    refactor: Add interpolationLerp function for quaternion linear interpolation
    
    refactor: remove redundant yaw height update
    
    refactor: Update path_generator.cpp to include object height in predicted_pose
    
    fix: comment out optimum target searcher
    
    * feat: implement a new optimization of target ref path search
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    refactor: Update path_generator.cpp to include object height in predicted_pose
    
    refactor: measure performance
    
    refactor: remove comment-outs, measure times
    
    style(pre-commit): autofix
    
    refactor: move starting point search function to getPredictedReferencePath
    
    refactor: target segment index search parameter adjust
    
    * fix: replace nearest search to custom one for efficiency
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    feat: Update CLOSE_LANELET_THRESHOLD and CLOSE_PATH_THRESHOLD values
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: getFrenetPoint blocks
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: add comments
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: Trim reference paths if optimum position is not found
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    style(pre-commit): autofix
    
    chore: remove comment
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: shadowVariable of time keeper pointers
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: improve backlash width calculation, parameter adjustment
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: cylinder type object do not have y dimension, use x dimension
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: add comment to explain an internal parameter 'margin'
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: add comment of backlash calculation shortcut
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: Improve readability of backlash to target shift model
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: set the return width by the path width
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: separate a logic to searchProperStartingRefPathIndex function
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: search starting ref path using optional for return type
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: object orientation calculation is added to the predicted path generation
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: fix spell-check
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0b3aab9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd5fc3f View commit details
    Browse the repository at this point in the history
  12. fix(motion_planning): align the parameters with launcher (autowarefou…

    …ndation#8792)
    
    parameters in motion_planning aligned
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d669351 View commit details
    Browse the repository at this point in the history
  13. fix(behavior_velocity_planner): align the parameters with launcher (a…

    …utowarefoundation#8791)
    
    parameters in behavior_velocity_planner aligned
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c823091 View commit details
    Browse the repository at this point in the history
  14. fix(autoware_behavior_path_planner): align the parameters with launch…

    …er (autowarefoundation#8790)
    
    parameters in behavior_path_planner aligned
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fe6b98f View commit details
    Browse the repository at this point in the history
  15. feat(probabilistic_occupancy_grid_map): add time_keeper (autowarefoun…

    …dation#8601)
    
    * add time_keeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add option for time keeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * correct namespace
    
    Signed-off-by: a-maumau <[email protected]>
    
    * set default to false
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add scope and timekeeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * remove scope and add comment for scopes
    
    Signed-off-by: a-maumau <[email protected]>
    
    * mod comment
    
    Signed-off-by: a-maumau <[email protected]>
    
    * change comment
    
    Co-authored-by: Taekjin LEE <[email protected]>
    Signed-off-by: a-maumau <[email protected]>
    
    * fix variable shadowing
    
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: Taekjin LEE <[email protected]>
    a-maumau and technolojin authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cd30d18 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    314d2a6 View commit details
    Browse the repository at this point in the history
  17. feat(goal_planner): execute goal planner if previous module path term…

    …inal is pull over neighboring lane (autowarefoundation#8715)
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    40d87c2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b56f386 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    a1cba1f View commit details
    Browse the repository at this point in the history
  2. feat(ground_segmentation): add time_keeper (autowarefoundation#8585)

    * add time_keeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add timekeeper option
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add autoware_universe_utils
    
    Signed-off-by: a-maumau <[email protected]>
    
    * fix topic name
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add scope and timekeeper
    
    Signed-off-by: a-maumau <[email protected]>
    
    * remove debug code
    
    Signed-off-by: a-maumau <[email protected]>
    
    * remove some timekeeper and mod block comment
    
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    a-maumau authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    dabeaa6 View commit details
    Browse the repository at this point in the history
  3. refactor(autoware_lidar_centerpoint): use std::size_t instead of size…

    …_t (autowarefoundation#8820)
    
    * refactor(autoware_lidar_centerpoint): use std::size_t instead of size_t
    
    Signed-off-by: kminoda <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    kminoda and pre-commit-ci[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d02c012 View commit details
    Browse the repository at this point in the history
  4. feat(mission_planner): make the "goal inside lanes" function more rob…

    …uts and add tests (autowarefoundation#8760)
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    284d04b View commit details
    Browse the repository at this point in the history
  5. chore(map_loader): update maintainer (autowarefoundation#8821)

    update maintainer
    
    Signed-off-by: Yamato Ando <[email protected]>
    YamatoAndo authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6979b5c View commit details
    Browse the repository at this point in the history
  6. fix(tier4_camera_view_rviz_plugin): fix uninitMemberVar (autowarefoun…

    …dation#8819)
    
    * fix:uninitMemberVar
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:clang format
    
    Signed-off-by: kobayu858 <[email protected]>
    
    ---------
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2fd7185 View commit details
    Browse the repository at this point in the history
  7. docs(map_loader): update the link of map_projection_loader (autowaref…

    …oundation#8825)
    
    update the link of map_projection_loader
    
    Signed-off-by: Yamato Ando <[email protected]>
    YamatoAndo authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0f5c5bf View commit details
    Browse the repository at this point in the history
  8. refactor(tier4_localization_rviz_plugin): apply static analysis (auto…

    …warefoundation#8683)
    
    * refactor based on linter
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add comment on no lint
    
    Signed-off-by: a-maumau <[email protected]>
    
    * mod comment for clarification
    
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    a-maumau authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0f87e24 View commit details
    Browse the repository at this point in the history
  9. fix(autoware_test_utils): fix unusedFunction (autowarefoundation#8816)

    fix: unusedFunction
    
    Signed-off-by: Nagi70 <[email protected]>
    Nagi70 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cc5c1d3 View commit details
    Browse the repository at this point in the history
  10. fix(tier4_localization_rviz_plugin): fix knownConditionTrueFalse (aut…

    …owarefoundation#8824)
    
    * fix:knownConditionTrueFalse
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:merge
    
    Signed-off-by: kobayu858 <[email protected]>
    
    ---------
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9ca8947 View commit details
    Browse the repository at this point in the history
  11. feat(autoware_lidar_centerpoint): shuffled points before feeding them…

    … to the model (autowarefoundation#8814)
    
    * feat: shuffling points before feeding them into the model to achieve uniform sampling into the voxels
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * Update perception/autoware_lidar_centerpoint/src/node.cpp
    
    Co-authored-by: kminoda <[email protected]>
    
    * Update perception/autoware_lidar_centerpoint/src/node.cpp
    
    Co-authored-by: kminoda <[email protected]>
    
    * Update perception/autoware_lidar_centerpoint/lib/centerpoint_trt.cpp
    
    Co-authored-by: kminoda <[email protected]>
    
    * Update perception/autoware_lidar_centerpoint/include/autoware/lidar_centerpoint/centerpoint_config.hpp
    
    Co-authored-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    Co-authored-by: kminoda <[email protected]>
    knzo25 and kminoda authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8d1c01f View commit details
    Browse the repository at this point in the history
  12. fix(tier4_state_rviz_plugin): fix shadowVariable (autowarefoundation#…

    …8831)
    
    * fix:shadowVariable
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:clang-format
    
    Signed-off-by: kobayu858 <[email protected]>
    
    ---------
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e6cc3ed View commit details
    Browse the repository at this point in the history
  13. fix(tier4_perception_rviz_plugin): relocate tier4_perception_rviz_plu…

    …gin and rename it to tier4_dummy_object_rviz_plugin (autowarefoundation#8818)
    
    * chore: move tier4_perception_rviz_plugin package to simulation folder
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: reorder codeowners
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * rename package to tier4_dummy_perception_rviz_plugin
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: rename to tier4_dummy_object_rviz_plugin
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9e5f648 View commit details
    Browse the repository at this point in the history
  14. fix(tier4_state_rviz_plugin): fix constVariablePointer (autowarefound…

    …ation#8832)
    
    fix:constVariablePointer
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    284eac6 View commit details
    Browse the repository at this point in the history
  15. fix(ndt_scan_matcher): improve error message in ndt_scan_matcher (aut…

    …owarefoundation#8833)
    
    Fixed an error message in ndt_scan_matcher
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8f03403 View commit details
    Browse the repository at this point in the history
  16. feat(crosswalk): suppress restart when the ego is close to the next s…

    …top point (autowarefoundation#8817)
    
    * feat(crosswalk): suppress restart when the ego is close to the next stop point
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * add comment
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    129c1fe View commit details
    Browse the repository at this point in the history
  17. docs(control_evaluator): update readme (autowarefoundation#8829)

    * update readme
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add maintainer
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Update evaluator/autoware_control_evaluator/package.xml
    
    Add extra maintainer
    
    Co-authored-by: Tiankui Xian <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    Co-authored-by: Tiankui Xian <[email protected]>
    danielsanchezaran and xtk8532704 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    382d056 View commit details
    Browse the repository at this point in the history
  18. fix(tier4_dummy_object_rviz_plugin): fix functionConst (autowarefound…

    …ation#8830)
    
    fix:functionConst
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0401a36 View commit details
    Browse the repository at this point in the history
  19. fix(tier4_localization_rviz_plugin): fix constVariableReference (auto…

    …warefoundation#8838)
    
    fix:constVariableReference
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1fcddda View commit details
    Browse the repository at this point in the history
  20. fix(tier4_camera_view_rviz_plugin): fix unusedFunction (autowarefound…

    …ation#8843)
    
    fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    86410ce View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5e18705 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    14a499e View commit details
    Browse the repository at this point in the history
  23. fix(localization_error_monitor, system diag): fix to use diagnostics_…

    …module in localization_util (autowarefoundation#8543)
    
    * fix(localization_error_monitor): fix to use diagnostics_module in localization_util
    
    Signed-off-by: RyuYamamoto <[email protected]>
    
    * fix: update media
    
    Signed-off-by: RyuYamamoto <[email protected]>
    
    * fix: update component name
    
    Signed-off-by: RyuYamamoto <[email protected]>
    
    * fix: rename include file
    
    Signed-off-by: RyuYamamoto <[email protected]>
    
    ---------
    
    Signed-off-by: RyuYamamoto <[email protected]>
    RyuYamamoto authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6034a9f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. feat(autoware_lidar_transfusion): shuffled points before feeding them…

    … to the model (autowarefoundation#8815)
    
    feat: shuffling points before feeding them into the model to achieve random sampling into the voxels
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    Co-authored-by: Amadeusz Szymko <[email protected]>
    knzo25 and amadeuszsz authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cea9357 View commit details
    Browse the repository at this point in the history
  2. fix(autoware_behavior_velocity_intersection_module): fix virtualCallI…

    …nConstructor (autowarefoundation#8835)
    
    fix:virtualCallInConstructor
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8802025 View commit details
    Browse the repository at this point in the history
  3. fix(autoware_behavior_velocity_intersection_module): fix unreadVariab…

    …le (autowarefoundation#8836)
    
    fix:unreadVariable
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f4de4f3 View commit details
    Browse the repository at this point in the history
  4. fix(tier4_dummy_object_rviz_plugin): fix unusedFunction (autowarefoun…

    …dation#8844)
    
    fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    55a59dd View commit details
    Browse the repository at this point in the history
  5. fix(tier4_state_rviz_plugin): fix unusedFunction (autowarefoundation#…

    …8845)
    
    * fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:revert
    
    Signed-off-by: kobayu858 <[email protected]>
    
    ---------
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a82865e View commit details
    Browse the repository at this point in the history
  6. fix(tier4_state_rviz_plugin): fix unusedFunction (autowarefoundation#…

    …8841)
    
    fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f2a46a9 View commit details
    Browse the repository at this point in the history
  7. feat(external_velocity_limit_selector): integrate generate_parameter_…

    …library (autowarefoundation#8770)
    
    * add parameter description
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * use parameter listener
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    ---------
    
    Signed-off-by: mitukou1109 <[email protected]>
    mitukou1109 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3ef3cd9 View commit details
    Browse the repository at this point in the history
  8. fix(control): align the parameters with launcher (autowarefoundation#…

    …8789)
    
    align the control parameters
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    31d93a1 View commit details
    Browse the repository at this point in the history
  9. fix(other_planning_packages): align the parameters with launcher (aut…

    …owarefoundation#8793)
    
    * parameters in planning/others aligned
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * update json
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    ---------
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bfdec42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86fdd76 View commit details
    Browse the repository at this point in the history
  11. fix(autoware_behavior_velocity_intersection_module): fix unusedFuncti…

    …on (autowarefoundation#8666)
    
    * fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    
    * fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    
    ---------
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2f7bd8e View commit details
    Browse the repository at this point in the history
  12. fix(tier4_adapi_rviz_plugin): fix unusedFunction (autowarefoundation#…

    …8840)
    
    fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    64453f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c97d28c View commit details
    Browse the repository at this point in the history
  14. chore(cluster_merger): add node test (autowarefoundation#8810)

    * chore(cluster_merger): add node test
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: rename output topic
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    ---------
    
    Signed-off-by: badai-nguyen <[email protected]>
    badai-nguyen authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    67d0211 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. docs(static_obstacle_avoidance): update envelope polygon creation (au…

    …towarefoundation#8822)
    
    * update envelope polygon creation
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix whitespace
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1322e0c View commit details
    Browse the repository at this point in the history
  2. fix(dummy_perception_publisher, tier4_dummy_object_rviz_plugin): sepa…

    …rate dummy object msg (autowarefoundation#8828)
    
    * fix: dummy object rviz plugin dependency
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: remove message from dummy perception publisher
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    69d3176 View commit details
    Browse the repository at this point in the history
  3. fix(autoware_test_utils): fix unusedFunction (autowarefoundation#8857)

    fix:unusedFunction
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    08d70f8 View commit details
    Browse the repository at this point in the history
  4. fix(autoware_object_merger): default merger priority within enum range (

    autowarefoundation#8858)
    
    fix: default merger priority within enum range
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    aaf5f27 View commit details
    Browse the repository at this point in the history
  5. ci: change upload-artifact version from 2 to 4 (autowarefoundation#8861)

    Change upload-artifact version from 2 to 4
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    eaacae4 View commit details
    Browse the repository at this point in the history
  6. refactor(ekf_localizer): moved Simple1DFilter from ekf_localizer to e…

    …kf_module (autowarefoundation#8705)
    
    * Moved Simple1DFilter from ekf_localizer to ekf_module
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * feat(map_loader): visualize BusStopArea
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    
    * feat(map_loader): visualize bicycle_lane
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    
    * add maitainer
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    Signed-off-by: Mamoru Sobue <[email protected]>
    Co-authored-by: Mamoru Sobue <[email protected]>
    Co-authored-by: Mamoru Sobue <[email protected]>
    3 people authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    19894ae View commit details
    Browse the repository at this point in the history
  7. feat(start_planner): add skip_rear_vehicle_check parameter (autowaref…

    …oundation#8863)
    
    Add the skip_rear_vehicle_check parameter to the start planner module configuration. This parameter allows disabling the rear vehicle check during collision detection. By default, the rear vehicle check is enabled.
    
    Signed-off-by: Kyoichi Sugahara <[email protected]>
    kyoichi-sugahara authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9fa11de View commit details
    Browse the repository at this point in the history
  8. feat(autonomous_emergency_braking): add markers showing aeb convex hu…

    …ll polygons for debugging purposes (autowarefoundation#8865)
    
    * add markers showing aeb convex hull polygons for debugging purposes
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix briefs
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix typo
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6daa3fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afcef77 View commit details
    Browse the repository at this point in the history
  10. feat(rtc_interface, lane_change): check state transition for cooperat…

    …e status (autowarefoundation#8855)
    
    * update rtc state transition
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * remove transition from failuer and succeeded
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * check initial state for cooperate status
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * change rtc cooperate status according to module status
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9cc5ef1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    74be2d3 View commit details
    Browse the repository at this point in the history
  12. chore: update CODEOWNERS (autowarefoundation#8749)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <[email protected]>
    awf-autoware-bot[bot] and github-actions authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6860be8 View commit details
    Browse the repository at this point in the history
  13. refactor(autoware_pointcloud_preprocessor): rework pointcloud accumul…

    …ator parameters (autowarefoundation#8487)
    
    * feat: rework pointcloud accumulator parameters
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: add explicit cast
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: add boundary
    
    Signed-off-by: vividf <[email protected]>
    
    ---------
    
    Signed-off-by: vividf <[email protected]>
    vividf authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    75d98c2 View commit details
    Browse the repository at this point in the history
  14. refactor(autoware_pointcloud_preprocessor): rework random downsample …

    …filter parameters (autowarefoundation#8485)
    
    * feat: rework random downsample filter parameter
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: change name
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: add explicit cast
    
    Signed-off-by: vividf <[email protected]>
    
    ---------
    
    Signed-off-by: vividf <[email protected]>
    Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
    vividf and knzo25 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c44343b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    36640f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. feat(costmap_generator): integrate generate_parameter_library (autowa…

    …refoundation#8827)
    
    * add parameter description
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * use parameter listener
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * append global identifier
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * suppress deprecated error
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * fix parameter type
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    ---------
    
    Signed-off-by: mitukou1109 <[email protected]>
    mitukou1109 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dec6e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f625fbb View commit details
    Browse the repository at this point in the history
  3. docs(autonomous_emergency_braking): make a clearer image for aeb when…

    … localization is faulty (autowarefoundation#8873)
    
    make a clearer image for aeb when localization is faulty
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    335fb3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07a850d View commit details
    Browse the repository at this point in the history
  5. perf(motion_velocity_smoother): remove some heavy debug logging (auto…

    …warefoundation#8798)
    
    remove some heavy logging in the velocity smoother
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    16a2598 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b000f6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6effe2c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix(autoware_behavior_path_planner): fix syntaxError (autowarefoundat…

    …ion#8834)
    
    fix:syntaxError
    
    Signed-off-by: kobayu858 <[email protected]>
    kobayu858 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e67c5c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0675d23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeef0f2 View commit details
    Browse the repository at this point in the history
  4. fix(rtc_interface): update cooperateStatus state transition (autoware…

    …foundation#8883)
    
    fix state transition for failure/success
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8ea618a View commit details
    Browse the repository at this point in the history
  5. fix(lanelet2_map_preprocessor): remove lanelet2_map_preprocessor pack…

    …age (autowarefoundation#8801)
    
    * move lanelet2_map_preprocessor into autoware_tools
    
    Signed-off-by: a-maumau <[email protected]>
    
    * place to correct dir
    
    Signed-off-by: a-maumau <[email protected]>
    
    * fix typo
    
    Co-authored-by: Yamato Ando <[email protected]>
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: Yamato Ando <[email protected]>
    a-maumau and YamatoAndo authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    31d39b5 View commit details
    Browse the repository at this point in the history
  6. test(lane_departure_checker): add tests for cutTrajectory (autowarefo…

    …undation#8887)
    
    * move cutTrajectory() to separate file
    * add test for cutTrajectory()
    
    ---------
    
    Signed-off-by: mitukou1109 <[email protected]>
    mitukou1109 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    39a4b58 View commit details
    Browse the repository at this point in the history
  7. ci(pre-commit): autoupdate (autowarefoundation#7630)

    * ci(pre-commit): autoupdate
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * style(pre-commit): autofix
    
    * fix: remove the outer call to dict()
    
    Signed-off-by: mitsudome-r <[email protected]>
    
    ---------
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Signed-off-by: mitsudome-r <[email protected]>
    Co-authored-by: github-actions <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: mitsudome-r <[email protected]>
    4 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8173aae View commit details
    Browse the repository at this point in the history
  8. test(lane_departure_checker): add tests for resampleTrajectory (autow…

    …arefoundation#8895)
    
    * move resampleTrajectory() to separate file
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * add tests for resampleTrajectory()
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    ---------
    
    Signed-off-by: mitukou1109 <[email protected]>
    mitukou1109 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d3e7e94 View commit details
    Browse the repository at this point in the history
  9. feat(ndt_scan_matcher): visualize matching score each point (autoware…

    …foundation#8856)
    
    * Connect point clouds with ndt_scan_matcher and ndt_omp
    
    Signed-off-by: yuhei <[email protected]>
    
    * display points with pseudo-color
    
    Signed-off-by: yuhei <[email protected]>
    
    * use calculateNearestVoxelScoreEachPoint()
    
    Signed-off-by: yuhei <[email protected]>
    
    * add visualizePointScore()
    
    Signed-off-by: yuhei <[email protected]>
    
    * use get_subscription_count()
    
    Signed-off-by: yuhei <[email protected]>
    
    * style(pre-commit): autofix
    
    * change Ptr to Non-Ptr
    
    Signed-off-by: yuhei <[email protected]>
    
    * change camelCase to snake_case
    
    Signed-off-by: yuhei <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: yuhei <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: SakodaShintaro <[email protected]>
    3 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    029b394 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    003808b View commit details
    Browse the repository at this point in the history
  11. fix(bvp): fix rtc state update logic (autowarefoundation#8884)

    * fix(bvp): fix rtc state update logic
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(intersection): fix unexpected rtc state initialization
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0d55025 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90347e3 View commit details
    Browse the repository at this point in the history
  13. refactor(autoware_pointcloud_preprocessor): rework pickup based voxel…

    … grid downsample filter parameters (autowarefoundation#8481)
    
    * feat: rework pickup based voxel grid downsample filter parameter
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: update date
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix spell error
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: add boundary
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix grammatical error
    
    Signed-off-by: vividf <[email protected]>
    
    ---------
    
    Signed-off-by: vividf <[email protected]>
    Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
    vividf and knzo25 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e8e9e89 View commit details
    Browse the repository at this point in the history
  14. style: update state panel plugin (autowarefoundation#8846)

    Signed-off-by: KhalilSelyan <[email protected]>
    Signed-off-by: M. Fatih Cırıt <[email protected]>
    KhalilSelyan authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    28a389b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix(behavior_path_planner): fix rtc state update logic (autowarefound…

    …ation#8899)
    
    * fix function updateRTCStatus
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix pre-commit
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cd82008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00a9a34 View commit details
    Browse the repository at this point in the history
  3. fix(static_obstacle_avoidance): update UUID when candidate shift is e…

    …mpty (autowarefoundation#8901)
    
    fix candidate shift line's rtc cooperate status
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2c475ba View commit details
    Browse the repository at this point in the history
  4. refactor(ekf_localizer)!: prefix package and namespace with autoware (a…

    …utowarefoundation#8888)
    
    * import lanelet2_map_preprocessor
    
    Signed-off-by: a-maumau <[email protected]>
    
    * move headers to include/autoware/efk_localier
    
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    a-maumau authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    18fb465 View commit details
    Browse the repository at this point in the history
  5. feat(lane_change): improve execution condition of lane change module (a…

    …utowarefoundation#8648)
    
    * refactor lane change utility funcions
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * LC utility function to get distance to next regulatory element
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * don't activate LC module when close to regulatory element
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * modify threshold distance calculation
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * move regulatory element check to canTransitFailureState() function
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * always run LC module if approaching terminal point
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * use max possible LC length as threshold
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * update LC readme
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * refactor implementation
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * update readme
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * check distance to reg element for candidate path only if not near terminal start
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    ---------
    
    Signed-off-by: mohammad alqudah <[email protected]>
    mkquda authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f674f8 View commit details
    Browse the repository at this point in the history
  6. chore: update CODEOWNERS (autowarefoundation#8900)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <[email protected]>
    awf-autoware-bot[bot] and github-actions authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    94678c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ebc3dc View commit details
    Browse the repository at this point in the history
  8. docs(reaction_analyzer): update bag files and the README (autowarefou…

    …ndation#8633)
    
    * docs(reaction_analyzer): update bag files and the README
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    batuhanbeytekin authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d57f82d View commit details
    Browse the repository at this point in the history
  9. feat(tier4_perception_launch): enable to use multi camera on traffic …

    …light recognition (autowarefoundation#8676)
    
    * main process
    
    Signed-off-by: MasatoSaeki <[email protected]>
    
    * style(pre-commit): autofix
    
    * add exception if input is invalid
    
    Signed-off-by: MasatoSaeki <[email protected]>
    
    ---------
    
    Signed-off-by: MasatoSaeki <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    MasatoSaeki and pre-commit-ci[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    edb4179 View commit details
    Browse the repository at this point in the history
  10. fix(autoware_lidar_apollo_instance_segmentation): added existence pro…

    …bability (autowarefoundation#8862)
    
    * added existence probability
    
    Signed-off-by: Samrat Thapa <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Samrat Thapa <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    SamratThapa120 and pre-commit-ci[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3b147dd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    6948839 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1543 from tier4/sync-upstream

    chore: sync tier4/autoware.universe:awf-latest
    tier4-autoware-public-bot[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    625605a View commit details
    Browse the repository at this point in the history
  3. fix(goal_planner): fix typo (autowarefoundation#8910)

    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5f5d08b View commit details
    Browse the repository at this point in the history
  4. fix(intersection): fix typo (autowarefoundation#8911)

    * fix(intersection): fix typo
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * fix(intersection): fix typo
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    rej55 and pre-commit-ci[bot] committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0726690 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1544 from tier4/fix/typo

    fix: typo
    rej55 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f675b2d View commit details
    Browse the repository at this point in the history
  6. fix(lane_change): set initail rtc state properly (autowarefoundation#…

    …8902)
    
    set initail rtc state properly
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3c230eb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge pull request #1545 from tier4/fix/beta/v0.35/lc_warning

    fix(lane_change): set initial rtc state properly (autowarefoundation#8902)
    rej55 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7ed77b2 View commit details
    Browse the repository at this point in the history
  2. refactor(start_planner,raw_vechile_cmd_converter): align parameter wi…

    …th autoware_launch's parameter (autowarefoundation#8913)
    
    * align autoware_raw_vehicle_cmd_converter's parameter
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * align start_planner's parameter
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored and rej55 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1412557 View commit details
    Browse the repository at this point in the history
  3. chore(mpc_lateral_controller): consistent parameters with autoware_la…

    …unch (autowarefoundation#8914)
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored and rej55 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3ae8633 View commit details
    Browse the repository at this point in the history
  4. chore(planning): consistent parameters with autoware_launch (autoware…

    …foundation#8915)
    
    * chore(planning): consistent parameters with autoware_launch
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix json schema
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored and rej55 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ed81a55 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1547 from tier4/fix/parameters

    fix: parameters
    rej55 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f1adaed View commit details
    Browse the repository at this point in the history
  6. feat(emergency_handler): delete package (autowarefoundation#8917)

    * feat(emergency_handler): delete package
    
    Signed-off-by: veqcc <[email protected]>
    veqcc authored and rej55 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    05acc9e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1549 from tier4/feat/delete_emergency_handler

    feat(emergency_handler): delete package (autowarefoundation#8917)
    rej55 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0eb2e35 View commit details
    Browse the repository at this point in the history
  8. refactor(detected_object_validation): rework parameters (autowarefoun…

    …dation#7750)
    
    * refactor(detected_object_validation): rework parameters
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * Update perception/detected_object_validation/schema/object_lanelet_filter.schema.json
    
    Co-authored-by: badai nguyen  <[email protected]>
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * Update perception/detected_object_validation/schema/object_position_filter.schema.json
    
    Co-authored-by: badai nguyen  <[email protected]>
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * refactor(detected_object_validation): rework parameters
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * refactor(detected_object_validation): rework parameters
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * refactor(detected_object_validation): rework parameters
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * refactor(detected_object_validation): rework parameters
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * refactor(detected_object_validation): rework parameters
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: batuhanbeytekin <[email protected]>
    Signed-off-by: Batuhan Beytekin <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    2 people authored and MasatoSaeki committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c5ab77a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge pull request #1550 from tier4/hotfix/object_validation

    refactor(detected_object_validation): rework parameters (autowarefoundation#7750)
    rej55 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d288f06 View commit details
    Browse the repository at this point in the history
  2. feat(system_error_monitor): remove system error monitor (autowarefoun…

    …dation#8929)
    
    * feat: delete-system-error-monitor-from-autoware
    
    Signed-off-by: TetsuKawa <[email protected]>
    
    * feat: remove unnecessary params
    
    ---------
    
    Signed-off-by: TetsuKawa <[email protected]>
    TetsuKawa authored and rej55 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1f966da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1551 from tier4/feat/delete-system-error-monitor

    feat(system_error_monitor): remove system error monitor (autowarefoundation#8929)
    rej55 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    554ce6d View commit details
    Browse the repository at this point in the history