-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Jun 25, 2024
-
fix(vehicle_cmd_gate): colcon test failure due to heavy process (#7678)
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1fffc28 - Browse repository at this point
Copy the full SHA 1fffc28View commit details -
feat(motion_velocity_planner, lane_departure_checker): add processing…
… time Float64 publishers (#7683) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 63e0399 - Browse repository at this point
Copy the full SHA 63e0399View commit details -
fix(lidar_centerpoint): fix constexpr related bugs (#7686)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for d20d901 - Browse repository at this point
Copy the full SHA d20d901View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1d1ee46 - Browse repository at this point
Copy the full SHA 1d1ee46View commit details
Commits on Jun 26, 2024
-
fix(static_obstacle_avoidance): fix json schema (#7692)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1cff7ad - Browse repository at this point
Copy the full SHA 1cff7adView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cd86f0a - Browse repository at this point
Copy the full SHA cd86f0aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 69258bd - Browse repository at this point
Copy the full SHA 69258bdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ec88fc5 - Browse repository at this point
Copy the full SHA ec88fc5View commit details -
docs(static_obstacle_avoidance): fix wrong flowchart (#7693)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b67a6c3 - Browse repository at this point
Copy the full SHA b67a6c3View commit details -
feat(default_ad_api): release adapi v1.4.0 (#7496)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 2e00bcf - Browse repository at this point
Copy the full SHA 2e00bcfView commit details -
perf(out_of_lane): downsample the trajectory to improve performance (#…
…7691) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 8444a9e - Browse repository at this point
Copy the full SHA 8444a9eView commit details -
fix(tensorrt_yolox): fix duplicateBreak warning (#7698)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 9cdd150 - Browse repository at this point
Copy the full SHA 9cdd150View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 641796b - Browse repository at this point
Copy the full SHA 641796bView commit details