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 #39

Closed
wants to merge 13 commits into from

Commits on Jun 25, 2024

  1. fix(vehicle_cmd_gate): colcon test failure due to heavy process (#7678)

    Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
    TakaHoribe authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1fffc28 View commit details
    Browse the repository at this point in the history
  2. feat(motion_velocity_planner, lane_departure_checker): add processing…

    … time Float64 publishers (#7683)
    
    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    63e0399 View commit details
    Browse the repository at this point in the history
  3. fix(lidar_centerpoint): fix constexpr related bugs (#7686)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d20d901 View commit details
    Browse the repository at this point in the history
  4. chore(ci): fix error in clang-tidy-differential with diffs in multi…

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

Commits on Jun 26, 2024

  1. fix(static_obstacle_avoidance): fix json schema (#7692)

    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    satoshi-ota authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1cff7ad View commit details
    Browse the repository at this point in the history
  2. fix(autoware_pid_longitudinal_controller, autoware_trajectory_followe…

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

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

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

    Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
    satoshi-ota authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b67a6c3 View commit details
    Browse the repository at this point in the history
  6. feat(default_ad_api): release adapi v1.4.0 (#7496)

    Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
    isamu-takagi authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2e00bcf View commit details
    Browse the repository at this point in the history
  7. perf(out_of_lane): downsample the trajectory to improve performance (#…

    …7691)
    
    Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
    maxime-clem authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8444a9e View commit details
    Browse the repository at this point in the history
  8. fix(tensorrt_yolox): fix duplicateBreak warning (#7698)

    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9cdd150 View commit details
    Browse the repository at this point in the history
  9. fix(radar_object_tracker): fix duplicateBranch warning (#7697)

    * fix(radar_object_tracker): fix duplicateBranch warning
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    * delete comments
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    
    ---------
    
    Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
    veqcc authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    641796b View commit details
    Browse the repository at this point in the history