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 tier4/autoware.universe:awf-latest #1339

Merged
merged 417 commits into from
Jun 18, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 4, 2024

  1. feat!: replace autoware_auto_msgs with autoware_msgs for launch files (

    …autowarefoundation#7242)
    
    * feat!: replace autoware_auto_msgs with autoware_msgs for launch files
    
    Signed-off-by: Ryohsuke Mitsudome <[email protected]>
    Co-authored-by: Cynthia Liu <[email protected]>
    Co-authored-by: NorahXiong <[email protected]>
    Co-authored-by: beginningfan <[email protected]>
    
    * Update launch/tier4_perception_launch/launch/traffic_light_recognition/traffic_light.launch.xml
    
    ---------
    
    Signed-off-by: Ryohsuke Mitsudome <[email protected]>
    Co-authored-by: Cynthia Liu <[email protected]>
    Co-authored-by: NorahXiong <[email protected]>
    Co-authored-by: beginningfan <[email protected]>
    Co-authored-by: Yukihiro Saito <[email protected]>
    5 people authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5c1266e View commit details
    Browse the repository at this point in the history
  2. feat(build_depends.repos): remove autoware_auto_msgs from build_depen…

    …ds.repos (autowarefoundation#7252)
    
    Signed-off-by: Ryohsuke Mitsudome <[email protected]>
    Co-authored-by: Yukihiro Saito <[email protected]>
    mitsudome-r and yukkysaito authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    df99718 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. feat(object_recognition_utils): fix failing test (autowarefoundation#…

    …7268)
    
    * feat(object_recognition_utils): fix failing test
    
    Signed-off-by: Ryohsuke Mitsudome <[email protected]>
    
    * Update common/object_recognition_utils/test/src/test_predicted_path_utils.cpp
    
    ---------
    
    Signed-off-by: Ryohsuke Mitsudome <[email protected]>
    Co-authored-by: Yukihiro Saito <[email protected]>
    mitsudome-r and yukkysaito authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    97173bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a83d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec94f0 View commit details
    Browse the repository at this point in the history
  4. ci(cppcheck-all, cppcheck-differential): add cppcheck (autowarefounda…

    …tion#7262)
    
    * ci: add cppcheck
    
    Signed-off-by: kminoda <[email protected]>
    
    * add more suppression
    
    Signed-off-by: kminoda <[email protected]>
    
    * update cppcheck version
    
    Signed-off-by: kminoda <[email protected]>
    
    * update suppressions list
    
    Signed-off-by: kminoda <[email protected]>
    
    * add two workflows
    
    Signed-off-by: kminoda <[email protected]>
    
    * change name
    
    Signed-off-by: kminoda <[email protected]>
    
    * change timing of all ci
    
    Signed-off-by: kminoda <[email protected]>
    
    * update
    
    Signed-off-by: kminoda <[email protected]>
    
    * update
    
    Signed-off-by: kminoda <[email protected]>
    
    * update
    
    Signed-off-by: kminoda <[email protected]>
    
    * fix
    
    Signed-off-by: kminoda <[email protected]>
    
    * update name
    
    Signed-off-by: kminoda <[email protected]>
    
    * fix mistake
    
    Signed-off-by: kminoda <[email protected]>
    
    * add echo in diff
    
    Signed-off-by: kminoda <[email protected]>
    
    * update regex
    
    Signed-off-by: kminoda <[email protected]>
    
    * add statistics for cppcheck-all
    
    Signed-off-by: kminoda <[email protected]>
    
    * avoid checking cppcheck dir
    
    Signed-off-by: kminoda <[email protected]>
    
    * error-exit
    
    Signed-off-by: kminoda <[email protected]>
    
    * dummy test
    
    Signed-off-by: kminoda <[email protected]>
    
    * upload file even if it fails
    
    Signed-off-by: kminoda <[email protected]>
    
    * fix bug
    
    Signed-off-by: kminoda <[email protected]>
    
    * revert unnecessary commit
    
    Signed-off-by: kminoda <[email protected]>
    
    * minor fix
    
    Signed-off-by: kminoda <[email protected]>
    
    * dummy test
    
    Signed-off-by: kminoda <[email protected]>
    
    * dummy test
    
    Signed-off-by: kminoda <[email protected]>
    
    * modify to show cppcheck result even when failure
    
    Signed-off-by: kminoda <[email protected]>
    
    * finalize PR
    
    Signed-off-by: kminoda <[email protected]>
    
    * fix pre-commit
    
    Signed-off-by: kminoda <[email protected]>
    
    * fix pre-commit
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    kminoda authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0160f36 View commit details
    Browse the repository at this point in the history
  5. refactor(autoware_velocity_virtual_traffic_light_module): prefix pack…

    …age with autoware_ and move code to the autoware namespace (autowarefoundation#7155)
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    esteve authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f061073 View commit details
    Browse the repository at this point in the history
  6. fix(bpp): overwrite turn signal by latter module (autowarefoundation#…

    …7045)
    
    * fix(bpp): overwrite turn signal by latter module
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): return previous module turn signal if it's in success state
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): don't output turn signal if there is huge lateral deveation
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor: small update
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore: use lower case
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor: remove redundant function call
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4daa6a9 View commit details
    Browse the repository at this point in the history
  7. docs(planning): fix path to documents (autowarefoundation#7233)

    * docs(avoidance): fix path to documents
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    * fix naming
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    * fix velocity smoother and add remaining dist time calculator
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3443703 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix(autoware_pose_covariance_modifier): change log output from screen…

    … to both (autowarefoundation#7198)
    
    change log output from screen to both
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: SakodaShintaro <[email protected]>
    a-maumau and SakodaShintaro authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    bc8c08b View commit details
    Browse the repository at this point in the history
  2. feat(yabloc_image_processing): componentize yabloc_image_processing n…

    …odes (autowarefoundation#7196)
    
    * replace executable with component
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * modify launch
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * fix line_segments_overlay namespace & node_name
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * style(pre-commit): autofix
    
    * uncomment lanelet2_overlay
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    KYabuuchi and pre-commit-ci[bot] authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5935138 View commit details
    Browse the repository at this point in the history
  3. fix(map_loader): add log output (autowarefoundation#7203)

    add log output
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: SakodaShintaro <[email protected]>
    a-maumau and SakodaShintaro authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    42a6340 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd3a7a8 View commit details
    Browse the repository at this point in the history
  5. feat(gyro_odometer): add diagnostic (autowarefoundation#7188)

    * add diagnostic
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix diag time stamp
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    * fix spellcheck
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: SakodaShintaro <[email protected]>
    3 people authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    043a7e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    445b6ae View commit details
    Browse the repository at this point in the history
  7. feat(ndt_scan_matcher): added score diff to ndt diag (autowarefoundat…

    …ion#7227)
    
    * Added score diff to ndt diag
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Updated README.md
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    SakodaShintaro and pre-commit-ci[bot] authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c085b15 View commit details
    Browse the repository at this point in the history
  8. fix(tier4_map_launch): change log output (autowarefoundation#7289)

    change log output from screen to both
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: SakodaShintaro <[email protected]>
    a-maumau and SakodaShintaro authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    da95336 View commit details
    Browse the repository at this point in the history
  9. fix(image_projection_based_fusion): add copying input fields to outpu…

    …t for segmentation_pointcloud_fusion (autowarefoundation#7224)
    
    * fix: copy input fields to output
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * style(pre-commit): autofix
    
    * chore: typo
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * chore: refactor
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    ---------
    
    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 Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cae30eb View commit details
    Browse the repository at this point in the history
  10. chore(bpp): add prefix autoware_ (autowarefoundation#7288)

    * chore(common): rename package
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(static_obstacle_avoidance): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(dynamic_obstacle_avoidance): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(side_shift): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(sampling_planner): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(start_planner): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(goal_planner): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(lane_change): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(external_lane_change): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(AbLC): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(bpp-node): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(static_centerline_generator): fix header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(.pages): update link
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    09b0c40 View commit details
    Browse the repository at this point in the history
  11. refactor(autoware_velocity_run_out_module): prefix package with autow…

    …are_ and move code to the autoware namespace (autowarefoundation#7154)
    
    * refactor(autoware_velocity_run_out_module): prefix package with autoware_ and move code to the autoware namespace
    
    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 Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d0be029 View commit details
    Browse the repository at this point in the history
  12. fix(emergency_handler,mrm_handler): check for ego speed when determin…

    …ing the gear command (autowarefoundation#7264)
    
    * check for ego speed when determining the gear command
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add gear history
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update msg types
    
    Signed-off-by: veqcc <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    Signed-off-by: veqcc <[email protected]>
    Co-authored-by: veqcc <[email protected]>
    danielsanchezaran and veqcc authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6fb5221 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5913c5c View commit details
    Browse the repository at this point in the history
  14. chore(autoware_external_velocity_limit_selector): add prefix `autowar…

    …e_` (autowarefoundation#7295)
    
    chore(autoware_external_velocity_limit_selector): rename
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ff2fbd6 View commit details
    Browse the repository at this point in the history
  15. refactor(mrm_handler): use switch for state machine (autowarefoundati…

    …on#7277)
    
    * refactor nested if elses
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * delete other commits
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * return for consistency
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7d69e00 View commit details
    Browse the repository at this point in the history
  16. chore(autoware_planning_topic_converter): add prefix autoware_ (aut…

    …owarefoundation#7296)
    
    chore(autoware_planning_topic_converter): rename
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d1400b4 View commit details
    Browse the repository at this point in the history
  17. feat(vehicle_velocity_converter): componentize VehicleVelocityConvert…

    …er (autowarefoundation#7116)
    
    * remove unusing main func file
    
    Signed-off-by: a-maumau <[email protected]>
    
    * mod to componentize and use glog
    
    Signed-off-by: a-maumau <[email protected]>
    
    * change log output from screen to both
    
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: Yamato Ando <[email protected]>
    a-maumau and YamatoAndo authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5006a4d View commit details
    Browse the repository at this point in the history
  18. refactor(stop_filter): apply static analysis (autowarefoundation#7302)

    change to snake_case
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: SakodaShintaro <[email protected]>
    a-maumau and SakodaShintaro authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    31c1672 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f788069 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5d9fa04 View commit details
    Browse the repository at this point in the history
  21. refactor(autoware_velocity_walkway_module): prefix package with autow…

    …are_ and move code to the autoware namespace (autowarefoundation#7153)
    
    * refactor(autoware_velocity_walkway_module): prefix package with autoware_ and move code to the autoware namespace
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * fix: fix issue loading packages that have been prefixed
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    ---------
    
    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 Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2022fc9 View commit details
    Browse the repository at this point in the history
  22. ci(openai-pr-reviewer): remove the action (autowarefoundation#7332)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a749eda View commit details
    Browse the repository at this point in the history
  23. ci(pr-agent): update configuration (autowarefoundation#7334)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4c434d0 View commit details
    Browse the repository at this point in the history
  24. ci(build-and-test): run on self hosted (autowarefoundation#7336)

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

Commits on Jun 7, 2024

  1. chore(steer_offset_estimator): add prefix autoware_ to steer_offset_e…

    …stimator (autowarefoundation#7342)
    
    * add perfix
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix directory structrue
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix include guard
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    321e1c7 View commit details
    Browse the repository at this point in the history
  2. refactor(pose2twist): apply static analysis (autowarefoundation#7307)

    * refactor based on linter
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add cast double to float
    
    Signed-off-by: a-maumau <[email protected]>
    
    * remove default destructor
    
    Signed-off-by: a-maumau <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    a-maumau authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e800d54 View commit details
    Browse the repository at this point in the history
  3. feat(pointcloud_preprocessor): add z filter in vector map inside (aut…

    …owarefoundation#7300)
    
    * feat: add utils to handle z height filter
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: add test to utilities and fix code
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: add node param to filter by z
    
    Signed-off-by: yoshiri <[email protected]>
    
    * docs: update readme
    
    Signed-off-by: yoshiri <[email protected]>
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    118e4bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b24507f View commit details
    Browse the repository at this point in the history
  5. refactor(surround_obstacle_checker)!: prefix package and namespace wi…

    …th autoware (autowarefoundation#7298)
    
    * fix(autoware_surround_obstacle_checker): rename
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(autoware_surround_obstacle_checker): rename header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(launch): update package name
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cac7eb3 View commit details
    Browse the repository at this point in the history
  6. refactor(behavior_path_side_shift_module)!: prefix package and namesp…

    …ace with autoware (autowarefoundation#7326)
    
    * add prefix autoware_ to side_shift package
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * change directory name
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    17aad93 View commit details
    Browse the repository at this point in the history
  7. fix(yabloc): suppress no viable conversion error (autowarefoundation#…

    …7299)
    
    * use tier4_autoware_utils instead of yabloc::Color
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * use static_cast to convert Color to RGBA
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * use tier4_autoware_utils instead of yabloc::Color
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * use static_cast to convert Color to RGBA
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    KYabuuchi and pre-commit-ci[bot] authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cc9512b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d54e1ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9202dab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c672f86 View commit details
    Browse the repository at this point in the history
  11. chore: update CODEOWNERS (autowarefoundation#7165)

    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 7, 2024
    Configuration menu
    Copy the full SHA
    e24f48d View commit details
    Browse the repository at this point in the history
  12. refactor(behavior velocity intersection)!: prefix package and namespa…

    …ce with autoware_ (autowarefoundation#7315)
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e752cad View commit details
    Browse the repository at this point in the history
  13. feat(emergency_handler, mrm_handler): change to read topic by polling (

    …autowarefoundation#7297)
    
    * replace Subscription to InterProcessPollingSubscriber
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * sort depend packages list in package.xml
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * fix end of file
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * clang format
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * chore: fix comments
    
    Signed-off-by: Autumn60 <[email protected]>
    
    * replace Subscription to InterProcessPollingSubscriber (mrm_handler)
    
    Signed-off-by: Autumn60 <[email protected]>
    
    ---------
    
    Signed-off-by: Autumn60 <[email protected]>
    Co-authored-by: Autumn60 <[email protected]>
    Autumn60 and Autumn60 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9cb51d0 View commit details
    Browse the repository at this point in the history
  14. fix(pose2twist): compute angular velocity through quaternion (autowar…

    …efoundation#7322)
    
    * compute angular velocity from two quaternions
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * add test
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * add some comments
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * remove rpy description
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * fix typo
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * fix clang-tidy's warning
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    KYabuuchi authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c85b83d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    722e822 View commit details
    Browse the repository at this point in the history
  16. refactor(behavior_path_start_planner_module)!: prefix package and nam…

    …espace with autoware (autowarefoundation#7352)
    
    * change folder names
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change namespace
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add prefix in files
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add prefix to files outside the module
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add namespace to plugin
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Revert "add namespace to plugin"
    
    This reverts commit 8aeee42.
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Revert "change namespace"
    
    This reverts commit 8cf69f8.
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix doc
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix back doc
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9c961a9 View commit details
    Browse the repository at this point in the history
  17. refactor(mpc_lateral_controller, trajectory_follower_node)!: prefix p…

    …ackage and namespace with autoware (autowarefoundation#7306)
    
    * add the prefix to the folder
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * named to autoware_mpc_lateral_controller
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * rename the folder in the include
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * correct the package name in xml and CMakeLists
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * correct the namespace and include
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * change namespace and include in src/
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * change namespace and include in test/
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * fix the trajectory_follower_node
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * undo rename to the namespace
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * change the trajectory_follower_node, Controller.drawio.svg, and README.md
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * fixed by pre-commit
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    * suppress the unnecessary line length detect
    
    Signed-off-by: Zhe Shen <[email protected]>
    
    ---------
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ce0fcf5 View commit details
    Browse the repository at this point in the history
  18. fix(static_obstacle_avoidance): return shift validation (autowarefoun…

    …dation#7229)
    
    fix(staatic_obstacle_avoidance): allow return shift approval even if return shift path is not within drivable area
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a3955e9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6013a78 View commit details
    Browse the repository at this point in the history
  20. refactor(behavior_velocity_planner_common)!: prefix package and names…

    …pace with autoware (autowarefoundation#7314)
    
    * refactor(behavior_velocity_planner_common): add autoware prefix
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * refactor(behavior_velocity_planner_common): fix run_out module
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * refactor(behavior_velocity_planner_common): fix for autoware_behavior_velocity_walkway_module
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * refactor(behavior_velocity_planner_common): remove unnecessary using
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    ---------
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6669213 View commit details
    Browse the repository at this point in the history
  21. refactor(planning_validator)!: prefix package and namespace with auto…

    …ware (autowarefoundation#7320)
    
    * add autoware_ prefix to planning_validator
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * add prefix to package name in .pages
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * fix link of the image
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7d6c2fd View commit details
    Browse the repository at this point in the history
  22. feat(pose_instability_detector): change validation algorithm (autowar…

    …efoundation#7042)
    
    * Create define_static_threshold()
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Revised dead reckoning methodology
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Change threshold calculation to use the online time difference
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Simplify threshold calculation.
    Rewrite json schema.
    Refactor some variables.
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Rewrite lateral_threshold and vertical threshold
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Consider dead reckoning noise, update README.md.
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Added sentences to README.md
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Filled README.md
    Revert lateral threshold calculation.
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Add #include <algorithm>
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Fixed pose_instability_detector.schema.json
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Revised calculation of the process noise of dead reckoning.
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Fixed typo and lack of information
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Revised redundant time substitutions
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Revised dead reckoning algorithm for orientation.
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Added information about lateral thresholld calculation in README.md
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Removed all dead reckoning related process noise stuff
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Removed parameters and desciprtion of dead reckoning process noise stuff
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Fixed integration logic for angular twist
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Let the hpp file be exportable, and follow the guidelines when exporting hpp files
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Fix typo
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Delete include from package.xml
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * Make test codes work. Create a threshold structure so that other packages can use the methods in pose_instability_detector
    
    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 7, 2024
    Configuration menu
    Copy the full SHA
    2b7c0db View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4aeb69f View commit details
    Browse the repository at this point in the history
  24. feat(imu_corrector): componentize ImuCorrector and GyroBiasEstimator (a…

    …utowarefoundation#7129)
    
    * remove unusing main func file
    
    Signed-off-by: a-maumau <[email protected]>
    
    * mod to componentize and use glog
    
    Signed-off-by: a-maumau <[email protected]>
    
    * change log output from screen to both
    
    Signed-off-by: a-maumau <[email protected]>
    
    * Update sensing/imu_corrector/CMakeLists.txt
    
    add namespace
    
    Co-authored-by: Yamato Ando <[email protected]>
    Signed-off-by: a-maumau <[email protected]>
    
    * Update sensing/imu_corrector/CMakeLists.txt
    
    add namespace
    
    Co-authored-by: Yamato Ando <[email protected]>
    
    ---------
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: Yamato Ando <[email protected]>
    a-maumau and YamatoAndo authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e6b56a4 View commit details
    Browse the repository at this point in the history
  25. refactor(path_optimizer, velocity_smoother)!: prefix package and name…

    …space with autoware (autowarefoundation#7354)
    
    * chore(autoware_velocity_smoother): update namespace
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(autoware_path_optimizer): update namespace
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1f6c264 View commit details
    Browse the repository at this point in the history
  26. refactor(costmap_generator)!: add autoware prefix (autowarefoundation…

    …#7329)
    
    refactor(costmap_generator): add autoware prefix
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    fbe57b1 View commit details
    Browse the repository at this point in the history
  27. refactor(gyro_odometer): apply static analysis (autowarefoundation#7360)

    * 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 7, 2024
    Configuration menu
    Copy the full SHA
    2b0de17 View commit details
    Browse the repository at this point in the history
  28. feat(obstacle_cruise)!: type specified stop deccel limit and enabling…

    … abandon to stop (autowarefoundation#7121)
    
    * add abandon function
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    565589c View commit details
    Browse the repository at this point in the history
  29. fix(perception_online_evaluator): add metric_value not only stat (aut…

    …owarefoundation#7100)(autowarefoundation#7118) (revert of revert) (autowarefoundation#7167)
    
    * Revert "fix(perception_online_evaluator): revert "add metric_value not only s…"
    
    This reverts commit d827b1b.
    
    * Update evaluator/perception_online_evaluator/include/perception_online_evaluator/perception_online_evaluator_node.hpp
    
    * Update evaluator/perception_online_evaluator/src/perception_online_evaluator_node.cpp
    
    * use emplace back
    
    Signed-off-by: kosuke55 <[email protected]>
    
    ---------
    
    Signed-off-by: kosuke55 <[email protected]>
    Co-authored-by: Kotaro Uetake <[email protected]>
    kosuke55 and ktro2828 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4577719 View commit details
    Browse the repository at this point in the history
  30. chore(lane_departure_checker): add maintainer (autowarefoundation#7366)

    add maintainer
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2f6cd2b View commit details
    Browse the repository at this point in the history
  31. refactor(lane_departure_checker)!: prefix package and namespace with …

    …autoware (autowarefoundation#7325)
    
    * add prefix autoware_ to lane_departure_checker package
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f03323f View commit details
    Browse the repository at this point in the history
  32. fix(mrm_handler): fix stop judgement (autowarefoundation#7362)

    fix stop judgement
    
    Signed-off-by: Autumn60 <[email protected]>
    Co-authored-by: Autumn60 <[email protected]>
    Autumn60 and Autumn60 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dfa31a6 View commit details
    Browse the repository at this point in the history
  33. chore(smart_mpc_trajectory_follower): add prefix autoware_ to smart_m…

    …pc_trajectory_follower (autowarefoundation#7367)
    
    * add prefix
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix pre-commit
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ed038d8 View commit details
    Browse the repository at this point in the history
  34. feat(autonomous_emergency_braking): prefix package and namespace with…

    … autoware_ (autowarefoundation#7294)
    
    * change package name
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add the prefix
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change option
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change back node name
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * eliminate some prefixes that are not required
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix node name
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b1749af View commit details
    Browse the repository at this point in the history
  35. refactor(rtc_interface)!: prefix package and namespace with autoware (a…

    …utowarefoundation#7321)
    
    refactor(rtc_interface): add autoware prefix
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f93e5b3 View commit details
    Browse the repository at this point in the history
  36. feat(lidar_transfusion): add lidar_transfusion 3D detection package (a…

    …utowarefoundation#6890)
    
    * feat(lidar_transfusion): add lidar_transfusion 3D detection package
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(pre-commit): autofix
    
    * style(lidar_transfusion): cpplint
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(lidar_transfusion): cspell
    
    Signed-off-by: Amadeusz Szymko <[email protected]>
    
    * fix(lidar_transfusion): CUDA mem allocation & inference input
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(pre-commit): autofix
    
    * fix(lidar_transfusion): arrays size
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(pre-commit): autofix
    
    * chore(lidar_transfusion): update maintainers
    
    Co-authored-by: Satoshi Tanaka <[email protected]>
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * fix(lidar_transfusion): array size & grid idx
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * chore(lidar_transfusion): update maintainer email
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * chore: added transfusion to the respective launchers
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    
    * refactor(lidar_transfusion): rename config
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * refactor(lidar_transfusion): callback access specifier
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * refactor(lidar_transfusion): pointers initialziation
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * refactor(lidar_transfusion): change macros for constexpr
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * refactor(lidar_transfusion): consts & uniform initialization
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * refactor(lidar_transfusion): change to unique ptr & uniform initialization
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(pre-commit): autofix
    
    * refactor(lidar_transfusion): use of config params
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * refactor(lidar_transfusion): remove unnecessary condition
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(lidar_transfusion): switch naming (CPU to HOST)
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * refactor(lidar_transfusion): remove redundant device sync
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(lidar_transfusion): intensity naming
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * feat(lidar_transfusion): full network shape validation
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * feat(lidar_transfusion): validate objects' orientation in host processing
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * feat(lidar_transfusion): add json schema
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(pre-commit): autofix
    
    * style(lidar_transfusion): affine matrix naming
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(lidar_transfusion): transformed point naming
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * refactor(lidar_transfusion): add param descriptor & arrays size check
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * style(lidar_transfusion): affine matrix naming
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * feat(lidar_transfusion): caching cloud input as device ptr
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * fix(lidar_transfusion): logging
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * chore(tier4_perception_launch): revert to centerpoint
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * fix(lidar_transfusion): typo
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * docs(lidar_transfusion): use hook for param description
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * fix(lidar_transfusion): interpret eigen matrix as col major
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    * feat(lidar_transfusion): update to autware_msgs
    
    Signed-off-by: amadeuszsz <[email protected]>
    
    ---------
    
    Signed-off-by: Amadeusz Szymko <[email protected]>
    Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
    3 people authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d891ef7 View commit details
    Browse the repository at this point in the history
  37. fix(autoware_planning_validator): revert node name change (autowarefo…

    …undation#7371)
    
    revert node name change
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f328a15 View commit details
    Browse the repository at this point in the history
  38. refactor(behavior_path_avoidance_by_lane_change_module)!: prefix pack…

    …age and namespace with autoware_ (autowarefoundation#6638)
    
    * build(behavior_path_avoidance_by_lane_change_module): prefix package and namespace with autoware_
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * build(autoware_behavior_path_avoidance_by_lane_change_module): fix namespaces
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * fix(autoware_behavior_path_avoidance_by_lane_change_module): fix clang-tidy issues
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * fix(autoware_behavior_path_avoidance_by_lane_change_module): fix tests
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * fix(autoware_behavior_path_avoidance_by_lane_change_module): fix clang-tidy issues
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * build(autoware_behavior_path_avoidance_by_lane_change_module): revert clang-tidy fixes for naming functions
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * build(autoware_behavior_path_avoidance_by_lane_change_module): revert clang-tidy fixes for naming functions
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * build(autoware_behavior_path_external_request_lane_change_module): revert performance-related clang-tidy fixes
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * build(autoware_behavior_path_avoidance_by_lane_change_module): revert clang-tidy fixes for naming functions
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * refactor(autoware_behavior_path_avoidance_by_lane_change_module): update CODEOWNERS and .pages files
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * refactor(autoware_behavior_path_avoidance_by_lane_change_module): move headers files to src
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * refactor(autoware_behavior_path_avoidance_by_lane_change_module): fix include paths
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * Update planning/autoware_behavior_path_avoidance_by_lane_change_module/src/scene.cpp
    
    Co-authored-by: M. Fatih Cırıt <[email protected]>
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    * build: fix missing using clauses
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    
    ---------
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: M. Fatih Cırıt <[email protected]>
    3 people authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    57786a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    7d12dcf View commit details
    Browse the repository at this point in the history
  2. feat(autoware_velocity_smoother): use polling subscriber (autowarefou…

    …ndation#7216)
    
    feat(motion_velocity_smoother): use polling subscriber
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    3b036b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14c75e6 View commit details
    Browse the repository at this point in the history
  4. refactor(joy_controller)!: prefix package and namespace with autoware (

    …autowarefoundation#7382)
    
    * add prefix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix codeowner
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    af9db8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6ef8bb View commit details
    Browse the repository at this point in the history
  6. refactor(pid_longitudinal_controller)!: prefix package and namespace …

    …with autoware (autowarefoundation#7383)
    
    * add prefix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix trajectory follower node param
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a082e64 View commit details
    Browse the repository at this point in the history
  7. refactor(path_smoother)!: prefix package and namespace with autoware (a…

    …utowarefoundation#7381)
    
    * git mv
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix launch
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * rever a part of prefix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix test
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix static_centerline_optimizer
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    240c976 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Jun 10, 2024

  1. fix(multi_object_tracker): fix segmentation fault bug of the debug ob…

    …ject process (autowarefoundation#7347)
    
    fix: finish the process when the object data list is empty
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    09f7676 View commit details
    Browse the repository at this point in the history
  2. chore(vehicle_cmd_gate): add prefix autoware_ to vehicle_cmd_gate (au…

    …towarefoundation#7327)
    
    * add prefix autoware_ to vehicle_cmd_gate package
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix include guard
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    * fix pre-commit
    
    Signed-off-by: Go Sakayori <[email protected]>
    
    ---------
    
    Signed-off-by: Go Sakayori <[email protected]>
    Signed-off-by: Go Sakayori <[email protected]>
    go-sakayori authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a137560 View commit details
    Browse the repository at this point in the history
  3. feat(autoware_lane_departure_checker): use polling subscriber (autowa…

    …refoundation#7358)
    
    * use polling subscriber
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2235e20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af9194e View commit details
    Browse the repository at this point in the history
  5. refactor(behavior_velocity_stop_line_module): prefix package and name…

    …space with autoware_ (autowarefoundation#7285)
    
    * refactor(behavior_velocity_stop_line_module): 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 Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ddce1de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ef1089 View commit details
    Browse the repository at this point in the history
  7. feat(route_hanler): handle waypoints in lanelet2 map (autowarefoundat…

    …ion#7222)
    
    * feat(route_hanler): handle waypoints in lanelet2 map
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8743bc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2507944 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1580aba View commit details
    Browse the repository at this point in the history
  10. feat(motion_velocity_planner): use polling subscriber to efficiently …

    …get messages (autowarefoundation#7223)
    
    * feat(motion_velocity_planner): use polling subscriber for odometry topic
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * use polling subscribers for more topics
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * remove blocking mutex lock when processing traffic lights
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * fix assign after return
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    ---------
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    895b07b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fdea913 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    251dfb5 View commit details
    Browse the repository at this point in the history
  13. refactor(external_cmd_selector): prefix package and namespace with au… (

    autowarefoundation#7384)
    
    refactor(external_cmd_selector): prefix package and namespace with autoware_
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    038a8c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d2a8b16 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a357a4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    087e02d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2334f63 View commit details
    Browse the repository at this point in the history
  18. refactor(ndt scan matcher): apply static analysis (autowarefoundation…

    …#7278)
    
    * to snake_case
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix line length
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add nodiscard
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * to non member func
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * initilize param
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add header
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add const
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: SakodaShintaro <[email protected]>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3b90dc0 View commit details
    Browse the repository at this point in the history
  19. refactor(ekf localizer): apply static analysis (autowarefoundation#7324)

    * rename to snake_case
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add nodiscard
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * initilize variables
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix math.h to cmath
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix data type
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * remove redundant return statement
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add &, remove t_curr
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix string empty
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix data type
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * remove unused variable
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * readability-else-after-return
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add nolint
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * rename varibles
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix cast
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: SakodaShintaro <[email protected]>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d227f7c View commit details
    Browse the repository at this point in the history
  20. refactor(ndt scan matcher): apply static analysis revert (autowarefou…

    …ndation#7398)
    
    Revert "refactor(ndt scan matcher): apply static analysis (autowarefoundation#7278)"
    
    This reverts commit 3b90dc0.
    YamatoAndo authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a78822b View commit details
    Browse the repository at this point in the history
  21. refactor(pose_initializer): apply static analysis (autowarefoundation…

    …#7355)
    
    * apply clang-tidy and cpplint
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * apply cppcheck
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    YamatoAndo and pre-commit-ci[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    badc3e7 View commit details
    Browse the repository at this point in the history
  22. refactor(vehicle_info_utils)!: prefix package and namespace with auto…

    …ware (autowarefoundation#7353)
    
    * chore(autoware_vehicle_info_utils): rename header
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(bpp-common): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(path_optimizer): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(velocity_smoother): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(bvp-common): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(static_centerline_generator): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(obstacle_cruise_planner): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(obstacle_velocity_limiter): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(mission_planner): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(obstacle_stop_planner): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(planning_validator): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(surround_obstacle_checker): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(goal_planner): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(start_planner): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(control_performance_analysis): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(lane_departure_checker): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(predicted_path_checker): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(vehicle_cmd_gate): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(obstacle_collision_checker): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(operation_mode_transition_manager): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(mpc): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(control): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(common): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(perception): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(evaluator): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(freespace): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(planning): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(vehicle): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(simulator): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(launch): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(system): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * chore(sensing): vehicle info
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(autoware_joy_controller): remove unused deps
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ed60229 View commit details
    Browse the repository at this point in the history
  23. refactor(localization_util): apply static analysis (autowarefoundatio…

    …n#7399)
    
    * refactor based on linter
    
    Signed-off-by: a-maumau <[email protected]>
    
    * style(pre-commit): autofix
    
    * 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>
    a-maumau and pre-commit-ci[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    210513d View commit details
    Browse the repository at this point in the history
  24. feat(planning_validator): use polling subscriber (autowarefoundation#…

    …7356)
    
    * use polling subscriber
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    40cc412 View commit details
    Browse the repository at this point in the history
  25. refactor(freespace_planner)!: add autoware prefix (autowarefoundation…

    …#7376)
    
    refactor(freespace_planner)!: add autoawre prefix
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    420c6bd View commit details
    Browse the repository at this point in the history
  26. feat(external_cmd_converter): replace polling takeData function with …

    …the callback function (autowarefoundation#7263)
    
    * delete duplicated sentence. \n replace callback data get function with takeData function.
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * add maintainer
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * delete  name
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * style(pre-commit): autofix
    
    * style(pre-commit): autofix
    
    * handle to comment: delete waste line
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * fix: treat clang-tidy-differential's warnings. for examples CamelCase to snake_case, delete redundant if sentences
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * fix mailadress miss
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * style(pre-commit): autofix
    
    * format by clang-format
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * delete static
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * unify to *_sub_
    
    Signed-off-by: N-Eiki <[email protected]>
    
    ---------
    
    Signed-off-by: N-Eiki <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    N-Eiki and pre-commit-ci[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e4bda73 View commit details
    Browse the repository at this point in the history
  27. refactor(ndt scan matcher): apply static analysis (autowarefoundation…

    …#7402)
    
    * to snake_case
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix line length
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add nodiscard
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * to non member func
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * initilize param
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add header
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add const
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    * fix build error
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: SakodaShintaro <[email protected]>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b270096 View commit details
    Browse the repository at this point in the history
  28. refactor(localization_error_monitor): apply static analysis (autoware…

    …foundation#7363)
    
    * 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 10, 2024
    Configuration menu
    Copy the full SHA
    a6206d1 View commit details
    Browse the repository at this point in the history
  29. refactor(map_tf_generator): apply static analysis (autowarefoundation…

    …#7350)
    
    * 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 10, 2024
    Configuration menu
    Copy the full SHA
    41ee731 View commit details
    Browse the repository at this point in the history
  30. refactor(behavior_velocity_blind_spot_module): prefix package and nam… (

    autowarefoundation#7380)
    
    * refactor(behavior_velocity_blind_spot_module): prefix package and namespace with autoware_
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    * modify test_node_interface to search blind_spot with prefix
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    ---------
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5d579ba View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8e66943 View commit details
    Browse the repository at this point in the history
  32. chore(map): udpate maintainer (autowarefoundation#7405)

    udpate maintainer
    
    Signed-off-by: Yamato Ando <[email protected]>
    YamatoAndo authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    95d4ae9 View commit details
    Browse the repository at this point in the history
  33. refactor(control_validator)!: prefix package and namespace with autow…

    …are (autowarefoundation#7304)
    
    * rename folders
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * rename add prefix
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change param path
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix pluggin problem
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix extra prefixes
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change back launchers
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add namespace to address conflict
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * delete stubborn file
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7a55d57 View commit details
    Browse the repository at this point in the history
  34. refactor(behavior_path_lane_change_module)!: prefix package and names…

    …pace with autoware (autowarefoundation#7370)
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f7ac46f View commit details
    Browse the repository at this point in the history
  35. refactor(sensing/image_transport_decompressor): rework parameters (au…

    …towarefoundation#6746)
    
    * add param, schema file, update readme
    
    Signed-off-by: oguzkaganozt <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: oguzkaganozt <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
    Co-authored-by: Yoshi Ri <[email protected]>
    4 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9fd6d55 View commit details
    Browse the repository at this point in the history
  36. feat(trajectory_follower_node): use polling subscribers (autowarefoun…

    …dation#7403)
    
    * use polling subscriber in trajectory follower node
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * use polling subscriber in simple trajectory follower
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    ---------
    
    Signed-off-by: mohammad alqudah <[email protected]>
    mkquda authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e1e84a0 View commit details
    Browse the repository at this point in the history
  37. refactor(raw_vehicle_cmd_converter)!: prefix package and namespace wi…

    …th autoware (autowarefoundation#7385)
    
    * add prefix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix other packages
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix cppcheck
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * pre-commit
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7d81b7c View commit details
    Browse the repository at this point in the history
  38. refactor(behavior_velocity_traffic_light_module): prefix package and …

    …namespace with autoware (autowarefoundation#7162)
    
    refactor(behavior_velocity_traffic_light_module): prefix package and namespace with autoware_
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    esteve authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6584f27 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c02a669 View commit details
    Browse the repository at this point in the history
  40. refactor(planning_validator)!: rename directory name (autowarefoundat…

    …ion#7411)
    
    change directory name
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7227175 View commit details
    Browse the repository at this point in the history
  41. feat(polling_subscriber): polling srbscriber for multiple data (autow…

    …arefoundation#7409)
    
    * add(polling_subscriber): polling srbscriber for multiple data
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    * fix qos depth check script
    
    Signed-off-by: Y.Hisaki <[email protected]>
    
    ---------
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0e6528b View commit details
    Browse the repository at this point in the history
  42. feat(vehicle_cmd_gate): use polling subscriber (autowarefoundation#7418)

    * change to polling subscriber
    
    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 10, 2024
    Configuration menu
    Copy the full SHA
    c89cd08 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    cb557db View commit details
    Browse the repository at this point in the history
  44. refactor(objects_of_interest_marker_interface)!: prefix package and n…

    …amespace with autoware (autowarefoundation#7413)
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4b6d3ce View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    748f688 View commit details
    Browse the repository at this point in the history
  46. refactor(mission_planner)!: add autoware prefix and namespace (autowa…

    …refoundation#7414)
    
    * refactor(mission_planner)!: add autoware prefix and namespace
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * fix svg
    
    Signed-off-by: kosuke55 <[email protected]>
    
    ---------
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    696577f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7b4ca26 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d37dbb9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    213c7c3 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    140cef9 View commit details
    Browse the repository at this point in the history
  51. refactor(accel_brake_map_calibrator)!: add autoware_ prefix (autoware…

    …foundation#7351)
    
    * add prefix to the codes
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    change dir name
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    update
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    update
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * delete debug
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * fix format
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * fix format
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * restore
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * poi
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    ---------
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e57e9f1 View commit details
    Browse the repository at this point in the history
  52. refactor(external cmd converter)!: add autoware_ prefix (autowarefoun…

    …dation#7361)
    
    * add prefix to the code
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * rename
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * fix
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * fix
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * fix
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * Update .github/CODEOWNERS
    
    ---------
    
    Signed-off-by: Yuki Takagi <[email protected]>
    Co-authored-by: Takayuki Murooka <[email protected]>
    yuki-takagi-66 and takayuki5168 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4f12fa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix(tier4_control_launch, crosswalk_traffic_light_estimator): fix a m…

    …istake when adding prefixes (autowarefoundation#7423)
    
    Fixed a mistake when adding prefixes
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aabff3b View commit details
    Browse the repository at this point in the history
  2. feat(behavior_velocity_planner): use polling subscriber to improve pe…

    …rformance (autowarefoundation#7274)
    
    RT1-6588 use polling subscribers in behavior velcity planner
    
    Signed-off-by: mohammad alqudah <[email protected]>
    mkquda authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bf81712 View commit details
    Browse the repository at this point in the history
  3. refactor(route_handler): route handler add autoware prefix (autowaref…

    …oundation#7341)
    
    * rename route handler package
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * update packages dependencies
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * update include guards
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * update includes
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * put in autoware namespace
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * fix formats
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * keep header and source file name as before
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    ---------
    
    Signed-off-by: mohammad alqudah <[email protected]>
    mkquda authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4129ddd View commit details
    Browse the repository at this point in the history
  4. refactor(trajectory_follower_base): trajectory follower base add auto…

    …ware prefix (autowarefoundation#7343)
    
    * rename trajectory follower base package
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * update dependencies and includes
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * fix formats
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    ---------
    
    Signed-off-by: mohammad alqudah <[email protected]>
    mkquda authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    afc129e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adde8e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f3541b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3a30cd View commit details
    Browse the repository at this point in the history
  8. feat(autoware_control_validator): add polling subcribers (autowarefou…

    …ndation#7426)
    
    * add polling subs
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * delete extra line
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    32274ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21d1d85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3dc8bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    822519d View commit details
    Browse the repository at this point in the history
  12. refactor(shift_decider): prefix package and namespace with autoware_ (a…

    …utowarefoundation#7310)
    
    * RT1-6684 add autoware prefix and namespace
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * RT1-6684 Revert svg
    
    This reverts commit 4e0569e.
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    Co-authored-by: Takayuki Murooka <[email protected]>
    zulfaqar-azmi-t4 and takayuki5168 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    687ead9 View commit details
    Browse the repository at this point in the history
  13. feat(map based prediction): use polling subscriber (autowarefoundatio…

    …n#7397)
    
    feat(map_based_prediction): use polling subscriber
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2551d99 View commit details
    Browse the repository at this point in the history
  14. refactor(trajectory_follower_node): trajectory follower node add auto…

    …ware prefix (autowarefoundation#7344)
    
    * rename trajectory follower node package
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * update dependencies, launch files, and README files
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * fix formats
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * remove autoware_ prefix from launch arg option
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    ---------
    
    Signed-off-by: mohammad alqudah <[email protected]>
    mkquda authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4804e4d View commit details
    Browse the repository at this point in the history
  15. chore: update CODEOWNERS (autowarefoundation#7374)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <[email protected]>
    Co-authored-by: Fumiya Watanabe <[email protected]>
    3 people authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a77018f View commit details
    Browse the repository at this point in the history
  16. fix(behavior_velocity_planner): fix test_depend (autowarefoundation#7431

    )
    
    * fix(no_stopping_area): fix test_depend
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * fix blind spot
    
    ---------
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    86088c8 View commit details
    Browse the repository at this point in the history
  17. feat(operation_mode_transition_manager): use polling subscriber (auto…

    …warefoundation#7328)
    
    RT1-6698 use polling subscriber
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9bfc65d View commit details
    Browse the repository at this point in the history
  18. feat(pure_pursuit): add polling subscriber (autowarefoundation#7330)

    RT1-6699 add polling subscriber
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    34307f1 View commit details
    Browse the repository at this point in the history
  19. feat(shift_decider): use polling subscriber (autowarefoundation#7345)

    RT1-6697 use polling subscriber
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    02e49bb View commit details
    Browse the repository at this point in the history
  20. refactor(operation_mode_transition_manager): prefix package and names…

    …pace with autoware_ (autowarefoundation#7291)
    
    * RT1-6682 add prefix package and namespace with autoware_
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * RT1-6682 fix package's description
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dcf6b81 View commit details
    Browse the repository at this point in the history
  21. feat(accel_brake_map_calibrator): replace polling takeData function w…

    …ith the callback function (autowarefoundation#7429)
    
    * fix : repush to solve conflict
    
    Signed-off-by: N-Eiki <[email protected]>
    
    * style(pre-commit): autofix
    
    * delete duplicated int cast
    
    Signed-off-by: N-Eiki <[email protected]>
    
    ---------
    
    Signed-off-by: N-Eiki <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    N-Eiki and pre-commit-ci[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    72237f7 View commit details
    Browse the repository at this point in the history
  22. docs(avoidance): update documentation (autowarefoundation#7149)

    * docs(avoidance): update documentation
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix: small change
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ec7a2a1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6667484 View commit details
    Browse the repository at this point in the history
  24. refactor(behavior_path_planner): prefix autoware_ to behavior_path_pl…

    …anner package (autowarefoundation#7433)
    
    * move dir
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    
    * fix pluginlib
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    
    ---------
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    73969a1 View commit details
    Browse the repository at this point in the history
  25. feat(raw_vehicle_cmd_converter): use polling subscriber (autowarefoun…

    …dation#7319)
    
    * replace subscription
    
    Signed-off-by: Sho Iwasawa <[email protected]>
    
    * fix document
    
    Signed-off-by: Sho Iwasawa <[email protected]>
    
    * sum up functions
    
    Signed-off-by: Sho Iwasawa <[email protected]>
    
    * add maintainer
    
    Signed-off-by: Sho Iwasawa <[email protected]>
    
    ---------
    
    Signed-off-by: Sho Iwasawa <[email protected]>
    Co-authored-by: Shumpei Wakabayashi <[email protected]>
    zusizusi and shmpwk authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aa243da View commit details
    Browse the repository at this point in the history
  26. refactor(bpp): add namespace autoware:: (autowarefoundation#7437)

    * refactor: add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(bpp-common): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(ablc): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(doa): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(soa): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(erlc): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(lc): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(ss): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(sp): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(gp): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(tier4_planning_launch): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(sbp): add namespace autoware::
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2f49044 View commit details
    Browse the repository at this point in the history
  27. refactor(pure_pursuit): prefix package and namespace with autoware_ (a…

    …utowarefoundation#7301)
    
    * RT1-6683 add autoware prefix to package and namepace
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * fix precommit
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0125e05 View commit details
    Browse the repository at this point in the history
  28. fix: revert "ci(build-and-test-differential): set checkout fetch-dept…

    …h to 1" (autowarefoundation#7441)
    
    Revert "ci(build-and-test-differential): set checkout fetch-depth to 1 (autowarefoundation#7408)"
    
    This reverts commit 8e66943.
    
    Signed-off-by: Ryohsuke Mitsudome <[email protected]>
    mitsudome-r authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0808eb1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f87cf32 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    36b0b2b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix(static_centerline_generator): fix dependency (autowarefoundation#…

    …7442)
    
    * fix: deps
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix: package name
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix: package name
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    350e650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce67cac View commit details
    Browse the repository at this point in the history
  3. refactor(twist2accel): apply static analysis (autowarefoundation#7311)

    refactor based on linter
    
    Signed-off-by: a-maumau <[email protected]>
    Co-authored-by: SakodaShintaro <[email protected]>
    a-maumau and SakodaShintaro authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c734022 View commit details
    Browse the repository at this point in the history
  4. refactor(start_planner): remove unused parameters in start planner mo…

    …dule (autowarefoundation#7430)
    
    * refactor: remove unused parameters in start planner module
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    90f39a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9248e5c View commit details
    Browse the repository at this point in the history
  6. fix(start_planner): set minimum velocity to avoid high curvature in t…

    …rajectroy (autowarefoundation#7401)
    
    * set initial velocity
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * fix comment
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * add reason for the change
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1fcd5c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdb3d4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab4badb View commit details
    Browse the repository at this point in the history
  9. feat(start_planner): add debug prints for start planner plans (autowa…

    …refoundation#7438)
    
    * Add debug print
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add units
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change format
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * move debug struct to structs file
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * make a header str function to delete repeated code
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c0f8091 View commit details
    Browse the repository at this point in the history
  10. feat(multi_object_tracker): object position update by size change (au…

    …towarefoundation#7170)
    
    * fix: update object position offset caused by size change
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: update object size only by updating object size, do not memorize previous object size
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: rename message package
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f40440f View commit details
    Browse the repository at this point in the history
  11. fix(multi_object_tracker): fix a bug on the existence probability per…

    … input channel (autowarefoundation#7269)
    
    * fix: set min and max probability
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: wrong decay rate
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: set minimum probability of 0.001
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: update decay rate to use float instead of double
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    ---------
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    341d407 View commit details
    Browse the repository at this point in the history
  12. refactor(test_utils): move to common folder (autowarefoundation#7158)

    * Move autoware planning test manager to autoware namespace
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * fix package share directory for behavior path planner
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * renaming files and directory
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * rename variables that has planning_test_utils in its name.
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * use autoware namespace for test utils
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * move folder to common
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * update .pages file
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * fix test error
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * removed obstacle velocity limiter test artifact
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * remove namespace from planning validator, it has using keyword
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2ca96d0 View commit details
    Browse the repository at this point in the history
  13. feat(autonomous_emergency_braking): aeb for backwards driving (autowa…

    …refoundation#7279)
    
    * add support for backward path AEB
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix sign)
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add abs and protect against nan
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * solve sign problem with relative speed
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    763c112 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1031e38 View commit details
    Browse the repository at this point in the history
  15. feat(yabloc_particle_filter): componentize yabloc_particle_filter nod…

    …es (autowarefoundation#7305)
    
    * componentize particle predictor
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * componentize particle visualizer
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * componentize particle correctors
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * modify launch.xml
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * remove unused node
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    
    * style(pre-commit): autofix
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Kento Yabuuchi <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kotaro Yoshimoto <[email protected]>
    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
  16. fix(pose_covariance_modifier): fix json schema (autowarefoundation#7323)

    fix json schema
    
    Signed-off-by: Yamato Ando <[email protected]>
    Co-authored-by: Kotaro Yoshimoto <[email protected]>
    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
  17. chore(tier4_perception_launch): perception launcher refactoring (auto…

    …warefoundation#7194)
    
    * fix: reorder object merger launchers
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: separate detection by tracker launch
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: refactor tracking launch
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * style(pre-commit): autofix
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: input pointcloud topic names, mot input channels
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * feat: separate filters
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: object validator to modular
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: implement filters on mergers
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix lidar only mode
    
    chore: simplify mode check
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: fix a bug when use_radar_tracking_fusion is fault
    
    Signed-off-by: Taekjin LEE <[email protected]>
    
    * fix: rename radar detector to filter
    
    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 12, 2024
    Configuration menu
    Copy the full SHA
    221ce4b View commit details
    Browse the repository at this point in the history
  18. refactor(autoware_behavior_velocity_detection_area_module): prefix pa…

    ……ckage and namespace with autoware (autowarefoundation#7466)
    
    refactor(autoware_behavior_velocity_detection_area_module): prefix package and namespace with autoware
    
    Signed-off-by: Esteve Fernandez <[email protected]>
    esteve authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d532672 View commit details
    Browse the repository at this point in the history
  19. 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 (

    …autowarefoundation#7156)
    
    * add flag to enable/disable loop check in getLaneletSequence functions
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * implement function to get closest route lanelet based on previous closest lanelet
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * refactor DefaultPlanner::plan function
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * modify loop check logic in getLaneletSequenceUpTo function
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * improve logic in isEgoOutOfRoute function
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * fix format
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * check if prev lanelet is a goal lanelet in getLaneletSequenceUpTo function
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * separate function to update current route lanelet in planner manager
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * rename function and add docstring
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * modify functions extendNextLane and extendPrevLane to account for overlap
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * refactor function getClosestRouteLaneletFromLanelet
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * add route handler unit tests for overlapping route case
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * fix function getClosestRouteLaneletFromLanelet
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * format fix
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    * move test map to autoware_test_utils
    
    Signed-off-by: mohammad alqudah <[email protected]>
    
    ---------
    
    Signed-off-by: mohammad alqudah <[email protected]>
    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. 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 (au…

    …towarefoundation#7364)
    
    * refactor based on linter
    
    Signed-off-by: a-maumau <[email protected]>
    
    * fix to match the change in TreeStructuredParzenEstimator
    
    Signed-off-by: a-maumau <[email protected]>
    
    * style(pre-commit): autofix
    
    * apply suggestion
    
    Signed-off-by: a-maumau <[email protected]>
    
    * revert const declare
    
    Signed-off-by: a-maumau <[email protected]>
    
    * revert const declare
    
    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: SakodaShintaro <[email protected]>
    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. 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 (autowarefoundation#7457)

    Signed-off-by: Maxime CLEMENT <[email protected]>
    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 (autowarefoun…

    …dation#7473)
    
    * 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 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 (autowarefoundation#7472)
    
    * Removed the "tree_structured_parzen_estimator" package and moved it to localization_util
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed to use ament_auto_add_gtest instead of ament_add_gtest
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * style(pre-commit): autofix
    
    * Removed <depend>tree_structured_parzen_estimator</depend>
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    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. 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 (autowarefoundation#7478)
    
    Added maintainers to pose_estimator_arbiter
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    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. 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 (autowarefounda…

    …tion#7477)
    
    * add necessary parameter which removed in previous PR mistakenly
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * change variable name
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    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. 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 (autowar…

    …efoundation#7436)
    
    * fix(lane_change): fix state transition in lane change module
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * fix(lane_change): remove overridden run() function
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * fix(lane_change): fix RTC safety status
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    ---------
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    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 (autowaref…

    …oundation#7476)
    
    refactor based on linter
    
    Signed-off-by: a-maumau <[email protected]>
    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 (autowarefoundation#7276)

    * rename to sensor_points.timeout_sec
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * parameterize skipping_publish_num
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix readme
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * parameterize sinitial_to_result_distance_tolerance_m
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix build error
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    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. Configuration menu
    Copy the full SHA
    b1dd7bb View commit details
    Browse the repository at this point in the history
  17. 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. Configuration menu
    Copy the full SHA
    9c41554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35067ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1661b79 View commit details
    Browse the repository at this point in the history
  5. 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 (autowarefoundation#7490)
    
    set single depth sensor data qos for pointlcoud polling subscribers
    
    Signed-off-by: mohammad alqudah <[email protected]>
    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 (autowarefoundation#7481)

    * refactor based on linter
    
    Signed-off-by: a-maumau <[email protected]>
    
    * restore unwanted change
    
    Signed-off-by: a-maumau <[email protected]>
    
    * remove unnecessary comment
    
    Signed-off-by: a-maumau <[email protected]>
    
    * style(pre-commit): autofix
    
    * change to const double
    
    Signed-off-by: a-maumau <[email protected]>
    
    * add static cast
    
    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>
    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 (autowarefoundation#7280)
    
    * Revert "fix(no_stopping_area): fix stopping in front of a no stopping area in parking on the shoulder (autowarefoundation#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 <[email protected]>
    Co-authored-by: kosuke55 <[email protected]>
    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 (autowarefoundation#7498)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    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 (autowarefoundation#7499)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: M. Fatih Cırıt <[email protected]>
    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 (

    autowarefoundation#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 <[email protected]>
    
    * style(pre-commit): autofix
    
    * Fixing CI
    
    Signed-off-by: Anh Nguyen <[email protected]>
    
    * Fixing CI
    
    Signed-off-by: Anh Nguyen <[email protected]>
    
    * Fixing CI
    
    Signed-off-by: Anh Nguyen <[email protected]>
    
    * Fix CI related to map_loader
    
    Signed-off-by: Anh Nguyen <[email protected]>
    
    * Removed try{} block from getPCDMetadata and redundant std::endl at the end of error messages
    
    Signed-off-by: Anh Nguyen <[email protected]>
    
    ---------
    
    Signed-off-by: Anh Nguyen <[email protected]>
    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 (autowarefoundati…

    …on#7488)
    
    fix onGateMode function
    
    Signed-off-by: Go Sakayori <[email protected]>
    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 (autowarefoundation#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 (autowarefou…

    …ndation#7489)
    
    * 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 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 (autowarefound…

    …ation#7497)
    
    * 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>
    Co-authored-by: SakodaShintaro <[email protected]>
    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 (autowarefoundation#7483)
    
    * Added prefix "autoware_" to ar_tag_based_localizer
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * style(pre-commit): autofix
    
    * Fixed localization_launch
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    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 (autowarefoundation#7493)
    
    * feat(autonomous_emergenct_braking): update README and imgs of aeb (autowarefoundation#7482)
    
    update README
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add param to toggle on or off object speed calc for aeb
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * pre-commit readme
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    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. Configuration menu
    Copy the full SHA
    a6b5f27 View commit details
    Browse the repository at this point in the history
  5. 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 (autowarefoundation#7500)
    
    put back polling subscribers to subscribers in neccesary cases
    
    Signed-off-by: Go Sakayori <[email protected]>
    Signed-off-by: Go Sakayori <[email protected]>
    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 (autowarefo…

    …undation#7507)
    
    * feat(surround_obstacle_checker): remove include directory
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    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 (autowarefoundation#7340)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    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 (autowarefoundation#7503)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    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. 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} (autowarefoundation#7515)
    
    * feat(planning_topic_converter): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    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. Configuration menu
    Copy the full SHA
    833c3c9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    32b09a7 View commit details
    Browse the repository at this point in the history
  14. 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} (a…

    …utowarefoundation#7514)
    
    * feat(planning_validator): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    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} (aut…

    …owarefoundation#7513)
    
    * feat(mission_planner): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * feat(mission_planner): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * feat(mission_planner): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    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. 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} (a…

    …utowarefoundation#7518)
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    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 (autowarefoundation#7521)
    
    * control_traj
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * add follower_node
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * fix
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    ---------
    
    Signed-off-by: Yuki Takagi <[email protected]>
    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 (autowarefoundation#7528)
    
    * external_cmd_selector
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * joy_controller
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    ---------
    
    Signed-off-by: Yuki Takagi <[email protected]>
    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} (a…

    …utowarefoundation#7520)
    
    * feat(control_evaluator): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    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 (autowarefoundation#7526

    )
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    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} (autowarefoundation#7522)
    
    * refactor(behavior_path_planner)!: make autoware dir in include
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * refactor(start_planner): make autoware include dir
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * refactor(goal_planner): make autoware include dir
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * sampling planner module
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * fix sampling planner build
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * dynamic_avoidance
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * lc
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * side shift
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * autoware_behavior_path_static_obstacle_avoidance_module
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * autoware_behavior_path_planner_common
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * make behavior_path dir
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * pre-commit
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * fix pre-commit
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * fix build
    
    Signed-off-by: kosuke55 <[email protected]>
    
    ---------
    
    Signed-off-by: kosuke55 <[email protected]>
    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} (autow…

    …arefoundation#7527)
    
    * feat(path_smoother): rename to include/autoware/{package_name}
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    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. 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} (autowarefoundation#7535)
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    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 (auto…

    …warefoundation#7534)
    
    * chore(behavior_velocity_planner): fix CODEOWNERS and page links
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    
    * fix: fix page link
    
    ---------
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    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 (autowarefoundation#7524)
    
    * aeb
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * control_validator
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * lane_departure_checker
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * shift_decider
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * fix
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    ---------
    
    Signed-off-by: Yuki Takagi <[email protected]>
    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. 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} (autowarefoundation#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 <[email protected]>
    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. 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 (autowarefoundation#7480)

    * feat(map_loader): handle centelrine and waypoints
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update README
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix doc
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update schema
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    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} (a…

    …utowarefoundation#7530)
    
    refactor(route_handler)!: rename to include/autoware/{package_name}
    
    Signed-off-by: kosuke55 <[email protected]>
    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 (autowarefoundation#7461)
    
    fix: check if the given image is empty or not
    
    Signed-off-by: Taekjin LEE <[email protected]>
    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. Configuration menu
    Copy the full SHA
    d09fa54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04b3ea View commit details
    Browse the repository at this point in the history
  4. 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 (aut…

    …owarefoundation#7538)
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    Signed-off-by: kosuke55 <[email protected]>
    Co-authored-by: kosuke55 <[email protected]>
    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 (autowar…

    …efoundation#7539)
    
    refactor(motion_utils): add autoware prefix and include dir
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ad1be18 View commit details
    Browse the repository at this point in the history