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.30.0 with tier4/main #1403

Merged
merged 219 commits into from
Jul 10, 2024

Commits on Jun 18, 2024

  1. ci(build-and-test): limit ccache size (autowarefoundation#7555)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c9c58f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4094bbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4b14da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7493322 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    525badb View commit details
    Browse the repository at this point in the history
  2. refactor(yabloc_particle_filter): apply static analysis (autowarefoun…

    …dation#7519)
    
    * removed unused
    
    Signed-off-by: a-maumau <[email protected]>
    
    * style(pre-commit): autofix
    
    * removed unused
    
    Signed-off-by: a-maumau <[email protected]>
    
    * Update localization/yabloc/yabloc_particle_filter/src/camera_corrector/camera_particle_corrector_core.cpp
    
    change to use get_mean_pose directly
    
    Co-authored-by: Kento Yabuuchi <[email protected]>
    Signed-off-by: a-maumau <[email protected]>
    
    * apply suggestion
    
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kento Yabuuchi <[email protected]>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f90f216 View commit details
    Browse the repository at this point in the history
  3. feat(yabloc_pose_initializer): componentize yabloc_pose_initializer n…

    …ode (autowarefoundation#7506)
    
    * change the node to component
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * remove useless node.cpp
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * add rclcpp_components as dependency
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    KYabuuchi authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    609df50 View commit details
    Browse the repository at this point in the history
  4. feat(yabloc_monitor): componentize yabloc_monitor node (autowarefound…

    …ation#7509)
    
    * change node to component
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * fix launch file & cmake
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    KYabuuchi authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b003733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee4442b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b9d5c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fbc30c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e668be9 View commit details
    Browse the repository at this point in the history
  9. fix(simple_planning_simulator): fix duplicateBranch warnings (autowar…

    …efoundation#7574)
    
    * fix(simple_planning_simulator): fix duplicateBranch warnings
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f4f892e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7508103 View commit details
    Browse the repository at this point in the history
  11. docs(bpp_static_obstacle_avoidance): add documentation (autowarefound…

    …ation#7554)
    
    * fix: package path
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * docs: add explanation of lateral margin
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix: typo
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix: wrong description
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f6d2c59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67c76b3 View commit details
    Browse the repository at this point in the history
  13. fix(autoware_behavior_path_static_obstacle_avoidance_module): fix dup…

    …licateCondition warnings (autowarefoundation#7582)
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bfbe80e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da61a2f View commit details
    Browse the repository at this point in the history
  15. feat(ndt_scan_matcher): change from TP to NVTL for determination of i…

    …nitial position estimation results (autowarefoundation#7141)
    
    * feat(ndt_scan_matcher): change from TP to NVTL
    
    Signed-off-by: RyuYamamoto <[email protected]>
    
    * fix(ndt_scan_matcher): fixed typo
    
    Signed-off-by: RyuYamamoto <[email protected]>
    
    ---------
    
    Signed-off-by: RyuYamamoto <[email protected]>
    RyuYamamoto authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a443210 View commit details
    Browse the repository at this point in the history
  16. feat(mpc_lateral_controller): signal a MRM when MPC fails. (autowaref…

    …oundation#7016)
    
    * mpc fail checker diagnostic added
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * fix some scope issues
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * member attribute added.
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * shared pointer added.
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * member attribute (diag_updater_) added
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * dependency added.
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * implementation of the MpcLateralController corrected!
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * typo in comment corrected!
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * member method argument corrected
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * delete unnecessary reference mark
    
    Co-authored-by: Takamasa Horibe <[email protected]>
    
    * rebase
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * correct the include
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * pre-commit
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    ---------
    
    Signed-off-by: Zhe Shen <[email protected]>
    Co-authored-by: Takamasa Horibe <[email protected]>
    HansOersted and TakaHoribe authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fbd61e2 View commit details
    Browse the repository at this point in the history
  17. fix(autoware_obstacle_cruise_planner): fix assignBoolToFloat warning (a…

    …utowarefoundation#7541)
    
    * fix(autoware_obstacle_cruise_planner): fix assignBoolToFloat warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * delete unnecessary file
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1d3a094 View commit details
    Browse the repository at this point in the history
  18. fix(learning_based_vehicle_model): fix constVariablePointer warning (a…

    …utowarefoundation#7575)
    
    * fix constVariablePointer warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * add reference
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4da27a8 View commit details
    Browse the repository at this point in the history
  19. fix(net_monitor): fix cppcheck warnings (autowarefoundation#7573)

    * fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix variableScope warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix unreadVariable warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0a2f1e3 View commit details
    Browse the repository at this point in the history
  20. fix(autoware_path_sampler): fix unusedVariable warning (autowarefound…

    …ation#7584)
    
    fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8837b1f View commit details
    Browse the repository at this point in the history
  21. fix(autoware_velocity_smoother): fix unusedVariable warning (autoware…

    …foundation#7585)
    
    fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b284599 View commit details
    Browse the repository at this point in the history
  22. feat(autonomous_emergency_braking): add predicted object support for …

    …aeb (autowarefoundation#7548)
    
    * add polling sub to predicted objects
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * WIP requires changing path frame to map
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add parameters and reuse predicted obj speed
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * introduce early break to reduce computation time
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * resolve merge conflicts
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix guard
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * remove unused declaration
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix include
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix include issues
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * remove inline
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * delete unused dependencies
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add utils.cpp
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * remove _ for non member variable
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    51045e9 View commit details
    Browse the repository at this point in the history
  23. refactor(behavior_velocity_no_drivable_lane_module): prefix package a…

    …nd namespace with autoware (autowarefoundation#7469)
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    esteve authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0eefe2d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8dcddae View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. feat(lidar_centerpoint): accelerated preprocessing for centerpoint (a…

    …utowarefoundation#6989)
    
    * feat: accelerated preprocessing for centerpoint
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * chore: changed includes to quotes instead of brackets
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * chore: fixed variable name
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * fix: addressed the case where the points in the cache is over the maximum capacity
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * fix: fixed the offset of the output buffer in the kernel
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * chore: reimplemented old logic in the pointpainting package since the new centerpoint logic is incompatible
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * fix: eigen matrices are column major by default. this commit fixes the code that assumed row-major, implements check for data layout, and updates tests
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * chore: fixed missing virtual destructor
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    ---------
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    Co-authored-by: kminoda <[email protected]>
    knzo25 and kminoda authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fffb149 View commit details
    Browse the repository at this point in the history
  2. fix(mpc_lateral_controller): align the MPC steering angle when the ca…

    …r is controlled manually. (autowarefoundation#7109)
    
    * align the MPC steering angle when the car is controlled manually.
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * update the condition for is_driving_manually
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * STOP mode included
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * comment the is_driving_manually
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * align the steering outside (after) the solver.
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * use the flag input_data.current_operation_mode.is_autoware_control_enabled
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * correct a typo
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * correct the under control condition check
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * undo the space delete
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * unchange the unrelevant line
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * pre-commit
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    ---------
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d677314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aa747b View commit details
    Browse the repository at this point in the history
  4. refactor(livox): apply clang-tidy check (autowarefoundation#7551)

    livox
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    45c068a View commit details
    Browse the repository at this point in the history
  5. feat(path_distance_calculator): change to read topic by polling (auto…

    …warefoundation#7318)
    
    replace Subscription to InterProcessPollingSubscriber
    
    Signed-off-by: Autumn60 <[email protected]>
    Co-authored-by: Autumn60 <[email protected]>
    Co-authored-by: Tomoya Kimura <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5a539f4 View commit details
    Browse the repository at this point in the history
  6. refactor(goal_distance_calculator): narrow variable scopes and change…

    … to read topic by polling (autowarefoundation#7434)
    
    * delete unnecessary member
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * replace rclcpp::Subscription to autoware_utils::InterProcessPollingSubscriber
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * format by clang-format
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * delete unnecessary callback func
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * refactor goal_distance_calculator_node
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * clang format
    
    Signed-off-by: Autumn60 <[email protected]>
    
    ---------
    
    Signed-off-by: Autumn60 <[email protected]>
    Co-authored-by: Autumn60 <[email protected]>
    Co-authored-by: Shumpei Wakabayashi <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d2d45f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8d2f2d View commit details
    Browse the repository at this point in the history
  8. refactor(obstacle_cruise_planner): apply clang-tidy check (autowarefo…

    …undation#7553)
    
    obstacle_cruise
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5974015 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    822d5b5 View commit details
    Browse the repository at this point in the history
  10. chore(tier4_perception_launch): perception launcher refactoring secon…

    …d round (autowarefoundation#7440)
    
    * feat: separate filters
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: object validator to modular
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: remove default values from subsequent launch files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: group interfaces and junctions
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * Revert "chore: group interfaces and junctions"
    
    This reverts commit 9d723c3.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: group interfaces and junctions
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: radar input
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: remove defaults from camera inputs
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: rename camera args
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: reorder
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: remove defaults from lidar interface
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * Add use_pointcloud_map and use_validator arguments to detection.launch.xml
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: remove default from validators and filters
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: pointcloud container node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * Add use_low_intensity_cluster_filter argument to launch files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: on off detector and merger
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: radar_far/objects default
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: radar object filter parameter
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    technolojin and pre-commit-ci[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e84d32d View commit details
    Browse the repository at this point in the history
  11. chore: update CODEOWNERS (autowarefoundation#7456)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <[email protected]>
    Co-authored-by: kminoda <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a7947ca View commit details
    Browse the repository at this point in the history
  12. chore(cppcheck): update .cppcheck_suppressions (autowarefoundation#7571)

    * chore(cppcheck): update .cppcheck_suppressions
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * remove unnecessary features
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * remove unnecessary feature
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * remove unnecessary feature
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * remove unneccesary feature
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * remove unnecessary feature
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    841555e View commit details
    Browse the repository at this point in the history
  13. feat(autoware_test_utils): add autoware test manager (autowarefoundat…

    …ion#7597)
    
    * feat(detected_object_validation): add test
    
    Signed-off-by: kminoda <[email protected]>
    
    * move to autoware_test_utils
    
    Signed-off-by: kminoda <[email protected]>
    
    * remove perception
    
    Signed-off-by: kminoda <[email protected]>
    
    * update cmake
    
    Signed-off-by: kminoda <[email protected]>
    
    * style(pre-commit): autofix
    
    * remove perception change
    
    Signed-off-by: kminoda <[email protected]>
    
    * add include
    
    Signed-off-by: kminoda <[email protected]>
    
    * refactored
    
    Signed-off-by: kminoda <[email protected]>
    
    * avoid using void and static_pointer_cast
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    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 Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5cc0854 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f2e780c View commit details
    Browse the repository at this point in the history
  15. feat(static_obstacle_avoidance): keep object clipping even after the …

    …object becomes non-target (autowarefoundation#7591)
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7638fa1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    978d07d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a5e975c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b747520 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ac43d07 View commit details
    Browse the repository at this point in the history
  20. fix(autoware_mpc_lateral_controller): fix duplicateExpression warning (

    …autowarefoundation#7542)
    
    * fix(autoware_mpc_lateral_controller): fix duplicateExpression warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    73e22ca View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3b4ab95 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    21b0285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18917d View commit details
    Browse the repository at this point in the history
  3. chore(ci): change way to get modified files for cppcheck (autowarefou…

    …ndation#7610)
    
    * chore(ci): change way to modified files for cppcheck
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * fix(ci): use correct base ref in cppcheck differential
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore: remove typo 
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    ---------
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    HansRobo authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bdc8503 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e90d356 View commit details
    Browse the repository at this point in the history
  5. fix(autoware_mpc_lateral_controller): relax the steering rate constra…

    …int at zero speed (autowarefoundation#7581)
    
    * constraint for zero velocity updated
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * correct the comment
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    ---------
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    eb00776 View commit details
    Browse the repository at this point in the history
  6. fix(gnss_poser): give msg_gnss_ins_orientation_stamped_ initial rmse …

    …values (autowarefoundation#7607)
    
    * Give msg_gnss_ins_orientation_stamped_->orientation.rmse_rotation_* initial values
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    TaikiYamada4 and pre-commit-ci[bot] authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    46b3ce5 View commit details
    Browse the repository at this point in the history
  7. chore(ci): install binary cppcheck from snap for cppcheck-daily (auto…

    …warefoundation#7614)
    
    * chore(ci): install binary cppcheck from snap for cppcheck-daily
    
    Signed-off-by: veqcc <[email protected]>
    
    * remove unnecessary step
    
    Signed-off-by: veqcc <[email protected]>
    
    ---------
    
    Signed-off-by: veqcc <[email protected]>
    veqcc authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    eab2567 View commit details
    Browse the repository at this point in the history
  8. 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]>
    badai-nguyen and knzo25 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    faa5c95 View commit details
    Browse the repository at this point in the history
  9. refactor(static_obstacle_avoidance): change logger name for utils (au…

    …towarefoundation#7617)
    
    change logger name for static avoidance utils
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    821d14a View commit details
    Browse the repository at this point in the history
  10. refactor(lane_change): use lane change namespace for structs (autowar…

    …efoundation#7508)
    
    * refactor(lane_change): use lane change namespace for structs
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    * Move lane change namespace to bottom level
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8499417 View commit details
    Browse the repository at this point in the history
  11. fix(pointcloud_preprocessor): fix arrayIndexThenCheck warning (autowa…

    …refoundation#7547)
    
    * fix(pointcloud_preprocessor): fix arrayIndexThenCheck waarning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix deleted_azimuths's index
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    * fix typo
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a91bfeb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. feat(autonomous_emergency_braking): add cluster min height for aeb (a…

    …utowarefoundation#7605)
    
    * add minimum cluster height threshold
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add update param option
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * use param
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * avoid the float check if cluster_surpasses_threshold_height is already true
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update README
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add cluster height description
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b91298b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3fe17d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c66b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b24d9b View commit details
    Browse the repository at this point in the history
  5. fix(autoware_behavior_path_goal_planner_module): fix lateral_offset r…

    …elated warnings (autowarefoundation#7624)
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3900cbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a54b73e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c2e484 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. fix(autoware_motion_velocity_obstacle_velocity_limiter_module): fix u…

    …nreadVariable warning (autowarefoundation#7625)
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    dc3751f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2461903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca8cb30 View commit details
    Browse the repository at this point in the history
  4. fix(autoware_behavior_velocity_no_drivable_lane_module): fix containe…

    …rOutOfBounds wawrning (autowarefoundation#7631)
    
    * fix(autoware_behavior_velocity_no_drivable_lane_module): fix containerOutOfBounds wawrning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    30ecaad View commit details
    Browse the repository at this point in the history
  5. feat(multi_object_tracker): tracker refactoring (autowarefoundation#7271

    )
    
    * feat: separate filters
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: object validator to modular
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: replace xyzrpy covariance index
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactor tracker class members
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactor
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactoring destructor
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactoring getUpdatingObject
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactoring object size checker
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: debugger delay calculation order is fixed
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: bicycle size update bug fix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: renamed message package
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactoring
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: object parameter class
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactor includes
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: initial impl. of object model
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: impl. object model to bicycle, big, normal
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: impl. object model to pedestrian
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: impl. cont
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: fix missing refactoring
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: align unit of angles, yaw rates
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: rename tier4_autoware_utils to autoware_universe_utils
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: missing unit conversion
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: sources
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: Update include and import statements
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: unit convert bug
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: update to autoware::universe_utils
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: mis-implementation of process noise
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    technolojin and pre-commit-ci[bot] authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    6ac4b24 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. feat(route_handler): add unit test for lane change related functions (a…

    …utowarefoundation#7504)
    
    * RT1-6230 feat(route_handler): add unit test for lane change related functions
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    * fix spell check
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    * fix spellcheck
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    480d97a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b05b0 View commit details
    Browse the repository at this point in the history
  3. feat(tensorrt yolox): inference and publish mask image from yolox mod…

    …el with semantic segmentation header (autowarefoundation#5553)
    
    * add segmentation model
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    fix: add multitask for segment
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: publish mask
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * feat: publish colorized mask
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: resize yolox mask
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: add memory allocate operations
    
    Signed-off-by: Manato HIRABAYASHI <[email protected]>
    
    * refactor: remove underscore for a local variable
    
    Signed-off-by: Manato HIRABAYASHI <[email protected]>
    
    * chore: add condition to check the number of subscriber for newly added topics
    
    Signed-off-by: Manato HIRABAYASHI <[email protected]>
    
    * chore: pre-commit
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: add roi overlapping segment
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: roi overlay segment
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: refactor
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * docs: update readme
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: update model name
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: add utils into tensorrt_yolox
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: launch file
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: remove unnecessary depend
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: fix yaml file
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: remove duplicated param in launch
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: semantic class
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * docs: update readme
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: update default param
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: add processing time topic
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: typo
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * style(pre-commit): autofix
    
    * chore: fix cspell error
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: yolox default param
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: rename debug topics
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: rename debug topics
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * docs: update model description
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * style(pre-commit): autofix
    
    * fix: launch
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * refactor: unpublish mask for single task
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * Update perception/tensorrt_yolox/src/tensorrt_yolox.cpp
    
    Co-authored-by: Manato Hirabayashi <[email protected]>
    
    * Update perception/tensorrt_yolox/src/tensorrt_yolox.cpp
    
    Co-authored-by: Manato Hirabayashi <[email protected]>
    
    * Update perception/tensorrt_yolox/src/tensorrt_yolox.cpp
    
    Co-authored-by: Manato Hirabayashi <[email protected]>
    
    * style(pre-commit): autofix
    
    * docs: update reamde
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * style(pre-commit): autofix
    
    * fix: skip mask size as yolox output
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    ---------
    
    Signed-off-by: badai-nguyen <[email protected]>
    Signed-off-by: Manato HIRABAYASHI <[email protected]>
    Co-authored-by: Manato HIRABAYASHI <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Manato Hirabayashi <[email protected]>
    4 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2ca276f View commit details
    Browse the repository at this point in the history
  4. fix(tensorrt_yolox): fix unusedVariable warning (autowarefoundation#7586

    )
    
    fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8df02f5 View commit details
    Browse the repository at this point in the history
  5. chore(ci): remove arrayIndexThenCheck (autowarefoundation#7618)

    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e5be1be View commit details
    Browse the repository at this point in the history
  6. fix(autoware_behavior_path_dynamic_obstacle_avoidance_module): fix bi…

    …twiseOnBoolean warning (autowarefoundation#7636)
    
    Signed-off-by: veqcc <[email protected]>
    veqcc authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5bead38 View commit details
    Browse the repository at this point in the history
  7. fix(bytetrack): fix cppcheck warnings (autowarefoundation#7576)

    * fix unreadVariable
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix variableScope
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix unusedVariable
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix constParameterPointer
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix unreadVariable
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ed0c45d View commit details
    Browse the repository at this point in the history
  8. chore(typo): temoporary => temporary (autowarefoundation#7645)

    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    HansRobo authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    22aaa47 View commit details
    Browse the repository at this point in the history
  9. fix(autoware_obstacle_cruise_planner): fix knownConditionTrueFalse wa…

    …rnings (autowarefoundation#7620)
    
    * fix(autoware_obstacle_cruise_planner): fix knownConditionTrueFalse warnings
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d46a059 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cfdd868 View commit details
    Browse the repository at this point in the history
  11. chore(ci): change way to modified files in clang-tidy-differential (a…

    …utowarefoundation#7639)
    
    * chore(ci): fetch full depth in clang-tidy-differential
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): use raw git to get modified files
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): fix deprecated GitHub actions variable operation
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): delete unnecessary steps
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * refactor(ci): unite multiple command line into one line
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    ---------
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    HansRobo authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    953d929 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f15e5d6 View commit details
    Browse the repository at this point in the history
  13. fix(autoware_obstacle_cruise_planner): fix shadowVariable warning (au…

    …towarefoundation#7656)
    
    * fix(autoware_obstacle_cruise_planner): fix shadowVariable warning
    
    Signed-off-by: Koichi Imai <[email protected]>
    
    * fix
    
    Signed-off-by: Koichi Imai <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Koichi Imai <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Koichi98 and pre-commit-ci[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d563f1d View commit details
    Browse the repository at this point in the history
  14. fix(autoware_obstacle_cruise_planner): fix shadowVariable warning in …

    …generateSlowDownTrajectory (autowarefoundation#7659)
    
    Signed-off-by: Koichi Imai <[email protected]>
    Koichi98 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2a3eaee View commit details
    Browse the repository at this point in the history
  15. fix: replace deprecated header in Jazzy (autowarefoundation#7603)

    * Use cv_bridge.hpp if available
    
    Signed-off-by: f0reachARR <[email protected]>
    
    * Fix image_geometry deprecated header
    
    Signed-off-by: f0reachARR <[email protected]>
    
    * Add comment for __has_include
    
    Signed-off-by: f0reachARR <[email protected]>
    
    ---------
    
    Signed-off-by: f0reachARR <[email protected]>
    Co-authored-by: Kotaro Yoshimoto <[email protected]>
    f0reachARR and HansRobo authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b648a00 View commit details
    Browse the repository at this point in the history
  16. fix: replace Ogre deprecated header (autowarefoundation#7606)

    Fix Ogre deprecated header
    
    Signed-off-by: f0reachARR <[email protected]>
    Co-authored-by: Kotaro Yoshimoto <[email protected]>
    f0reachARR and HansRobo authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9a456e6 View commit details
    Browse the repository at this point in the history
  17. feat(auoware_test_utils): add jump_clock interface (autowarefoundatio…

    …n#7638)
    
    * feat(auoware_test_utils): add jump_clock interface
    
    Signed-off-by: kminoda <[email protected]>
    
    * add comment
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    kminoda authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dcb8803 View commit details
    Browse the repository at this point in the history
  18. chore: update the PR template (autowarefoundation#7667)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ef3cef1 View commit details
    Browse the repository at this point in the history
  19. refactor(autoware_behavior_velocity_speed_bump_module): prefix packag…

    …e and namespace with autoware (autowarefoundation#7467)
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    esteve authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    84bede5 View commit details
    Browse the repository at this point in the history
  20. 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 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0256188 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    435f368 View commit details
    Browse the repository at this point in the history
  2. fix(autoware_behavior_path_planner_common): fix shadowArgument warnin…

    …g in getDistanceToCrosswalk (autowarefoundation#7665)
    
    Signed-off-by: Koichi Imai <[email protected]>
    Koichi98 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bfcb320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf6e61 View commit details
    Browse the repository at this point in the history
  4. fix(smart_mpc_trajectory_folower): fix running by adding control_stat…

    …e and changing msg/package_name (autowarefoundation#7666)
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f306973 View commit details
    Browse the repository at this point in the history
  5. fix(autoware_behavior_path_planner_common): fix containerOutOfBounds …

    …warning (autowarefoundation#7675)
    
    * fix(autoware_behavior_path_planner_common): fix containerOutOfBounds warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix type
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b91cfa1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    758b425 View commit details
    Browse the repository at this point in the history
  7. ci(comment-on-pr): make it work on forks (autowarefoundation#7680)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7685d8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fffc28 View commit details
    Browse the repository at this point in the history
  9. feat(motion_velocity_planner, lane_departure_checker): add processing…

    … time Float64 publishers (autowarefoundation#7683)
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    63e0399 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d20d901 View commit details
    Browse the repository at this point in the history
  11. chore(ci): fix error in clang-tidy-differential with diffs in multi…

    …ple files (autowarefoundation#7685)
    
    * chore(ci): output modified file list without newlines
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): test diffs
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): test diffs
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): revert test diff
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): revert test diff
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    ---------
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    HansRobo authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1d1ee46 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    1cff7ad View commit details
    Browse the repository at this point in the history
  2. fix(autoware_pid_longitudinal_controller, autoware_trajectory_followe…

    …r_node): unite diagnostic_updater_ in PID and MPC. (autowarefoundation#7674)
    
    * diag_updater_ added in PID
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * correct the pointer form
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * pre-commit
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    ---------
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cd86f0a View commit details
    Browse the repository at this point in the history
  3. fix(autoware_mpc_lateral_controller): delete the zero speed constraint (

    autowarefoundation#7673)
    
    * delete steer rate limit when vel = 0
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * delete unnecessary variable
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * pre-commit
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    ---------
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    69258bd View commit details
    Browse the repository at this point in the history
  4. feat(tier4_perception_launch): enable multi channel tracker merger (a…

    …utowarefoundation#7459)
    
    * feat: introduce multi channel tracker merger
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    feat: separate filters
    
    feat: filtering camera lidar fusion
    
    fix: object validator to modular
    Signed-off-by: Taekjin LEE <[email protected]>
    
    fix: add missing config
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    fix: radar only mode for both fusion mode
    
    fix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: implement merger switching
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: move pointcloud filter from detection to filter group
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: define external and internal interfaces
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: set output of camera-lidar in absolute path
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: explicit object detection output
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: update object detection input paths
    
    fix radar output
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: update object detection input paths
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: radar pipeline output
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: update object detection input paths
    
    This commit updates the input paths for object detection. It ensures that the correct paths are used for the detection process.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: group to avoid argument mixture
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    technolojin and pre-commit-ci[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ec88fc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b67a6c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e00bcf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8444a9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cdd150 View commit details
    Browse the repository at this point in the history
  9. fix(radar_object_tracker): fix duplicateBranch warning (autowarefound…

    …ation#7697)
    
    * fix(radar_object_tracker): fix duplicateBranch warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * delete comments
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    641796b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a28691 View commit details
    Browse the repository at this point in the history
  11. chore(ci): fix failure condition when modified files are empty (autow…

    …arefoundation#7704)
    
    * chore(ci): fix failure condition when modified files are empty
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore: delete unnecessary new line
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore: delete lidar_centerpoint_tvm package for test
    
    Signed-off-by: GitHub <[email protected]>
    
    * chore(ci): fix workflow conditions
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): filter un-existing files in cppcheck-differential
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * Revert "chore: delete lidar_centerpoint_tvm package for test"
    
    This reverts commit 3b8bcb3.
    
    * chore: fix pre-commit errors
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    ---------
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    Signed-off-by: GitHub <[email protected]>
    HansRobo authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b261aec View commit details
    Browse the repository at this point in the history
  12. refactor(localization_util): add covariance_ellipse to localization_u…

    …til (autowarefoundation#7706)
    
    Added covariance_ellipse to localization_util
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    10c1a85 View commit details
    Browse the repository at this point in the history
  13. feat(tier4_perception_launch): add missing arg use_multi_channel_trac…

    …ker_merger (autowarefoundation#7705)
    
    * feat(tier4_perception_launch): add missing arg use_multi_channel_tracker_merger
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: add use_multi_channel_tracker_merger argument to simulator launch
    
    This commit adds the `use_multi_channel_tracker_merger` argument to the simulator launch file. The argument is set to `false` by default. This change enables the use of the multi-channel tracker merger in the simulator.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    23d857d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. 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 Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c129187 View commit details
    Browse the repository at this point in the history
  2. fix(autoware_behavior_velocity_planner_common): remove lane_id check …

    …from arc_lane_util (autowarefoundation#7710)
    
    * fix(arc_lane_util): remove lane_id check from arc_lane_util
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    * modify test_arc_lane_util.cpp
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    ---------
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    be02771 View commit details
    Browse the repository at this point in the history
  3. docs(rtc_replayer): fix wrong link (autowarefoundation#7714)

    * fix link for rtc_replayer
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * delete RTC replayer header
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d88de18 View commit details
    Browse the repository at this point in the history
  4. refactor(static_obstacle_avoidance): organize params for drivable lane (

    autowarefoundation#7715)
    
    * refactor(static_obstacle_avoidance): organize params for drivable lane
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/schema/static_obstacle_avoidance.schema.json
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    228b6af View commit details
    Browse the repository at this point in the history
  5. feat(image_projection_based_fusion): unrectify image projection based…

    … fusion (autowarefoundation#7053)
    
    * unrecify 3d point for image projection based fusion
    
    Signed-off-by: Yukihiro Saito <[email protected]>
    
    * style(pre-commit): autofix
    
    * add try-catch code for exception handling
    
    Signed-off-by: Yukihito Saito <[email protected]>
    
    * Update perception/image_projection_based_fusion/src/utils/utils.cpp
    
    Co-authored-by: kminoda <[email protected]>
    
    * style(pre-commit): autofix
    
    * remove litter
    
    Signed-off-by: Yukihito Saito <[email protected]>
    
    * revert try-catch
    
    Signed-off-by: Yukihito Saito <[email protected]>
    
    * Update perception/image_projection_based_fusion/src/utils/utils.cpp
    
    Co-authored-by: kminoda <[email protected]>
    
    * fix: resolve conflict
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Yukihiro Saito <[email protected]>
    Signed-off-by: Yukihito Saito <[email protected]>
    Signed-off-by: Taekjin LEE <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: kminoda <[email protected]>
    Co-authored-by: Taekjin LEE <[email protected]>
    4 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bcf0677 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cc45ae View commit details
    Browse the repository at this point in the history
  7. chore: update sample rosbags for localization modules (autowarefounda…

    …tion#7716)
    
    Update sample rosbags for new message types
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    TaikiYamada4 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ff33d9c View commit details
    Browse the repository at this point in the history
  8. refactor(object_velocity_splitter)!: fix namespace and directory stru…

    …cture (autowarefoundation#7646)
    
    * refactor: refactor object_velocity_splitter_node component
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: fix the node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: move header file to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    908703f View commit details
    Browse the repository at this point in the history
  9. refactor(radar_crossing_objects_noise_filter)!: fix namespace and dir…

    …ectory structure (autowarefoundation#7649)
    
    * feat: Refactor radar_crossing_objects_noise_filter node
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: fix the node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: move header file to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: remove unused dependency
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2004de6 View commit details
    Browse the repository at this point in the history
  10. refactor(radar_fusion_to_detected_object)!: fix namespace and directo…

    …ry structure (autowarefoundation#7650)
    
    * refactor: refactor radar fusion to detected object node and related files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: fix the node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: move header files to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    963d264 View commit details
    Browse the repository at this point in the history
  11. refactor(radar_tracks_msgs_converter)!: fix namespace and directory s…

    …tructure (autowarefoundation#7653)
    
    * refactor: radar_tracks_msgs_converter library and node
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: rename node.hpp to radar_tracks_msgs_converter_node.hpp
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: fix the node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include statement for radar_tracks_msgs_converter_node.hpp
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: remove unused dependencies
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: move header file to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8614acc View commit details
    Browse the repository at this point in the history
  12. refactor(radar_object_clustering)!: fix namespace and directory struc…

    …ture (autowarefoundation#7654)
    
    * refactor: refactor radar object clustering node and related files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: fix the node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: move the node header to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2058c18 View commit details
    Browse the repository at this point in the history
  13. refactor(simple_object_merger)!: fix namespace and directory structure (

    autowarefoundation#7700)
    
    * refactor(simple_object_merger): refactor library and node names
    
    Refactor the library and node names in the simple_object_merger package to follow the autoware namespace convention. This includes renaming the library from simple_object_merger_node_component to autoware_simple_object_merger and the node from simple_object_merger_node to autoware_simple_object_merger_node.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: fix the node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: rename simple_object_merger library and node to follow autoware namespace convention
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: move node header to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fcfa6d0 View commit details
    Browse the repository at this point in the history
  14. refactor(radar_object_tracker)!: fix namespace and directory structure (

    autowarefoundation#7658)
    
    * chore: refactor radar_object_tracker_node.cpp and related files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include paths for radar_object_tracker files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include paths for radar_object_tracker files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: remove MSG_COV_IDX enum in utils.hpp
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: fix the node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include paths for radar_object_tracker files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    efd1afc View commit details
    Browse the repository at this point in the history
  15. refactor(object_range_splitter)!: fix namespace and directory structu…

    …re (autowarefoundation#7644)
    
    * refactor: refactor object_range_splitter library and node
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: refactor object_range_splitter library and node
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: fix the node name
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: rename include path
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: remove unused dependency on sensor_msgs
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: move header file to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8537701 View commit details
    Browse the repository at this point in the history
  16. refactor(tracking_object_merger)!: fix namespace and directory struct…

    …ure (autowarefoundation#7663)
    
    * chore: refactor file paths in tracking_object_merger module
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactor file paths in tracking_object_merger module
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactor include statement in decorative_tracker_merger.hpp
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * chore: refactor include statement in decorative_tracker_merger.hpp
    
    Signed-off-by: Taekjin LEE <[email protected]
    
    * chore: refactor association file path in tracking_object_merger module
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include statements in tracking_object_merger module
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: move the node header to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    Signed-off-by: Taekjin LEE <[email protected]
    technolojin authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cfcf1e7 View commit details
    Browse the repository at this point in the history
  17. feat(simple_planning_simulator): add new vehicle model with falling d…

    …own (autowarefoundation#7651)
    
    * add new vehicle model
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c7f2e1e View commit details
    Browse the repository at this point in the history
  18. fix(lane_change): prevent empty path when rerouting (autowarefoundati…

    …on#7717)
    
    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
    a7e83ff View commit details
    Browse the repository at this point in the history
  19. fix(autoware_behavior_velocity_speed_bump_module): fix containerOutOf…

    …Bounds warning (autowarefoundation#7671)
    
    fix(autoware_behavior_velocity_speed_bump_module): fix containerOutOfBounds
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f4efb91 View commit details
    Browse the repository at this point in the history
  20. chore(ci): remove unnecessary cppcheck suppressions (autowarefoundati…

    …on#7677)
    
    * chore(ci): remove unnecessary cppcheck suppressions
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * remove constVariable
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * remove duplicateBreak
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    49ec490 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8df1d33 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    69e8bfa View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e96334c View commit details
    Browse the repository at this point in the history
  24. refactor(object_merger): rework parameters (autowarefoundation#7337)

    * Deleted the default values in the source code, updated .param.yaml files, created schema.json files, updated readme.
    
    Signed-off-by: Boyang <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Boyang <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    tby-udel and pre-commit-ci[bot] authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    23eb56d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    891b231 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. chore(ci): fix errors in clang-tidy-differential job in `build-and-…

    …test-differential` workflow when all diffs are deletion (autowarefoundation#7737)
    
    * chore(ci): fix errors in clang-tidy-differential job in build-and-test-differential workflow when all diffs are deletion
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore: delete lidar_centerpoint_tvm package for test
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * Revert "chore: delete lidar_centerpoint_tvm package for test"
    
    This reverts commit 339519a.
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    ---------
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    HansRobo authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bcad7b9 View commit details
    Browse the repository at this point in the history
  2. fix(image_projection_based_fusion): resize sematic segmentation mask …

    …as input image size (autowarefoundation#7635)
    
    Signed-off-by: badai-nguyen <[email protected]>
    badai-nguyen authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a1b1ec7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a34865 View commit details
    Browse the repository at this point in the history
  4. fix(autonomous_emergency_braking): aeb strange mpc polygon (autowaref…

    …oundation#7740)
    
    change resize to reserve
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    edfeedd View commit details
    Browse the repository at this point in the history
  5. feat(autonomous_emergency_braking): aeb add support negative speeds (a…

    …utowarefoundation#7707)
    
    * add support for negative speeds
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * remove negative speed check for predicted obj
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    53e351e View commit details
    Browse the repository at this point in the history
  6. chore(autonomous_emergency_braking): apply clangd suggestions to aeb (a…

    …utowarefoundation#7703)
    
    * apply clangd suggestions
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add maintainer
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    cd86f71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d42e0bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58d45d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b50ae2 View commit details
    Browse the repository at this point in the history
  10. refactor(yabloc_pose_initializer): apply static analysis (autowarefou…

    …ndation#7719)
    
    * refactor based on linter
    
    Signed-off-by: a-maumau <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    a-maumau and pre-commit-ci[bot] authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    24410a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da0df3e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. docs(planning): fix wrong link (autowarefoundation#7751)

    * fix page link
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix out of lane link
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix cost map generator link
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3686a9b View commit details
    Browse the repository at this point in the history
  2. chore: update CODEOWNERS (autowarefoundation#7752)

    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 Jun 30, 2024
    Configuration menu
    Copy the full SHA
    250562d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. feat(ekf_localizer): add covariance ellipse diagnostics (autowarefoun…

    …dation#7708)
    
    * Added ellipse diagnostics to ekf
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Removed an unnecessary parenthesis
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed to ellipse_scale
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed to ellipse_scale
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Updated ekf_diagnostics.png
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Added condition
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed "and" to "or"
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    abe8e3c View commit details
    Browse the repository at this point in the history
  2. 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 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    632d206 View commit details
    Browse the repository at this point in the history
  3. 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 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a81e1f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    445bc34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17d24ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a19cb27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3c327f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca1a8d4 View commit details
    Browse the repository at this point in the history
  9. fix(tvm_utility): add virtual destructor to tvm_utility (autowarefoun…

    …dation#7759)
    
    * fix(tvm_utility): add virtual destructor to tvm_utility
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    * add override
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    ---------
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d7cc67d View commit details
    Browse the repository at this point in the history
  10. fix(autoware_perception_rviz_plugin): fix duplicateBranch warnings (a…

    …utowarefoundation#7695)
    
    * fix(autoware_perception_rviz_plugin): fix duplicateBranch warnings
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3e07609 View commit details
    Browse the repository at this point in the history
  11. feat(smart_mpc_trajectory_follower): enhance performance with LSTM an…

    …d compensation, add compensator outside of MPC (autowarefoundation#7696)
    
    * update smart mpc package
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/data_collection_utils.py
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/data_collection_utils.py
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/proxima_calc.cpp
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/drive_iLQR.py
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/pure_pursuit_gain_updater.py
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/proxima_calc.cpp
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/pure_pursuit_gain_updater.py
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * style(pre-commit): autofix
    
    * modified commentout
    
    Signed-off-by: masayukiaino <[email protected]>
    
    * fixed duplicate conditions in run_auto_test.py
    
    Signed-off-by: masayukiaino <[email protected]>
    
    * doc: add description of kernel density estimation
    
    * rename some parameters and remove unnecessary parameters
    
    Signed-off-by: masayukiaino <[email protected]>
    
    * style(pre-commit): autofix
    
    * Fixed links in README.md
    
    * add a sample of trained models
    
    Signed-off-by: masayukiaino <[email protected]>
    
    * style(pre-commit): autofix
    
    * doc: remove japanese comment
    
    * update README.md
    
    * add whitespace
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/pure_pursuit_gain_updater.py
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/drive_mppi.py
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    * style(pre-commit): autofix
    
    * Some files were refactored
    
    Signed-off-by: masayukiaino <[email protected]>
    
    * const on member functions that do not change member variables
    
    Signed-off-by: masayukiaino <[email protected]>
    
    * bug fixed
    
    ---------
    
    Signed-off-by: masayukiaino <[email protected]>
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: asei-proxima <[email protected]>
    4 people authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    84ddac6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a25cc17 View commit details
    Browse the repository at this point in the history
  13. ci: add codecov token (autowarefoundation#7767)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c1dbd5b View commit details
    Browse the repository at this point in the history
  14. feat: add handle angle scale property to signal display (autowarefoun…

    …dation#7774)
    
    * feat: add handle angle scale property to signal display
    
    * fix: set default steering angle to 0.0° when not received
    
    Signed-off-by: KhalilSelyan <[email protected]>
    
    * fix: set default steering angle to N/A when not received and check for msg_ptr instead of float value
    
    Signed-off-by: KhalilSelyan <[email protected]>
    
    * chore: update steering wheel font size and wheel icon center is bigger
    
    Signed-off-by: KhalilSelyan <[email protected]>
    
    * chore: update steering wheel display to center the steering angle text
    
    Signed-off-by: KhalilSelyan <[email protected]>
    
    * chore: align steering angle text in both negative and positive cases
    
    Signed-off-by: KhalilSelyan <[email protected]>
    
    ---------
    
    Signed-off-by: KhalilSelyan <[email protected]>
    KhalilSelyan authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6029eae View commit details
    Browse the repository at this point in the history
  15. fix(euclidean_cluster): fix euclidean cluster params (autowarefoundat…

    …ion#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>
    beginningfan and pre-commit-ci[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9df90bc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. refactor(object_merger)!: fix namespace and directory structure (auto…

    …warefoundation#7642)
    
    * refactor: update include paths for object association modules
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include paths for object association modules
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: rename node.hpp to object_association_merger_node.hpp
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include paths for object association modules
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include paths for object association modules
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: remove unused dependency in package.xml
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include paths for object association modules
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: add ssp.hpp to object association solver includes
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update include paths for object association node
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c2f9579 View commit details
    Browse the repository at this point in the history
  2. chore(ci): add inline suppressions to cppcheck (autowarefoundation#7775)

    * chore(ci): add inline suppressions to cppcheck
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * restore
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b1549cc View commit details
    Browse the repository at this point in the history
  3. feat(control_evaluator): add lanelet info to the metrics (autowarefou…

    …ndation#7765)
    
    * add route handler
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add lanelet info to diagnostic
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add const
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add kinematic state info
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * clean
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * remove unusde subscriptions
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * clean
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add shoulder lanelets
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix includes
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f6db96f View commit details
    Browse the repository at this point in the history
  4. chore(ci): run cppcheck-differential on modified packages (autowarefo…

    …undation#7777)
    
    * chore(ci): run cppcheck-differential on modified packages
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * add colcon install
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * test
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * restore
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9fcad6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    099d5a9 View commit details
    Browse the repository at this point in the history
  6. feat(planning_evaluator): add lanelet info to the planning evaluator (a…

    …utowarefoundation#7781)
    
    add lanelet info to the planning evaluator
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6a70824 View commit details
    Browse the repository at this point in the history
  7. fix(diagnostic_graph_aggregator): fix uselessOverride warning (autowa…

    …refoundation#7768)
    
    * fix(diagnostic_graph_aggregator): fix uselessOverride warning
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * restore and suppress inline
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5bac5c6 View commit details
    Browse the repository at this point in the history
  8. refactor(autoware_obstacle_stop_planner): prefix package and namespac…

    …e with autoware (autowarefoundation#7565)
    
    * refactor(autoware_obstacle_stop_planner): prefix package and namespace with autoware
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    esteve and pre-commit-ci[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fd28010 View commit details
    Browse the repository at this point in the history
  9. refactor(control_evaluator): use class naming standard and use remapp…

    …ed param name (autowarefoundation#7782)
    
    use class naming standard and use remapped param name
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ce09907 View commit details
    Browse the repository at this point in the history
  10. feat(mrm_handler): operate mrm only when autonomous operation mode (a…

    …utowarefoundation#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]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d5882c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f726e6a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. chore(ci): add problem matcher for cppcheck (autowarefoundation#7794)

    * chore(ci): add problem matcher for cppcheck
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): setup problem matcher in cppcheck-differential
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * test(ci): add diff to occur cppcheck errors 
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * style(pre-commit): autofix
    
    * Revert "test(ci): add diff to occur cppcheck errors "
    
    This reverts commit 1c00fd5.
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    * chore(ci): setup problem matchers cppcheck-daily
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    
    ---------
    
    Signed-off-by: Kotaro Yoshimoto <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    HansRobo and pre-commit-ci[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    598eca1 View commit details
    Browse the repository at this point in the history
  2. fix(faster_voxel_grid_downsample_filter): typo in if statement in get…

    …_min_max_voxel() (autowarefoundation#7796)
    
    fix if condition in get_min_max_voxel()
    
    Signed-off-by: atsushi421 <[email protected]>
    atsushi421 authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    85095c1 View commit details
    Browse the repository at this point in the history
  3. feat(autoware_behavior_path_planner): remove max_module_size param (a…

    …utowarefoundation#7764)
    
    * feat(behavior_path_planner): remove max_module_size param
    
    The max_module_size param has been removed from the behavior_path_planner scene_module_manager.param.yaml file. This param was unnecessary and has been removed to simplify the configuration.
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1069e18 View commit details
    Browse the repository at this point in the history
  4. fix(lidar_apollo_segmentation_tvm): add virtual destructor to lidar_a…

    …pollo_segmentation_tvm (autowarefoundation#7762)
    
    * fix(lidar_apollo_segmentation_tvm): add virtual destructor to lidar_apollo_segmentation_tvm
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    * small change
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    ---------
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9289b35 View commit details
    Browse the repository at this point in the history
  5. fix(detected_object_validation): add virtual destructor to obstacle_p…

    …ointcloud_based_validator (autowarefoundation#7761)
    
    fix(obstacle_pointcloud_based_validator): add virtual destructor to obstacle_pointcloud_based_validator
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    72064eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50fe5d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    335ed8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c97a6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3763857 View commit details
    Browse the repository at this point in the history
  10. test(ground_segmentation): add ransac_ground_filter test and update t…

    …est pcd file (autowarefoundation#7776)
    
    * chore(ground_segmentation test): add intensity
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: add ransac ground segmentation test
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: badai-nguyen <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    badai-nguyen and pre-commit-ci[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3a9def1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ced8e37 View commit details
    Browse the repository at this point in the history
  12. feat(pointcloud_preprocessor): runtime configurable output topic qos (a…

    …utowarefoundation#6658)
    
    * feat(pointcloud_preprocessor): runtime configurable output topic qos
    
    Signed-off-by: Grzegorz Głowacki <[email protected]>
    
    * configurable qos in livox_tag_filter_node
    
    Signed-off-by: Grzegorz Głowacki <[email protected]>
    
    * configurable qos in radar_scan_to_pointcloud2
    
    Signed-off-by: Grzegorz Głowacki <[email protected]>
    
    ---------
    
    Signed-off-by: Grzegorz Głowacki <[email protected]>
    ralwing authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f1e4a9e View commit details
    Browse the repository at this point in the history
  13. feat(pointcloud_preprocessor): support for 3d distortion correction a…

    …lgorithm and refactor distortion correction node (autowarefoundation#7137)
    
    * add support for 3d distortion correction
    
    Signed-off-by: vividf <[email protected]>
    
    * change parameter back to default and do small refactor
    
    Signed-off-by: vividf <[email protected]>
    
    * init version, need to double check
    
    Signed-off-by: vividf <[email protected]>
    
    * fix the logic error
    
    Signed-off-by: vividf <[email protected]>
    
    * temporary save, need to delete some code
    
    * init done, need to check for 3d as time is high
    
    Signed-off-by: vividf <[email protected]>
    
    * fix error
    
    Signed-off-by: vividf <[email protected]>
    
    * temporaily save
    
    * clean code
    
    Signed-off-by: vividf <[email protected]>
    
    * remove unused parameters
    
    Signed-off-by: vividf <[email protected]>
    
    * fix constructor error
    
    Signed-off-by: vividf <[email protected]>
    
    * fix spell errors
    
    Signed-off-by: vividf <[email protected]>
    
    * fix more spell errors
    
    Signed-off-by: vividf <[email protected]>
    
    * add undistorter to library
    
    Signed-off-by: vividf <[email protected]>
    
    * fix: fix cmake and change class name
    
    Signed-off-by: vividf <[email protected]>
    
    * Update sensing/pointcloud_preprocessor/docs/distortion-corrector.md
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: update sensing/pointcloud_preprocessor/docs/distortion-corrector.md
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: update sensing/pointcloud_preprocessor/docs/distortion-corrector.md
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix company name
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix company name
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix company name
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix imu to IMU
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix company name
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: remove old naming
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: change boolean variable naming
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: change boolean variable naming
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * chore: change boolean variable naming
    
    Co-authored-by: David Wong <[email protected]>
    Signed-off-by: vividf <[email protected]>
    
    * fix: fix file name and variable name
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix invlaid virtual function definitions
    
    Signed-off-by: vividf <[email protected]>
    
    * fix: add sophus in package dependency
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: remove brackets
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix algorithm
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: remove timestamp_field_name and add default parameter for 3d distortion
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix known limits explanation
    
    Signed-off-by: vividf <[email protected]>
    
    * feat: add parameter schema and launch file for distortion correction node
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix function name
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix IMU function name
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix twist and imu iterator function name
    
    Signed-off-by: vividf <[email protected]>
    
    * fix: add inline for undistortPointcloud function
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: move varialbe to const
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: fix grammar error
    
    Signed-off-by: vividf <[email protected]>
    
    * fix: fix inline function
    
    Signed-off-by: vividf <[email protected]>
    
    * chore: solve conflicts
    
    Signed-off-by: vividf <[email protected]>
    
    * fix: fix bug in previous code
    
    Signed-off-by: vividf <[email protected]>
    
    * fix: fix the template naming
    
    Signed-off-by: vividf <[email protected]>
    
    * fix: fix the component test
    
    Signed-off-by: vividf <[email protected]>
    
    * fix: solve conflicts
    
    Signed-off-by: vividf <[email protected]>
    
    ---------
    
    Signed-off-by: vividf <[email protected]>
    Co-authored-by: David Wong <[email protected]>
    vividf and drwnz authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a7b8a10 View commit details
    Browse the repository at this point in the history
  14. refactor(ground_segmentation)!: fix namespace and directory structure (

    …autowarefoundation#7744)
    
    * refactor: update namespace in ground_segmentation files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update namespace in ground_segmentation files
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update ground_segmentation namespace and file structure
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    * refactor: update ground_segmentation plugin names scheme
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * refactor: update ransac tester
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    technolojin and pre-commit-ci[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f796041 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    be5bda9 View commit details
    Browse the repository at this point in the history
  16. refactor(raindrop_cluster_filter)!: fix namespace and directory struc…

    …ture (autowarefoundation#7785)
    
    refactor: namespace fix, move header to src
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    82d86dc View commit details
    Browse the repository at this point in the history
  17. refactor(stop_filter): prefix package and namespace with autoware (au…

    …towarefoundation#7789)
    
    * refactor(stop_filter): prefix package and namespace with autoware
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * fix launch files and update CODEOWNERS
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    ---------
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    esteve authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fbbc44c View commit details
    Browse the repository at this point in the history
  18. fix(autoware_map_based_prediction): fix syntaxError (autowarefoundati…

    …on#7813)
    
    * fix(autoware_map_based_prediction): fix syntaxError
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    * fix spellcheck
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * fix new cppcheck warnings
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4214697 View commit details
    Browse the repository at this point in the history
  19. feat(pointcloud_preprocessor): add unit test for distortion corrector…

    … node (autowarefoundation#7801)
    
    feat: add unit test for distoriton corrector node
    
    Signed-off-by: vividf <[email protected]>
    vividf authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c9aa86c View commit details
    Browse the repository at this point in the history
  20. fix(tier4_planning_rviz_plugin): fix calculation of drivable area bou…

    …nds (autowarefoundation#7815)
    
    change angle condition
    
    Signed-off-by: beyza <[email protected]>
    beyzanurkaya authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    aebbcc5 View commit details
    Browse the repository at this point in the history
  21. feat(obstacle_cruise_planner): support pointcloud-based obstacles (au…

    …towarefoundation#6907)
    
    * add pointcloud to obstacle properties
    
    * add tf listener & pointcloud subscriber
    
    * add parameters for pointcloud obstacle
    
    * add type aliases
    
    * convert pointcloud to obstacle
    
    * add type alias
    
    * add polygon conversion for pointcloud obstacle
    
    * initialize twist & pose of pointcloud obstacle
    
    * overload to handle both obstacle & predicted path
    
    * implement ego behavior determination against pointcloud obstacles
    
    * generate obstacle from point
    
    * revert getCollisionIndex()
    
    * generate obstacle from each point in cloud
    
    * set pointcloud obstacle velocity to 0
    
    * use tf buffer & listener with pointers
    
    * update latest pointcloud data
    
    * add topic remap
    
    * remove unnecessary includes
    
    * set slow down obstacle velocity to 0
    
    * add flag to consider pointcloud obstacle for stopping & slowing down
    
    * style(pre-commit): autofix
    
    * downsample pointcloud using voxel grid
    
    * change  shape type of pointcloud obstacle to polygon
    
    * convert pointcloud to obstacle by clustering
    
    * add parameters for clustering
    
    * add max_num_points parameter to dummy object
    
    * downsample pointcloud when the number of points is larger than max_num_points
    
    * add max_num_points property to dummy bus
    
    * add parameters for pointcloud based obstacles
    
    * store pointcloud in obstacle struct
    
    * change obstacle conversion method
    
    * migrate previous changes to new package
    
    * store necessary points only
    
    * move use_pointcloud to common parameter
    
    * extract necessary points from pointcloud
    
    * add use_pointcloud parameter to planner interface
    
    * fix obstacle conversion
    
    * fix collision point determination
    
    * simplify pointcloud transformation
    
    * style(pre-commit): autofix
    
    * fix collision point determination
    
    * pick nearest stop collision point
    
    * check collision for every point in cluster
    
    * migrate previous changes to new files
    
    * reduce diff
    
    * remove use_pointcloud parameter
    
    * add parameters for pointcloud filtering
    
    * add autoware namespace
    
    * Revert "add max_num_points parameter to dummy object"
    
    This reverts commit 98bcd08.
    
    * Revert "downsample pointcloud when the number of points is larger than max_num_points"
    
    This reverts commit fb00b59.
    
    * Revert "add max_num_points property to dummy bus"
    
    This reverts commit 5f9e4ab.
    
    * feat(diagnostic_graph_utils): add logging tool
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    * fix all OK
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    * feat(default_ad_api): add log when operation mode change fails
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    
    * get only the necessary one of object or pointcloud data
    
    * addfield for obstacle source type
    
    * enable simultaneous use of PredictedObjects and PointCloud
    
    * separate convertToObstacles() by source type
    
    * avoid using pointer
    
    * reduce diff
    
    * make nest shallower
    
    * define vector concatenate function
    
    * shorten variable names
    
    * fix redundant condition
    
    ---------
    
    Signed-off-by: Takagi, Isamu <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Takagi, Isamu <[email protected]>
    Co-authored-by: Satoshi OTA <[email protected]>
    4 people authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9e47b4d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    909004e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    96e616f View commit details
    Browse the repository at this point in the history
  2. refactor(cluster_merger)!: fix namespace and directory structure (aut…

    …owarefoundation#7738)
    
    feat(cluster_merger): refactor cluster merger node component
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1731225 View commit details
    Browse the repository at this point in the history
  3. fix(stop_filter): fix plugin name (autowarefoundation#7820)

    Fixed plugin name
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3884650 View commit details
    Browse the repository at this point in the history
  4. fix(object_merger): fix knownConditionTrueFalse (autowarefoundation#7822

    )
    
    * fix(object_merger): fix knownConditionTrueFalse
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    83bece1 View commit details
    Browse the repository at this point in the history
  5. fix(radar_object_tracker): fix knownConditionTrueFalse (autowarefound…

    …ation#7824)
    
    * fix(radar_object_tracker): fix knownConditionTrueFalse
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    74f16e7 View commit details
    Browse the repository at this point in the history
  6. fix(tracking_object_merger): fix knownConditionTrueFalse (autowarefou…

    …ndation#7825)
    
    * fix(tracking_object_merger): fix knownConditionTrueFalse
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7238701 View commit details
    Browse the repository at this point in the history
  7. fix(multi_object_tracker): fix knownConditionTrueFalse (autowarefound…

    …ation#7821)
    
    * fix(multi_object_tracker): fix knownConditionTrueFalse
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    veqcc and pre-commit-ci[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b54d57d View commit details
    Browse the repository at this point in the history
  8. refactor(detection_by_tracker)!: fix namespace and directory structure (

    autowarefoundation#7742)
    
    chore: remove unnecessary dependencies and rework package structure
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7a6bf39 View commit details
    Browse the repository at this point in the history
  9. fix(ci): skip when modified package has no cpp/hpp files (autowarefou…

    …ndation#7829)
    
    * fix(ci): skip when modified package has no cpp/hpp files
    
    Signed-off-by: veqcc <[email protected]>
    
    * test
    
    Signed-off-by: veqcc <[email protected]>
    
    * fix
    
    Signed-off-by: veqcc <[email protected]>
    
    * restore
    
    Signed-off-by: veqcc <[email protected]>
    
    ---------
    
    Signed-off-by: veqcc <[email protected]>
    veqcc authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    674fbaa View commit details
    Browse the repository at this point in the history
  10. refactor(tier4_control_launch): replace python launch with xml (autow…

    …arefoundation#7682)
    
    * refactor: add xml version of control launch
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * refactor: remove python version of control launch
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * set default value of trajectory_follower_mode
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * fix file extension to .py
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * fix node name
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * add lanelet info to the metrics
    
    Signed-off-by: mitukou1109 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Update launch/tier4_control_launch/launch/control.launch.xml
    
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    
    ---------
    
    Signed-off-by: mitukou1109 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kosuke Takeuchi <[email protected]>
    Co-authored-by: Kotaro Yoshimoto <[email protected]>
    4 people authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8d180a1 View commit details
    Browse the repository at this point in the history
  11. chore(ci): remove unnecessary cppcheck suppresion (autowarefoundation…

    …#7780)
    
    * chore(ci): remove unnecessary cppcheck suppresion
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    * remove syntaxError suppression
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    93a6abf View commit details
    Browse the repository at this point in the history
  12. feat(freespace_planning_algorithms): add is_back flag into the return…

    … of A* python wrapper (autowarefoundation#7831)
    
    add is_back flag to the return of getWaypoints
    
    Signed-off-by: Takumi Ito <[email protected]>
    Co-authored-by: Takumi Ito <[email protected]>
    TakumIto and Takumi Ito authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dabf104 View commit details
    Browse the repository at this point in the history
  13. chore(freespace_planning_algorithm): modify A* script for standalone …

    …running (autowarefoundation#7070)
    
    * modify astar for standalone running
    move clearNoe() from setMap to makePlan().
    
    Signed-off-by: Takumi Ito <[email protected]>
    
    * small modification
    
    Signed-off-by: Takumi Ito <[email protected]>
    
    * run pre-commit
    
    Signed-off-by: Takumi Ito <[email protected]>
    
    ---------
    
    Signed-off-by: Takumi Ito <[email protected]>
    Co-authored-by: Takumi Ito <[email protected]>
    TakumIto and Takumi Ito authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cd16a80 View commit details
    Browse the repository at this point in the history
  14. Resolve conflicts

    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4f9850a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge pull request #1383 from tier4/sync-upstream

    chore: sync tier4/autoware.universe:awf-latest
    tier4-autoware-public-bot[bot] authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    46b1873 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    7777632 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix(multi_object_tracker): fix publish interval adjust timing (autowa…

    …refoundation#7904) (#1400)
    
    refactor: optimize publish time check in multi_object_tracker_node.cpp
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4e18b80 View commit details
    Browse the repository at this point in the history