Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from autowarefoundation:main #33

Closed
wants to merge 124 commits into from

Commits on Jun 12, 2024

  1. feat(behavior_path_planner): replace polling subscribers (#7462)

    Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
    soblin authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1031e38 View commit details
    Browse the repository at this point in the history
  2. feat(yabloc_particle_filter): componentize yabloc_particle_filter nod…

    …es (#7305)
    
    * componentize particle predictor
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    * componentize particle visualizer
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    * componentize particle correctors
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    * modify launch.xml
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    * remove unused node
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    * style(pre-commit): autofix
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3881947 View commit details
    Browse the repository at this point in the history
  3. fix(pose_covariance_modifier): fix json schema (#7323)

    fix json schema
    
    Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
    Co-authored-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
    YamatoAndo and HansRobo authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    67bfa58 View commit details
    Browse the repository at this point in the history
  4. chore(tier4_perception_launch): perception launcher refactoring (#7194)

    * fix: reorder object merger launchers
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: separate detection by tracker launch
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: refactor tracking launch
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: input pointcloud topic names, mot input channels
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * feat: separate filters
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: object validator to modular
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: implement filters on mergers
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix lidar only mode
    
    chore: simplify mode check
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: fix a bug when use_radar_tracking_fusion is fault
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: rename radar detector to filter
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    ---------
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    technolojin and pre-commit-ci[bot] authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    221ce4b View commit details
    Browse the repository at this point in the history
  5. refactor(autoware_behavior_velocity_detection_area_module): prefix pa…

    ……ckage and namespace with autoware (#7466)
    
    refactor(autoware_behavior_velocity_detection_area_module): prefix package and namespace with autoware
    
    Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
    esteve authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d532672 View commit details
    Browse the repository at this point in the history
  6. ci(build-and-test-differential): fetch only necessary commits (#7468)

    Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
    xmfcx authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e99b6ff View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fix(route_handler): route handler overlap removal is too conservative (

    …#7156)
    
    * add flag to enable/disable loop check in getLaneletSequence functions
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * implement function to get closest route lanelet based on previous closest lanelet
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * refactor DefaultPlanner::plan function
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * modify loop check logic in getLaneletSequenceUpTo function
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * improve logic in isEgoOutOfRoute function
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * fix format
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * check if prev lanelet is a goal lanelet in getLaneletSequenceUpTo function
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * separate function to update current route lanelet in planner manager
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * rename function and add docstring
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * modify functions extendNextLane and extendPrevLane to account for overlap
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * refactor function getClosestRouteLaneletFromLanelet
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * add route handler unit tests for overlapping route case
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * fix function getClosestRouteLaneletFromLanelet
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * format fix
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    * move test map to autoware_test_utils
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    
    ---------
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    mkquda authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c918ebf View commit details
    Browse the repository at this point in the history
  2. feat(velodyne_monitor): componentize node (#7201)

    Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
    isamu-takagi authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    796f72d View commit details
    Browse the repository at this point in the history
  3. refactor(tree_structured_parzen_estimator): apply static analysis (#7364

    )
    
    * refactor based on linter
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * fix to match the change in TreeStructuredParzenEstimator
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * style(pre-commit): autofix
    
    * apply suggestion
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * revert const declare
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * revert const declare
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    ---------
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: SakodaShintaro <shintaro.sakoda@tier4.jp>
    3 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    898fb73 View commit details
    Browse the repository at this point in the history
  4. chore(route_handler, lane_change): add codeowner (#7475)

    Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
    zulfaqar-azmi-t4 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4504271 View commit details
    Browse the repository at this point in the history
  5. chore(planning): remove ghost file (#7457)

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    314f229 View commit details
    Browse the repository at this point in the history
  6. refactor(pose_estimator_arbiter): apply static analysis (#7473)

    * refactor based on linter
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    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 13, 2024
    Configuration menu
    Copy the full SHA
    3389459 View commit details
    Browse the repository at this point in the history
  7. fix(tree_structured_parzen_estimator): removed the "tree_structured_p…

    …arzen_estimator" package and moved it to localization_util (#7472)
    
    * Removed the "tree_structured_parzen_estimator" package and moved it to localization_util
    
    Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
    
    * Fixed to use ament_auto_add_gtest instead of ament_add_gtest
    
    Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
    
    * style(pre-commit): autofix
    
    * Removed <depend>tree_structured_parzen_estimator</depend>
    
    Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    SakodaShintaro and pre-commit-ci[bot] authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    64cb983 View commit details
    Browse the repository at this point in the history
  8. refactor(autoware_test_utils): function to load paths from folder (#7474

    )
    
    Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
    zulfaqar-azmi-t4 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4a3e517 View commit details
    Browse the repository at this point in the history
  9. chore(pose_estimator_arbiter): add maintainers to pose_estimator_arbi…

    …ter (#7478)
    
    Added maintainers to pose_estimator_arbiter
    
    Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
    SakodaShintaro authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ccbdab6 View commit details
    Browse the repository at this point in the history
  10. feat(default_ad_api): remove energy status (#7464)

    Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
    isamu-takagi authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    be75f1b View commit details
    Browse the repository at this point in the history
  11. fix(start_planner): redefine the necessary parameters (#7477)

    * add necessary parameter which removed in previous PR mistakenly
    
    Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
    
    * change variable name
    
    Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
    kyoichi-sugahara authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5b611e7 View commit details
    Browse the repository at this point in the history
  12. refactor(dynamic_obstacle_stop): move to motion_velocity_planner (#7460)

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    65665ce View commit details
    Browse the repository at this point in the history
  13. fix(lane_change): fix state transition in lane change module (#7436)

    * fix(lane_change): fix state transition in lane change module
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    
    * fix(lane_change): remove overridden run() function
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    
    * fix(lane_change): fix RTC safety status
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    
    ---------
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    rej55 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a78482e View commit details
    Browse the repository at this point in the history
  14. refactor(pose_instability_detector): apply static analysis (#7476)

    refactor based on linter
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    a-maumau authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f25396f View commit details
    Browse the repository at this point in the history
  15. refactor(ndt scan matcher): update parameter (#7276)

    * rename to sensor_points.timeout_sec
    
    Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
    
    * parameterize skipping_publish_num
    
    Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
    
    * fix readme
    
    Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
    
    * parameterize sinitial_to_result_distance_tolerance_m
    
    Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
    
    * fix build error
    
    Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
    
    * style(pre-commit): autofix
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    YamatoAndo and pre-commit-ci[bot] authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d17bfa1 View commit details
    Browse the repository at this point in the history
  16. refactor(lidar_centerpoint): add training docs (#5570)

    Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
    kaancolak authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b1dd7bb View commit details
    Browse the repository at this point in the history
  17. feat(mission_planner): use polling subscriber (#7447)

    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7bc9ae0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    dfbf26c View commit details
    Browse the repository at this point in the history
  2. fix(goal_planner): check lateral distance for previous output path sh…

    …ape change check (#7283)
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9c41554 View commit details
    Browse the repository at this point in the history
  3. feat(autonomous_emergenct_braking): update README and imgs of aeb (#7482

    )
    
    update README
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    danielsanchezaran authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    35067ed View commit details
    Browse the repository at this point in the history
  4. refactor(grid_map_utils): add autoware prefix and namespace (#7487)

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1661b79 View commit details
    Browse the repository at this point in the history
  5. feat(diagnostic_converter): fix output metrics topic name and add to …

    …converter (#7495)
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0f0751e View commit details
    Browse the repository at this point in the history
  6. fix(planning): set single depth sensor data qos for pointlcoud pollin…

    …g subscribers (#7490)
    
    set single depth sensor data qos for pointlcoud polling subscribers
    
    Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
    mkquda authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0d356a8 View commit details
    Browse the repository at this point in the history
  7. refactor(yabloc_common): apply static analysis (#7481)

    * refactor based on linter
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * restore unwanted change
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * remove unnecessary comment
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * style(pre-commit): autofix
    
    * change to const double
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * add static cast
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    ---------
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    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 14, 2024
    Configuration menu
    Copy the full SHA
    7b35b6e View commit details
    Browse the repository at this point in the history
  8. fix(no_stopping_area): skip drawing a stop line in the case where the…

    … detected stop lines are goals (#7280)
    
    * Revert "fix(no_stopping_area): fix stopping in front of a no stopping area in parking on the shoulder (#6517)"
    
    This reverts commit 144b9c7.
    
    * if the stop point is near goal(distance < 1m), no stopping area module does not insert stop line
    
    * style(pre-commit): autofix
    
    * Update planning/behavior_velocity_no_stopping_area_module/src/scene_no_stopping_area.cpp
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
    Co-authored-by: kosuke55 <kosuke.tnp@gmail.com>
    4 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6cd7da0 View commit details
    Browse the repository at this point in the history
  9. ci(pre-commit-autoupdate): add new workflow (#7498)

    Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
    xmfcx authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    acac821 View commit details
    Browse the repository at this point in the history
  10. ci(pre-commit): autoupdate (#7499)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: M. Fatih Cırıt <mfc@leodrive.ai>
    awf-autoware-bot[bot] and M. Fatih Cırıt authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    00e12c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. feat(map_loader): warn if some pcds from the metadata file are missing (

    #7406)
    
    * Examine if there are PCD segments found in the metadata file but are missing from the input pcd paths
    
    Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp>
    
    * style(pre-commit): autofix
    
    * Fixing CI
    
    Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp>
    
    * Fixing CI
    
    Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp>
    
    * Fixing CI
    
    Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp>
    
    * Fix CI related to map_loader
    
    Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp>
    
    * Removed try{} block from getPCDMetadata and redundant std::endl at the end of error messages
    
    Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp>
    
    ---------
    
    Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    anhnv3991 and pre-commit-ci[bot] authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ea41a5c View commit details
    Browse the repository at this point in the history
  2. fix(vehicle_cmd_gate): fix unnecessary modification (#7488)

    fix onGateMode function
    
    Signed-off-by: Go Sakayori <gsakayori@gmail.com>
    go-sakayori authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    75a6986 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. chore: sync files (#7368)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    awf-autoware-bot[bot] authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    97038a1 View commit details
    Browse the repository at this point in the history
  2. refactor(yabloc_image_processing): apply static analysis (#7489)

    * refactor based on linter
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    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 16, 2024
    Configuration menu
    Copy the full SHA
    a44805c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. refactor(map_projection_loader): apply static analysis (#7497)

    * refactor based on linter
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: SakodaShintaro <shintaro.sakoda@tier4.jp>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2de41ba View commit details
    Browse the repository at this point in the history
  2. refactor(ar_tag_based_localizer): add prefix "autoware_" to ar_tag_ba…

    …sed_localizer (#7483)
    
    * Added prefix "autoware_" to ar_tag_based_localizer
    
    Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
    
    * style(pre-commit): autofix
    
    * Fixed localization_launch
    
    Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    SakodaShintaro and pre-commit-ci[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    507e3f4 View commit details
    Browse the repository at this point in the history
  3. feat(autonomous_emergency_braking): aeb disable obj velocity calc w p…

    …aram (#7493)
    
    * feat(autonomous_emergenct_braking): update README and imgs of aeb (#7482)
    
    update README
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * add param to toggle on or off object speed calc for aeb
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * pre-commit readme
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    danielsanchezaran authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4e1b6d6 View commit details
    Browse the repository at this point in the history
  4. feat(tier4_adapi_rviz_plugin): add legacy state panel (#7494)

    Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
    isamu-takagi authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a6b5f27 View commit details
    Browse the repository at this point in the history
  5. fix(behavior_path_planner): reset current route lanelet in manual dri…

    …ve (#7505)
    
    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6398f9b View commit details
    Browse the repository at this point in the history
  6. fix(vehicle_cmd_gate): put back subscriber rather than using polling …

    …subsriber (#7500)
    
    put back polling subscribers to subscribers in neccesary cases
    
    Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
    Signed-off-by: Go Sakayori <gsakayori@gmail.com>
    go-sakayori authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ae3b8d7 View commit details
    Browse the repository at this point in the history
  7. feat(surround_obstacle_checker): remove include directory (#7507)

    * feat(surround_obstacle_checker): remove include directory
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    50b7659 View commit details
    Browse the repository at this point in the history
  8. ci: update workflows and sync-files (#7340)

    Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
    xmfcx authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    18a618c View commit details
    Browse the repository at this point in the history
  9. ci: add cache to build-and-test derivatives (#7503)

    Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
    xmfcx authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9047cdd View commit details
    Browse the repository at this point in the history
  10. feat(obstacle_cruise_planner): rename to include/autoware/{package_na…

    …me} (#7510)
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    46e589d View commit details
    Browse the repository at this point in the history
  11. feat(planning_topic_converter): rename to include/autoware/{package_n…

    …ame} (#7515)
    
    * feat(planning_topic_converter): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    ---------
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    90ab758 View commit details
    Browse the repository at this point in the history
  12. feat(external_velocity_limit_selector): rename to include/autoware/{p…

    …ackage_name} (#7516)
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    833c3c9 View commit details
    Browse the repository at this point in the history
  13. refactor(behavior_velocity_planner): rename include directory (#7517)

    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    rej55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    32b09a7 View commit details
    Browse the repository at this point in the history
  14. feat(scenario_selector): rename to include/autoware/{package_name} (#…

    …7512)
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a2ced9b View commit details
    Browse the repository at this point in the history
  15. feat(planning_validator): rename to include/autoware/{package_name} (#…

    …7514)
    
    * feat(planning_validator): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d8ad9dc View commit details
    Browse the repository at this point in the history
  16. feat(mission_planner): rename to include/autoware/{package_name} (#7513)

    * feat(mission_planner): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * feat(mission_planner): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * feat(mission_planner): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    126f0cb View commit details
    Browse the repository at this point in the history
  17. feat(motion_velocity_planner): rename include directories (#7523)

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    972448e View commit details
    Browse the repository at this point in the history
  18. feat(planning_evaluator): rename to include/autoware/{package_name} (#…

    …7518)
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    19aa89c View commit details
    Browse the repository at this point in the history
  19. refactor(control)!: refactor directory structures of the trajectory f…

    …ollowers (#7521)
    
    * control_traj
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    * add follower_node
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    * fix
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    ---------
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    yuki-takagi-66 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8f795c5 View commit details
    Browse the repository at this point in the history
  20. refactor(control)!: refactor directory structures of the control inte…

    …rface nodes (#7528)
    
    * external_cmd_selector
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    * joy_controller
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    ---------
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    yuki-takagi-66 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eab65fa View commit details
    Browse the repository at this point in the history
  21. feat(control_evaluator): rename to include/autoware/{package_name} (#…

    …7520)
    
    * feat(control_evaluator): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2bab9c4 View commit details
    Browse the repository at this point in the history
  22. chore(behavior_velocity_planner): move packages (#7526)

    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    rej55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dba91b0 View commit details
    Browse the repository at this point in the history
  23. refactor(behaivor_path_planner)!: rename to include/autoware/{package…

    …_name} (#7522)
    
    * refactor(behavior_path_planner)!: make autoware dir in include
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * refactor(start_planner): make autoware include dir
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * refactor(goal_planner): make autoware include dir
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * sampling planner module
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * fix sampling planner build
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * dynamic_avoidance
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * lc
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * side shift
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * autoware_behavior_path_static_obstacle_avoidance_module
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * autoware_behavior_path_planner_common
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * make behavior_path dir
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * pre-commit
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * fix pre-commit
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    * fix build
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    
    ---------
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bc18dab View commit details
    Browse the repository at this point in the history
  24. feat(path_smoother): rename to include/autoware/{package_name} (#7527)

    * feat(path_smoother): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    86d5857 View commit details
    Browse the repository at this point in the history
  25. refactor(velocity_smoother): rename to include/autoware/{package_name} (

    #7533)
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    rej55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    88426f5 View commit details
    Browse the repository at this point in the history
  26. refactor(objects_of_interest_marker_interface): rename to include/aut…

    …oware/{package_name} (#7535)
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    rej55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d64d925 View commit details
    Browse the repository at this point in the history
  27. chore(behavior_velocity_planner): fix CODEOWNERS and page links (#7534)

    * chore(behavior_velocity_planner): fix CODEOWNERS and page links
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    
    * fix: fix page link
    
    ---------
    
    Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
    rej55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    97a8a77 View commit details
    Browse the repository at this point in the history
  28. refactor(control)!: refactor directory structures of the control chec…

    …kers (#7524)
    
    * aeb
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    * control_validator
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    * lane_departure_checker
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    * shift_decider
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    * fix
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    
    ---------
    
    Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
    yuki-takagi-66 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7f46721 View commit details
    Browse the repository at this point in the history
  29. feat(path_optimizer): rename to include/autoware/{package_name} (#7529)

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f47f659 View commit details
    Browse the repository at this point in the history
  30. refactor(freespace_planner)!: rename to include/autoware/{package_nam…

    …e} (#7525)
    
    refactor(freespace_planner)!: rename to include/autoware/{package_name}
    
    
    
    refactor(start_planner): make autoware include dir
    
    
    
    refactor(goal_planner): make autoware include dir
    
    
    
    sampling planner module
    
    
    
    fix sampling planner build
    
    
    
    dynamic_avoidance
    
    
    
    lc
    
    
    
    side shift
    
    
    
    autoware_behavior_path_static_obstacle_avoidance_module
    
    
    
    autoware_behavior_path_planner_common
    
    
    
    make behavior_path dir
    
    
    
    pre-commit
    
    
    
    fix pre-commit
    
    
    
    fix build
    
    
    
    autoware_freespace_planner
    
    
    
    freespace_planning_algorithms
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3319836 View commit details
    Browse the repository at this point in the history
  31. refactor(rtc_interface)!: rename to include/autoware/{package_name} (#…

    …7531)
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
    kosuke55 and rej55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2165e2d View commit details
    Browse the repository at this point in the history
  32. feat(map_loader): add waypoints flag (#7480)

    * feat(map_loader): handle centelrine and waypoints
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * update README
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix doc
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * update schema
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    564e8c1 View commit details
    Browse the repository at this point in the history
  33. refactor(route_handler)!: rename to include/autoware/{package_name} (#…

    …7530)
    
    refactor(route_handler)!: rename to include/autoware/{package_name}
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    82a10de View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix(traffic_light_classifier): check if the given image is empty or n…

    …ot (#7461)
    
    fix: check if the given image is empty or not
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    technolojin authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a8cb02c View commit details
    Browse the repository at this point in the history
  2. fix(joy_controller): check for nullptr messages (#7540)

    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d09fa54 View commit details
    Browse the repository at this point in the history
  3. fix(system_monitor): fix unsignedLessThanZero warning (#7545)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c04b3ea View commit details
    Browse the repository at this point in the history
  4. fix(behavior_path_planner): fix redundantIfRemove warning (#7544)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d9cf068 View commit details
    Browse the repository at this point in the history
  5. feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538)

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    Co-authored-by: kosuke55 <kosuke.tnp@gmail.com>
    takayuki5168 and kosuke55 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7a3e6ed View commit details
    Browse the repository at this point in the history
  6. refactor(motion_utils)!: add autoware prefix and include dir (#7539)

    refactor(motion_utils): add autoware prefix and include dir
    
    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ad1be18 View commit details
    Browse the repository at this point in the history
  7. ci(build-and-test): limit ccache size (#7555)

    Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
    xmfcx authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c9c58f8 View commit details
    Browse the repository at this point in the history
  8. fix(system_diagnostic_monitor): fix local mode config (#7532)

    Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
    isamu-takagi authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4094bbf View commit details
    Browse the repository at this point in the history
  9. fix(autoware_behavior_velocity_occlusion_spot_module): fix redundantA…

    …ssignment bug (#7559)
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f4b14da View commit details
    Browse the repository at this point in the history
  10. fix(behavior_path_planner): fix redundantAssignment warning (#7560)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 18, 2024
    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. fix(tvm_utility): fix selfAssignment warnings (#7561)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 19, 2024
    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 (#7519)

    * removed unused
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * style(pre-commit): autofix
    
    * removed unused
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * 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 <moc.liamg.8y8@gmail.com>
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    * apply suggestion
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    
    ---------
    
    Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kento Yabuuchi <moc.liamg.8y8@gmail.com>
    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 (#7506)
    
    * change the node to component
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    * remove useless node.cpp
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    * add rclcpp_components as dependency
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    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 (#7509)

    * change node to component
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    * fix launch file & cmake
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
    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. fix(multi_object_tracker): fix uselessCallsSubstr warning (#7556)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ee4442b View commit details
    Browse the repository at this point in the history
  6. fix(lidar_apollo_segmentation_tvm): fix unpreciseMathCall warning (#7558

    )
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6b9d5c8 View commit details
    Browse the repository at this point in the history
  7. fix(mrm_handler): fix multiCondition warning (#7543)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9fbc30c View commit details
    Browse the repository at this point in the history
  8. fix(.gitignore): add config to ignore directory which is made by pret…

    …tier (#7567)
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    satoshi-ota authored Jun 19, 2024
    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 (#7574)

    * fix(simple_planning_simulator): fix duplicateBranch warnings
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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. chore(topic_state_monitor): enrich error log message (#7236)

    Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    TakaHoribe authored Jun 19, 2024
    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 (#7554)

    * fix: package path
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    
    * docs: add explanation of lateral margin
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    
    * fix: typo
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    
    * fix: wrong description
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    
    ---------
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    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. fix(autoware_behavior_path_planner_common): fix redundantContinue war…

    …ning (#7578)
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 19, 2024
    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 (#7582)
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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. fix(autoware_obstacle_cruise_planner): fix unusedScopedObject bug (#7569

    )
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 19, 2024
    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 (#7141)
    
    * feat(ndt_scan_matcher): change from TP to NVTL
    
    Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp>
    
    * fix(ndt_scan_matcher): fixed typo
    
    Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp>
    
    ---------
    
    Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp>
    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. (#7016)

    * mpc fail checker diagnostic added
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * fix some scope issues
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * member attribute added.
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * shared pointer added.
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * member attribute (diag_updater_) added
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * dependency added.
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * implementation of the MpcLateralController corrected!
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * typo in comment corrected!
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * member method argument corrected
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * delete unnecessary reference mark
    
    Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    
    * rebase
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * correct the include
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * pre-commit
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    ---------
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    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 (#…

    …7541)
    
    * fix(autoware_obstacle_cruise_planner): fix assignBoolToFloat warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * delete unnecessary file
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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 (#…

    …7575)
    
    * fix constVariablePointer warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * add reference
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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 (#7573)

    * fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * fix variableScope warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * fix unreadVariable warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * fix
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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 (#7584)

    fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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 (#7585)

    fix unusedVariable warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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 (#7548)
    
    * add polling sub to predicted objects
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * WIP requires changing path frame to map
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * add parameters and reuse predicted obj speed
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * introduce early break to reduce computation time
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * resolve merge conflicts
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * fix guard
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * remove unused declaration
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * fix include
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * fix include issues
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * remove inline
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * delete unused dependencies
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * add utils.cpp
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    * remove _ for non member variable
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
    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 (#7469)
    
    Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
    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. fix(autoware_behavior_path_start_planner_module): fix duplicateBreak …

    …warning (#7583)
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 19, 2024
    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 (#…

    …6989)
    
    * feat: accelerated preprocessing for centerpoint
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    
    * chore: changed includes to quotes instead of brackets
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    
    * chore: fixed variable name
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    
    * fix: addressed the case where the points in the cache is over the maximum capacity
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    
    * fix: fixed the offset of the output buffer in the kernel
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    
    * chore: reimplemented old logic in the pointpainting package since the new centerpoint logic is incompatible
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    
    * 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 <kenzo.lobos@tier4.jp>
    
    * chore: fixed missing virtual destructor
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    
    ---------
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
    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. (#7109)
    
    * align the MPC steering angle when the car is controlled manually.
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * update the condition for is_driving_manually
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * STOP mode included
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * comment the is_driving_manually
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * align the steering outside (after) the solver.
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * use the flag input_data.current_operation_mode.is_autoware_control_enabled
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * correct a typo
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * correct the under control condition check
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * undo the space delete
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * unchange the unrelevant line
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    * pre-commit
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    
    ---------
    
    Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
    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. refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)

    Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
    kosuke55 authored Jun 20, 2024
    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 (#7551)

    livox
    
    Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
    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 (#7318)

    replace Subscription to InterProcessPollingSubscriber
    
    Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
    Co-authored-by: Autumn60 <akiro.harada@tier4.jp>
    Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
    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 (#7434)
    
    * delete unnecessary member
    
    Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
    
    * replace rclcpp::Subscription to autoware_utils::InterProcessPollingSubscriber
    
    Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
    
    * format by clang-format
    
    Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
    
    * delete unnecessary callback func
    
    Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
    
    * refactor goal_distance_calculator_node
    
    Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
    
    * clang format
    
    Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
    
    ---------
    
    Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
    Co-authored-by: Autumn60 <akiro.harada@tier4.jp>
    Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
    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. fix(autoware_behavior_velocity_planner_common): fix unusedScopedObjec…

    …t bug (#7570)
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 20, 2024
    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 (#7553)

    obstacle_cruise
    
    Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
    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. refactor(behavior_velocity_intersection): apply clang-tidy check (#7552)

    intersection
    
    Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
    soblin authored Jun 20, 2024
    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 (#7440)
    
    * feat: separate filters
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: object validator to modular
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * chore: remove default values from subsequent launch files
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * chore: group interfaces and junctions
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * Revert "chore: group interfaces and junctions"
    
    This reverts commit 9d723c3.
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * chore: group interfaces and junctions
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: radar input
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: remove defaults from camera inputs
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * chore: rename camera args
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * chore: reorder
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: remove defaults from lidar interface
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * Add use_pointcloud_map and use_validator arguments to detection.launch.xml
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: remove default from validators and filters
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: pointcloud container node name
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * Add use_low_intensity_cluster_filter argument to launch files
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: on off detector and merger
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: radar_far/objects default
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    * fix: radar object filter parameter
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    
    ---------
    
    Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
    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 (#7456)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
    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 (#7571)

    * chore(cppcheck): update .cppcheck_suppressions
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * remove unnecessary features
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * remove unnecessary feature
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * remove unnecessary feature
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * remove unneccesary feature
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * remove unnecessary feature
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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 (#7597)

    * feat(detected_object_validation): add test
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    
    * move to autoware_test_utils
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    
    * remove perception
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    
    * update cmake
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    
    * style(pre-commit): autofix
    
    * remove perception change
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    
    * add include
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    
    * refactored
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    
    * avoid using void and static_pointer_cast
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    
    ---------
    
    Signed-off-by: kminoda <koji.minoda@tier4.jp>
    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. ci(cppcheck): fix cppcheck suppression list (#7604)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 20, 2024
    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 (#7591)
    
    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    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. fix(autoware_freespace_planning_algorithms): fix unusedScopedObject b…

    …ug (#7562)
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    978d07d View commit details
    Browse the repository at this point in the history
  17. fix(autoware_path_optimizer): fix redundantContinue warnings (#7577)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a5e975c View commit details
    Browse the repository at this point in the history
  18. fix(autoware_freespace_planning_algorithms): fix constStatement warni…

    …ng (#7580)
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b747520 View commit details
    Browse the repository at this point in the history
  19. fix(autoware_mpc_lateral_controller): fix duplicateAssignExpression w…

    …arning (#7572)
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 20, 2024
    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 (

    …#7542)
    
    * fix(autoware_mpc_lateral_controller): fix duplicateExpression warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    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