Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[pull] main from autowarefoundation:main #41

Closed
wants to merge 26 commits into from

Commits on Jun 28, 2024

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

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

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

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

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

    …7703)
    
    * apply clangd suggestions
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add maintainer
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    cd86f71 View commit details
    Browse the repository at this point in the history
  7. feat: add autoware_ prefix to lanelet2_extension (#7640)

    Signed-off-by: Yutaka Kondo <[email protected]>
    youtalk authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d42e0bb View commit details
    Browse the repository at this point in the history
  8. feat: update trafficlight roi styling (#6985)

    Signed-off-by: KhalilSelyan <[email protected]>
    KhalilSelyan authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    58d45d6 View commit details
    Browse the repository at this point in the history
  9. feat(lidar_centerpoint_tvm): remove package (#7702)

    Signed-off-by: kminoda <[email protected]>
    kminoda authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9b50ae2 View commit details
    Browse the repository at this point in the history
  10. refactor(yabloc_pose_initializer): apply static analysis (#7719)

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

Commits on Jun 30, 2024

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

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

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <[email protected]>
    awf-autoware-bot[bot] and github-actions authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    250562d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. feat(ekf_localizer): add covariance ellipse diagnostics (#7708)

    * Added ellipse diagnostics to ekf
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Removed an unnecessary parenthesis
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed to ellipse_scale
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed to ellipse_scale
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Updated ekf_diagnostics.png
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Added condition
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed "and" to "or"
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    abe8e3c View commit details
    Browse the repository at this point in the history
  2. perf(motion_velocity_planner): resample trajectory after vel smoothing (

    #7732)
    
    * perf(dynamic_obstacle_stop): create rtree with packing algorithm
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * Revert "perf(out_of_lane): downsample the trajectory to improve performance (#7691)"
    
    This reverts commit 8444a9e.
    
    * perf(motion_velocity_planner): resample trajectory after vel smoothing
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    ---------
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    632d206 View commit details
    Browse the repository at this point in the history
  3. fix(pose_instability_detector): fix a rare error (#7681)

    * Added an error test case
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed to avoid out-of-size access
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed the test case
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed test
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a81e1f7 View commit details
    Browse the repository at this point in the history
  4. fix(behavior_path_planner, behavior_velocity_planner): fix redefiniti…

    …on errors (#7688)
    
    Signed-off-by: Ryuta Kambe <[email protected]>
    veqcc authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    445bc34 View commit details
    Browse the repository at this point in the history
  5. fix(autoware_joy_controller): add virtual destructor to autoware_joy_…

    …controller (#7760)
    
    Signed-off-by: Y.Hisaki <[email protected]>
    yhisaki authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    17d24ae View commit details
    Browse the repository at this point in the history
  6. fix(lidar_centerpoint): remove python3-open3d depend (#7758)

    Signed-off-by: Amadeusz Szymko <[email protected]>
    amadeuszsz authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a19cb27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3c327f View commit details
    Browse the repository at this point in the history
  8. ci(clang-tidy-differential): point to the new config (#7729)

    Signed-off-by: M. Fatih Cırıt <[email protected]>
    xmfcx authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ca1a8d4 View commit details
    Browse the repository at this point in the history
  9. fix(tvm_utility): add virtual destructor to tvm_utility (#7759)

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

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

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

    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a25cc17 View commit details
    Browse the repository at this point in the history
  13. ci: add codecov token (#7767)

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