-
Notifications
You must be signed in to change notification settings - Fork 32
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 #1298
Commits on Apr 17, 2024
-
feat(intersection): resurrect debug ego-object ttc visualizer (autowa…
…refoundation#6829) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 859776d - Browse repository at this point
Copy the full SHA 859776dView commit details -
docs(perception_online_evaluator): update metrics explanation (autowa…
…refoundation#6819) Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8319209 - Browse repository at this point
Copy the full SHA 8319209View commit details -
feat(logger_level_configure): make it possible to change level of con…
…tainer logger (autowarefoundation#6823) * feat(launch): add logging_demo::LoggerConfig into container Signed-off-by: satoshi-ota <[email protected]> * fix(logger_level_reconfigure_plugin): fix yaml Signed-off-by: satoshi-ota <[email protected]> * feat(logging_level_configure): add composable node Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51b5f83 - Browse repository at this point
Copy the full SHA 51b5f83View commit details
Commits on Apr 18, 2024
-
feat(crosswalk): restricts to enter the IGNORE status (autowarefounda…
…tion#6834) Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 774e688 - Browse repository at this point
Copy the full SHA 774e688View commit details -
feat(obstacle_cruise): ignore right beside objects (autowarefoundatio…
…n#6754) * ignore near beside objects * change a magic num Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a336fa8 - Browse repository at this point
Copy the full SHA a336fa8View commit details -
feat(behavior_path_planner_common): add safety target object located …
…on shoulder lane (autowarefoundation#6839) feat(behavior_path_planner_common): add target object located on shoulder lane Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52c8df5 - Browse repository at this point
Copy the full SHA 52c8df5View commit details -
revert: "feat(logger_level_configure): make it possible to change lev…
…el of container logger (autowarefoundation#6823)" (autowarefoundation#6842) This reverts commit 51b5f83.
Configuration menu - View commit details
-
Copy full SHA for fac57c9 - Browse repository at this point
Copy the full SHA fac57c9View commit details -
perf(pointcloud_preprocessor): prevent excessive log and speed up a b…
…it (autowarefoundation#6843) * provide only one warning Signed-off-by: Kento Yabuuchi <[email protected]> * associate only one time Signed-off-by: Kento Yabuuchi <[email protected]> * Revert "associate only one time" This reverts commit 984d028. * remove redundant for loop and rclcpp::Time instantiation Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3adffc3 - Browse repository at this point
Copy the full SHA 3adffc3View commit details
Commits on Apr 19, 2024
-
chore: added sensing members to sensing related packages (autowarefou…
…ndation#6751) Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b34e520 - Browse repository at this point
Copy the full SHA b34e520View commit details -
refactor(lane_change): make return previous output a common function (a…
…utowarefoundation#6784) * refactor(lane_change): make return previous output a common function Signed-off-by: Zulfaqar Azmi <[email protected]> * Replace all prev module's variable Signed-off-by: Zulfaqar Azmi <[email protected]> * fix build error in ablc Signed-off-by: Zulfaqar Azmi <[email protected]> * slight refactoring Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e11b1f4 - Browse repository at this point
Copy the full SHA e11b1f4View commit details -
feat(dynamic_avoidance): avoid pedestrians (autowarefoundation#6553)
new feature: avoid against the pedestrians Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5b3f60 - Browse repository at this point
Copy the full SHA e5b3f60View commit details -
chore: update CODEOWNERS (autowarefoundation#6603)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c93648c - Browse repository at this point
Copy the full SHA c93648cView commit details -
build(deps): bump actions/checkout from 3 to 4 (autowarefoundation#4890)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b28702 - Browse repository at this point
Copy the full SHA 7b28702View commit details
Commits on Apr 20, 2024
-
chore: update CODEOWNERS (autowarefoundation#6856)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb5b20f - Browse repository at this point
Copy the full SHA fb5b20fView commit details
Commits on Apr 22, 2024
-
feat(probabilistic_occupancy_grid_map): enable to create partial occu…
…pancy grid map without filter obstacle pointcloud (autowarefoundation#6857) * feat: crop ogm creation range by raw pointcloud Signed-off-by: yoshiri <[email protected]> * feat: add same filtering method to projective based ogm creation mode Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a78774 - Browse repository at this point
Copy the full SHA 6a78774View commit details -
perf(behavior_path_planner): improve getReferencePath to support very…
… long routes (autowarefoundation#6739) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8adf18e - Browse repository at this point
Copy the full SHA 8adf18eView commit details -
feat: remake diagnostic graph packages (autowarefoundation#6715)
Signed-off-by: Takagi, Isamu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4917b54 - Browse repository at this point
Copy the full SHA 4917b54View commit details -
docs(tier4_logging_level_configure_rviz_plugin): update document (aut…
…owarefoundation#6720) * docs(tier4_logging_level_configure_rviz_plugin): update document Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> * fix Warning Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1da2091 - Browse repository at this point
Copy the full SHA 1da2091View commit details -
refactor(lane_change): refactor min and max lane change length (autow…
…arefoundation#6845) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75885a5 - Browse repository at this point
Copy the full SHA 75885a5View commit details -
refactor(bpp, avoidance): remove unnecessary verbose flag (autowarefo…
…undation#6822) * refactor(avoidance): logger small change Signed-off-by: satoshi-ota <[email protected]> * refactor(bpp): remove verbose flag Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c09bc59 - Browse repository at this point
Copy the full SHA c09bc59View commit details -
feat(perception_online_evaluator): add use_perception_online_evaluato…
…r option and disable it by default (autowarefoundation#6861) Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00db87d - Browse repository at this point
Copy the full SHA 00db87dView commit details -
feat(pointcloud_preprocessor): add pickup based voxel grid filter (au…
…towarefoundation#6138) * add pickup based voxel grid filter Signed-off-by: Yukihito Saito <[email protected]> * style(pre-commit): autofix * add comment Signed-off-by: Yukihito Saito <[email protected]> * add readme Signed-off-by: Yukihito Saito <[email protected]> * add comment Signed-off-by: Yukihito Saito <[email protected]> * Update sensing/pointcloud_preprocessor/include/pointcloud_preprocessor/downsample_filter/pickup_based_voxel_grid_downsample_filter.hpp Co-authored-by: Ryohsuke Mitsudome <[email protected]> * Update sensing/pointcloud_preprocessor/src/downsample_filter/pickup_based_voxel_grid_downsample_filter.cpp * style(pre-commit): autofix * tuning for processing time Signed-off-by: Yukihito Saito <[email protected]> * change to robin_hood Signed-off-by: Yukihito Saito <[email protected]> * style(pre-commit): autofix * fix: ignore cpplint for external file Signed-off-by: Ryohsuke Mitsudome <[email protected]> * fix cspell Signed-off-by: Yukihito Saito <[email protected]> * style(pre-commit): autofix * fix cspell error Signed-off-by: Yukihito Saito <[email protected]> --------- Signed-off-by: Yukihito Saito <[email protected]> Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a25d84 - Browse repository at this point
Copy the full SHA 5a25d84View commit details
Commits on Apr 23, 2024
-
feat(tier4_screen_capture_panel): add new service to capture screen s…
…hot (autowarefoundation#6867) * feat(tier4_screen_capture_panel): add new service to capture screen shot Signed-off-by: satoshi-ota <[email protected]> * docs(tier4_screen_capture_rviz_plugin): update readme Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b1b776 - Browse repository at this point
Copy the full SHA 5b1b776View commit details -
feat(bpp-interface): add empty path validation (autowarefoundation#6868)
Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 702b183 - Browse repository at this point
Copy the full SHA 702b183View commit details -
refactor(bpp): simplify extended predicted object initialization (aut…
…owarefoundation#6858) * refactor(bpp): simplify extended predicted object initialization Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Update planning/behavior_path_planner_common/include/behavior_path_planner_common/utils/path_safety_checker/path_safety_checker_parameters.hpp Co-authored-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a6cde9 - Browse repository at this point
Copy the full SHA 5a6cde9View commit details
Commits on Apr 24, 2024
-
chore(roi_pointcloud_fusion): add maximum cluster size param (autowar…
…efoundation#6860) Signed-off-by: badai-nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8881d23 - Browse repository at this point
Copy the full SHA 8881d23View commit details -
feat(perception_evaluator): counts objects within detection range (au…
…towarefoundation#6848) * feat(perception_evaluator): counts objects within detection range Signed-off-by: kosuke55 <[email protected]> detection counter Signed-off-by: kosuke55 <[email protected]> add enable option and refactoring Signed-off-by: kosuke55 <[email protected]> fix update document Signed-off-by: kosuke55 <[email protected]> readme Signed-off-by: kosuke55 <[email protected]> clean up Signed-off-by: kosuke55 <[email protected]> * fix from review Signed-off-by: kosuke55 <[email protected]> * use $ Signed-off-by: kosuke55 <[email protected]> fix Signed-off-by: kosuke55 <[email protected]> * fix include Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6459816 - Browse repository at this point
Copy the full SHA 6459816View commit details -
perf(behavior_path_planner_common): simplify turn signal loop to supp…
…ort large maps (autowarefoundation#6725) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b6b942 - Browse repository at this point
Copy the full SHA 1b6b942View commit details -
refactor(lane_change): fix logger (autowarefoundation#6873)
Signed-off-by: Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29cd854 - Browse repository at this point
Copy the full SHA 29cd854View commit details -
fix(image_projection_based_fusion): add intensity field for roi_point…
…cloud_fusion (autowarefoundation#6840) * fix(image_projection_based_fusion): add intensity field for roi_pointcloud_fusion Signed-off-by: badai-nguyen <[email protected]> * fix: revesve the cluster refinement Signed-off-by: badai-nguyen <[email protected]> * fix: typo Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9de26d - Browse repository at this point
Copy the full SHA f9de26dView commit details -
revert: feat(global_parameter_loader): add gtest to global parameter …
…loader (autowarefoundation#6872) Revert "feat(global_parameter_loader): add gtest to global parameter loader (…" This reverts commit dfec62a.
Configuration menu - View commit details
-
Copy full SHA for f297d06 - Browse repository at this point
Copy the full SHA f297d06View commit details -
feat(learned_model): create package (autowarefoundation#6395)
Signed-off-by: Maxime CLEMENT <[email protected]> Co-authored-by: Tomas Nagy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41bee43 - Browse repository at this point
Copy the full SHA 41bee43View commit details -
feat(perception_online_evaluator): imporve yaw rate metrics consideri…
…ng flip (autowarefoundation#6881) * feat(perception_online_evaluator): imporve yaw rate metrics considering flip Signed-off-by: kosuke55 <[email protected]> * fix test Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6c6912 - Browse repository at this point
Copy the full SHA a6c6912View commit details
Commits on Apr 25, 2024
-
feat(freespace_planning_algorithms): add Astar search by python (auto…
…warefoundation#6398) * feat(freespace_planning_algorithms): add Astar search by python Signed-off-by: Takumi Ito <[email protected]> * add copywrite and remove unneeded comment Signed-off-by: Takumi Ito <[email protected]> * - Add method getWaypoints() into the astar class. - No need to convert to serial when user passes ros2 message to methods. Signed-off-by: Takumi Ito <[email protected]> * insert astar python documents into the README Signed-off-by: Takumi Ito <[email protected]> * trivial modification Signed-off-by: Takumi Ito <[email protected]> * modify typo Signed-off-by: Takumi Ito <[email protected]> * Update planning/freespace_planning_algorithms/scripts/bind/astar_search_pybind.cpp Co-authored-by: Kosuke Takeuchi <[email protected]> * ad copyright Signed-off-by: Takumi Ito <[email protected]> fix copyright Signed-off-by: Takumi Ito <[email protected]> add copyright Signed-off-by: Takumi Ito <[email protected]> * Update planning/freespace_planning_algorithms/scripts/bind/astar_search_pybind.cpp --------- Signed-off-by: Takumi Ito <[email protected]> Co-authored-by: Takumi Ito <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5cef0d - Browse repository at this point
Copy the full SHA d5cef0dView commit details -
fix(tier4_perception_launch): change traffic light recognition pipeli…
…ne (autowarefoundation#6879) style(pre-commit): autofix refactor: topic name Signed-off-by: Mehmet Emin BAŞOĞLU <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77e8a8b - Browse repository at this point
Copy the full SHA 77e8a8bView commit details -
feat(system diags): rename diag of ndt scan matcher (autowarefoundati…
…on#6889) rename ndt diag Signed-off-by: Yamato Ando <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2c4de5 - Browse repository at this point
Copy the full SHA a2c4de5View commit details
Commits on Apr 26, 2024
-
feat(autonomous_emergency_braking): filter and crop aeb pointcloud (a…
…utowarefoundation#6875) * enable aeb, fix topic problem Signed-off-by: Daniel Sanchez <[email protected]> * eliminate unused var Signed-off-by: Daniel Sanchez <[email protected]> * enable aeb, fix topic problem Signed-off-by: Daniel Sanchez <[email protected]> * eliminate unused var Signed-off-by: Daniel Sanchez <[email protected]> * add clustering method to eliminate small objects/noise Signed-off-by: Daniel Sanchez <[email protected]> * remove comments Signed-off-by: Daniel Sanchez <[email protected]> * Crop points outside of EGO predicted path Signed-off-by: Daniel Sanchez <[email protected]> * remove offset Signed-off-by: Daniel Sanchez <[email protected]> * Update library use Signed-off-by: Daniel Sanchez <[email protected]> * add check for empty cloud Signed-off-by: Daniel Sanchez <[email protected]> * add extra width for pointcloud cropping Signed-off-by: Daniel Sanchez <[email protected]> * Use single PC ptr Signed-off-by: Daniel Sanchez <[email protected]> * remove problematic option Signed-off-by: Daniel Sanchez <[email protected]> * Revert "Use single PC ptr" This reverts commit b5091fc. Signed-off-by: Daniel Sanchez <[email protected]> * refactoring Signed-off-by: Daniel Sanchez <[email protected]> * Add back timestamp Signed-off-by: Daniel Sanchez <[email protected]> * consider all points in clusters Signed-off-by: Daniel Sanchez <[email protected]> * USe object hull to detect collisions Signed-off-by: Daniel Sanchez <[email protected]> * Use only closest object point Signed-off-by: Daniel Sanchez <[email protected]> * remove unused functions Signed-off-by: Daniel Sanchez <[email protected]> * remove debug timer out of code Signed-off-by: Daniel Sanchez <[email protected]> * make it so the clustering uses parameters Signed-off-by: Daniel Sanchez <[email protected]> * solve type problem Signed-off-by: Daniel Sanchez <[email protected]> * update comment Signed-off-by: Daniel Sanchez <[email protected]> * update README Signed-off-by: Daniel Sanchez <[email protected]> * eliminate member var in favor of local pointcloud ptr Signed-off-by: Daniel Sanchez <[email protected]> * remove unused chrono dependency Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80eca5e - Browse repository at this point
Copy the full SHA 80eca5eView commit details -
fix(route_handler): add logger (autowarefoundation#6888)
* fix(route_handler): add logger Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix indent Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 553ac9a - Browse repository at this point
Copy the full SHA 553ac9aView commit details -
refactor(sensing/livox_tag_filter): rework parameters (autowarefounda…
…tion#6743) * add param and schema file 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]>
Configuration menu - View commit details
-
Copy full SHA for 1872e9b - Browse repository at this point
Copy the full SHA 1872e9bView commit details -
feat(ndt_scan_matcher): remake diag (autowarefoundation#5076)
* feat(ndt_scan_matcher): remake diag Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * add latest_ndt_aling_service_best_score Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * check nullptr Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * add validate_distance_from_initial_to_result Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * rename Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * style(pre-commit): autofix * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * fix typo Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * update readme Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * fix typo Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * [WIP] udpate Signed-off-by: Yamato Ando <[email protected]> * [WIP] udpate Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * add is_need_rebuild Signed-off-by: Yamato Ando <[email protected]> * fix typo Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * add image Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * remove unused func Signed-off-by: Yamato Ando <[email protected]> * fix Signed-off-by: Yamato Ando <[email protected]> * fix typo Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * update image Signed-off-by: Yamato Ando <[email protected]> * fix typo Signed-off-by: Yamato Ando <[email protected]> * fix Signed-off-by: Yamato Ando <[email protected]> * remove unused include Signed-off-by: Yamato Ando <[email protected]> * move code Signed-off-by: Yamato Ando <[email protected]> * move code Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix FIX ME Signed-off-by: Yamato Ando <[email protected]> * update Signed-off-by: Yamato Ando <[email protected]> * remove unused func Signed-off-by: Yamato Ando <[email protected]> * [WIP] update Signed-off-by: Yamato Ando <[email protected]> * add diag for trigger node service Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * move code Signed-off-by: Yamato Ando <[email protected]> * update Signed-off-by: Yamato Ando <[email protected]> * delete unused code Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * udpate Signed-off-by: Yamato Ando <[email protected]> * delete RCLCPP message Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * update Signed-off-by: Yamato Ando <[email protected]> * fix typo Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * rename diag Signed-off-by: Yamato Ando <[email protected]> * rename func Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * remove Transition condition to OK Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix table Signed-off-by: Yamato Ando <[email protected]> * update readme Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix order Signed-off-by: Yamato Ando <[email protected]> * fix typo Signed-off-by: Yamato Ando <[email protected]> * remove diag prefix Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix readme Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * rename diag Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * remove unused code Signed-off-by: Yamato Ando <[email protected]> * fix double free Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix typo Signed-off-by: Yamato Ando <[email protected]> * output to terminal Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix typo Signed-off-by: Yamato Ando <[email protected]> --------- Signed-off-by: yamato-ando <Yamato ANDO> Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: yamato-ando <Yamato ANDO> 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 2809a67 - Browse repository at this point
Copy the full SHA 2809a67View commit details -
refactor(centerpoint, pointpainting): rearrange parameters for ML mod…
…els and packages (autowarefoundation#6591) * refactor: lidar_centerpoint Signed-off-by: badai-nguyen <[email protected]> * refactor: pointpainting Signed-off-by: badai-nguyen <[email protected]> * chore: fix launch Signed-off-by: badai-nguyen <[email protected]> * chore: fix launch Signed-off-by: badai-nguyen <[email protected]> * chore: rearrange params Signed-off-by: badai-nguyen <[email protected]> * fix: json-schema-check error Signed-off-by: badai-nguyen <[email protected]> * fix: default param Signed-off-by: badai-nguyen <[email protected]> * refactor: rename param file Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: align centerpoint param namespace with pointpainting Signed-off-by: badai-nguyen <[email protected]> * fix(centerpoint): add schema json Signed-off-by: badai-nguyen <[email protected]> * fix(pointpainting): fix schema json typo Signed-off-by: badai-nguyen <[email protected]> * style(pre-commit): autofix * docs: update pointpainting fusion doc Signed-off-by: badai-nguyen <[email protected]> * docs: update lidar centerpoint doc Signed-off-by: badai-nguyen <[email protected]> * fix: change omp param Signed-off-by: badai-nguyen <[email protected]> * fix:change twist and variance to model params Signed-off-by: badai-nguyen <[email protected]> * fix: keep build_only in launch Signed-off-by: badai-nguyen <[email protected]> * fix: schema check Signed-off-by: badai-nguyen <[email protected]> * chore: temporary remove schema required Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> 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 46905ee - Browse repository at this point
Copy the full SHA 46905eeView commit details -
fix(lidar_centerpoint): add param file for centerpoint_tiny (autoware…
…foundation#6901) Signed-off-by: badai-nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44c6169 - Browse repository at this point
Copy the full SHA 44c6169View commit details
Commits on Apr 29, 2024
-
fix(avoidance): fix bug in the logic to check object moving distance (a…
…utowarefoundation#6766) fix(avoidance): check object moving distance Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f368a2 - Browse repository at this point
Copy the full SHA 7f368a2View commit details
Commits on Apr 30, 2024
-
fix(ekf_localizer): updated ekf gate_dist params (autowarefoundation#…
…6871) * Updated ekf gate_dist Signed-off-by: Shintaro Sakoda <[email protected]> * Updated README.md Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed schema.json Signed-off-by: Shintaro Sakoda <[email protected]> * Updated ekf_diagnostics.png 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>
Configuration menu - View commit details
-
Copy full SHA for 6116001 - Browse repository at this point
Copy the full SHA 6116001View commit details -
chore(autoware_auto_perception_rviz_plugin): improve distant object v…
…isibility (autowarefoundation#6903)
Configuration menu - View commit details
-
Copy full SHA for f059d1b - Browse repository at this point
Copy the full SHA f059d1bView commit details -
fix(avoidance): fix logic to check if it is parked vehicle (autowaref…
…oundation#6731) * fix(avoidance): fix logic to check if it is parked vehicle Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): unexpected parked judgement for vehicle on opposite lane Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): add & Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): clang-tidy Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 766b1b1 - Browse repository at this point
Copy the full SHA 766b1b1View commit details -
fix(avoidance): don't avoid merging/deviating vehicle whose overhang …
…distance is larger than threshold (autowarefoundation#6808) * fix(avoidance): add target filtering threshold for merging/deviating vehicle Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): apply logic only for non-parked vehicle Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): align logger namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b630838 - Browse repository at this point
Copy the full SHA b630838View commit details -
fix(bpp): change wrong function parameter's type for safety check (au…
…towarefoundation#6906) fix(bpp): change wrong function argument's type for safety check Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00d8222 - Browse repository at this point
Copy the full SHA 00d8222View commit details -
feat(autoware_overlay_rviz_plugin): get the current traffic light (au…
…towarefoundation#6899) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fe1685 - Browse repository at this point
Copy the full SHA 8fe1685View commit details
Commits on May 1, 2024
-
fix(avoidance): add missing parameter declaration (autowarefoundation…
…#6908) Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 162f331 - Browse repository at this point
Copy the full SHA 162f331View commit details -
fix(trajectory_follower_node): fix config file of plot juggler (autow…
…arefoundation#6910) * fix(trajectory_follower_node): fix config file of plot juggler Signed-off-by: tomoya.kimura <[email protected]> * fix spells Signed-off-by: tomoya.kimura <[email protected]> * fix: ignore spell check for "ROS2" Signed-off-by: tomoya.kimura <[email protected]> * fix spells Signed-off-by: tomoya.kimura <[email protected]> --------- Signed-off-by: tomoya.kimura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62d26be - Browse repository at this point
Copy the full SHA 62d26beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ab80e - Browse repository at this point
Copy the full SHA 38ab80eView commit details -
docs(tier4_simulated_clock_rviz_plugin): update how to use (autowaref…
…oundation#6914) * docs(tier4_simulated_clock_rviz_plugin): update how to use Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fixed tabbed warning Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix warning not working Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Fix bullet list Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f9a322 - Browse repository at this point
Copy the full SHA 7f9a322View commit details
Commits on May 2, 2024
-
refactor(avoidance): rebuild object info list (autowarefoundation#6913)
* refactor(avoidance): rebuild object info structure Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): add helper function to unify same process Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): remove unused header Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52f4b3e - Browse repository at this point
Copy the full SHA 52f4b3eView commit details -
feat(mission_planner): publish initial and goal poses to logs (autowa…
…refoundation#6918) * feat(mission_planner): publish initial and goal poses to logs Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * refactoring to a function Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23f99a7 - Browse repository at this point
Copy the full SHA 23f99a7View commit details
Commits on May 3, 2024
-
feat(pull_request_templates): improve the pull request template to en…
…hance requirements on documenting interface changes (autowarefoundation#6896) improve the pull request template to enhance requirements on documenting interface changes Signed-off-by: Yuxuan Liu <[email protected]> Co-authored-by: Yuxuan Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4740914 - Browse repository at this point
Copy the full SHA 4740914View commit details
Commits on May 4, 2024
-
chore(radar_track_msgs_converter): change radar tracks subscription q…
…os to besteffort (autowarefoundation#6864) feat: change radar tracks subscription qos to besteffort Signed-off-by: yoshiri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b307b3d - Browse repository at this point
Copy the full SHA b307b3dView commit details
Commits on May 6, 2024
-
feat(probabilistic_occupancy_grid_map): add downsample filter option …
…to ogm creation (autowarefoundation#6865) * feat: add downsample filter to ogm creation Signed-off-by: yoshiri <[email protected]> * feat: add downsample to multi_lidar ogm creation Signed-off-by: yoshiri <[email protected]> * chore: update package.xml and readme and param file Signed-off-by: yoshiri <[email protected]> * chore: update readme document Signed-off-by: yoshiri <[email protected]> * chore: fix downsample size Signed-off-by: yoshiri <[email protected]> * chore: fix cspell error Signed-off-by: yoshiri <[email protected]> * feat: add test_depend Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aab29f7 - Browse repository at this point
Copy the full SHA aab29f7View commit details -
fix(behavior_path_planner_common): fix warning of containerOutOfBounds (
autowarefoundation#6926) Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76de4dd - Browse repository at this point
Copy the full SHA 76de4ddView commit details -
fix: do not use c++20 char8_t keyword (autowarefoundation#3629)
fix: do not use c++20 keyword as a type alias Signed-off-by: Grzegorz Głowacki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebe360d - Browse repository at this point
Copy the full SHA ebe360dView commit details -
fix(control_performance_analysis): fix bug of ignoredReturnValue (aut…
…owarefoundation#6921) Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28d384e - Browse repository at this point
Copy the full SHA 28d384eView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4200be3 - Browse repository at this point
Copy the full SHA 4200be3View commit details -
refactor(bpp): path shifter clang tidy and logging level configuration (
autowarefoundation#6917) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccbe319 - Browse repository at this point
Copy the full SHA ccbe319View commit details -
fix(occupancy_grid_map_outlier_filter): add intensity field (autoware…
…foundation#6797) * fix(occupancy_grid_map_outlier_filter): add intensity field Signed-off-by: badai-nguyen <[email protected]> * fix: add intensity Signed-off-by: badai-nguyen <[email protected]> * fix: using empty padding field Signed-off-by: badai-nguyen <[email protected]> * refactor Signed-off-by: badai-nguyen <[email protected]> * Revert "refactor" This reverts commit d16b3e0. * refactor Signed-off-by: badai-nguyen <[email protected]> * fix: radius filter Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: typo Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fecd17 - Browse repository at this point
Copy the full SHA 1fecd17View commit details -
feat(crosswalk)!: change ego min assumed speed (autowarefoundation#6904)
Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc62238 - Browse repository at this point
Copy the full SHA dc62238View commit details -
perf(lane_change): rework object filter (autowarefoundation#6847)
* refactor(lane_change): rework object filter Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Use preceeding lanes Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * style(pre-commit): autofix * fix preceding lanes Signed-off-by: Zulfaqar Azmi <[email protected]> * Adds flow chart Signed-off-by: Zulfaqar Azmi <[email protected]> * prioritize on coming object check instead Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Fix flow chart and rearrange code to early return Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Colorize flow chart Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]> 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 985b735 - Browse repository at this point
Copy the full SHA 985b735View commit details -
fix(lane_change): return safe is object list is empty (autowarefounda…
…tion#6931) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32359da - Browse repository at this point
Copy the full SHA 32359daView commit details -
fix(diagnostic_graph_aggregator): fix a bug where unit links were inc…
…orrectly updated (autowarefoundation#6932) fix(diagnostic_graph_aggregator): fix unit link filter Signed-off-by: Takagi, Isamu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a06d4af - Browse repository at this point
Copy the full SHA a06d4afView commit details -
feat(autonomous_emergency_braking): add obstacle velocity estimation …
…for AEB (autowarefoundation#6912) * enable aeb, fix topic problem Signed-off-by: Daniel Sanchez <[email protected]> * add clustering method to eliminate small objects/noise Signed-off-by: Daniel Sanchez <[email protected]> * remove comments Signed-off-by: Daniel Sanchez <[email protected]> * Crop points outside of EGO predicted path Signed-off-by: Daniel Sanchez <[email protected]> * remove offset Signed-off-by: Daniel Sanchez <[email protected]> * Update library use Signed-off-by: Daniel Sanchez <[email protected]> * add check for empty cloud Signed-off-by: Daniel Sanchez <[email protected]> * add extra width for pointcloud cropping Signed-off-by: Daniel Sanchez <[email protected]> * Use single PC ptr Signed-off-by: Daniel Sanchez <[email protected]> * Revert "Use single PC ptr" This reverts commit b5091fc. Signed-off-by: Daniel Sanchez <[email protected]> * Add back timestamp Signed-off-by: Daniel Sanchez <[email protected]> * USe object hull to detect collisions Signed-off-by: Daniel Sanchez <[email protected]> * remove unused functions Signed-off-by: Daniel Sanchez <[email protected]> * remove debug timer out of code Signed-off-by: Daniel Sanchez <[email protected]> * eliminate member var in favor of local pointcloud ptr Signed-off-by: Daniel Sanchez <[email protected]> * remove unused chrono dependency Signed-off-by: Daniel Sanchez <[email protected]> * Add object history to etimate object speed with pointcloud Signed-off-by: Daniel Sanchez <[email protected]> * Add median velocity calc Signed-off-by: Daniel Sanchez <[email protected]> * add velocity thresholds Signed-off-by: Daniel Sanchez <[email protected]> * refactoring Signed-off-by: Daniel Sanchez <[email protected]> * cleaning Signed-off-by: Daniel Sanchez <[email protected]> * refactor Signed-off-by: Daniel Sanchez <[email protected]> * change voxwl Signed-off-by: Daniel Sanchez <[email protected]> * readme Signed-off-by: Daniel Sanchez <[email protected]> * remove mutex since they are not necessary Signed-off-by: Daniel Sanchez <[email protected]> * add markers for closest object velocity Signed-off-by: Daniel Sanchez <[email protected]> * added units to marker Signed-off-by: Daniel Sanchez <[email protected]> * delete duplicated param Signed-off-by: Daniel Sanchez <[email protected]> * delete duplicated param Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbbb2f3 - Browse repository at this point
Copy the full SHA fbbb2f3View commit details -
feat(start_planner): add centerline crossing check (autowarefoundatio…
…n#6900) * add centerline check Signed-off-by: Daniel Sanchez <[email protected]> * remove unused vector Signed-off-by: Daniel Sanchez <[email protected]> * improve naming and refactor Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edc7878 - Browse repository at this point
Copy the full SHA edc7878View commit details
Commits on May 8, 2024
-
fix(ground_segmentation): fix warning of identicalConditionAfterEarly…
…Exit (autowarefoundation#6923) Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21bbbd2 - Browse repository at this point
Copy the full SHA 21bbbd2View commit details -
fix(voxel_grid_downsample_filter): add intensity field (autowarefound…
…ation#6849) fix(downsample_filter): add intensity field Signed-off-by: badai-nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18813bf - Browse repository at this point
Copy the full SHA 18813bfView commit details -
feat(freespace_planner): only plan if ego is stopped (autowarefoundat…
…ion#6062) Signed-off-by: Vincent Richard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43adbd5 - Browse repository at this point
Copy the full SHA 43adbd5View commit details -
feat(image projection based fusion): unrecify 3d point for image proj…
…ection based fusion (autowarefoundation#6902) * unrecify 3d point for image projection based fusion Signed-off-by: Yukihiro Saito <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Yukihiro Saito <[email protected]> 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 2c9a936 - Browse repository at this point
Copy the full SHA 2c9a936View commit details -
perf(route_handler): simplify queries on the road and shoulder lanele…
…ts (autowarefoundation#6885) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db38f04 - Browse repository at this point
Copy the full SHA db38f04View commit details -
refactor(lane_change): move getCurrentTurnSignalInfo to scene file (a…
…utowarefoundation#6943) * refactor(lane_change): move getCurrentTurnSignalInfo to scene file Signed-off-by: Zulfaqar Azmi <[email protected]> * style(pre-commit): autofix * removed reference from trivial variable Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> 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 da9df0c - Browse repository at this point
Copy the full SHA da9df0cView commit details -
refactor(avoidance): organize alias (autowarefoundation#6947)
Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6d7477 - Browse repository at this point
Copy the full SHA b6d7477View commit details -
fix(tvm_utility): fix warning of negativeContainerIndex (autowarefoun…
…dation#6924) Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d00269 - Browse repository at this point
Copy the full SHA 6d00269View commit details -
perf(yabloc): fix performance warning of iterateByValue (autowarefoun…
…dation#6929) Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ba26e5 - Browse repository at this point
Copy the full SHA 6ba26e5View commit details -
feat: add low_intensity_cluster_filter (autowarefoundation#6850)
* feat: add low_intensity_cluster_filter Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: build test error Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e517f09 - Browse repository at this point
Copy the full SHA e517f09View commit details
Commits on May 9, 2024
-
feat(vehicle_cmd_gate): support for real time update params for v cmd…
… gate (autowarefoundation#6951) * WIP add param update Signed-off-by: Daniel Sanchez <[email protected]> * solve crash when updating filter Signed-off-by: Daniel Sanchez <[email protected]> * remove extra space Signed-off-by: Daniel Sanchez <[email protected]> * delete comments Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39cccb6 - Browse repository at this point
Copy the full SHA 39cccb6View commit details -
fix(traffic_light_classifier): fix warning of uninitvar (autowarefoun…
…dation#6925) Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c7adc3 - Browse repository at this point
Copy the full SHA 8c7adc3View commit details -
feat(build_depends): add glog-vendor (autowarefoundation#6952)
Signed-off-by: Takamasa Horibe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5b7f95 - Browse repository at this point
Copy the full SHA b5b7f95View commit details -
feat(goal_planner): align z-height of road_shoulder (autowarefoundati…
…on#6854) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f30268c - Browse repository at this point
Copy the full SHA f30268cView commit details -
feat(autoware_pose_covariance_modifier): add new node to early fuse g…
…nss and ndt poses (autowarefoundation#6570) Signed-off-by: Melike Tanrıkulu <[email protected]> Co-authored-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baeeab5 - Browse repository at this point
Copy the full SHA baeeab5View commit details -
chore(glog): add initialization check (autowarefoundation#6792)
Signed-off-by: Takamasa Horibe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 788b2e3 - Browse repository at this point
Copy the full SHA 788b2e3View commit details -
feat(image projection based fusion): revert autowarefoundation#6902 (…
…unrecify 3d point for image projection based fusion) (autowarefoundation#6954) Revert "feat(image projection based fusion): unrecify 3d point for image proj…" This reverts commit 2c9a936.
Configuration menu - View commit details
-
Copy full SHA for dd19bb8 - Browse repository at this point
Copy the full SHA dd19bb8View commit details -
chore: update sensing/perception maintainer (autowarefoundation#6950)
* chore: update maintainer Signed-off-by: yoshiri <[email protected]> * chore: remove owner Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f46b25 - Browse repository at this point
Copy the full SHA 2f46b25View commit details -
fix(system_monitor): fix warning of containerOutOfBounds (autowarefou…
…ndation#6927) Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 473f238 - Browse repository at this point
Copy the full SHA 473f238View commit details -
fix(bpp): keep publishing rtc cooperate status (autowarefoundation#6953)
Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 569d56c - Browse repository at this point
Copy the full SHA 569d56cView commit details -
fix(ground_segmentation): add intensity field (autowarefoundation#6791)
* fix(grond_segmentation): add intensity Signed-off-by: badai-nguyen <[email protected]> * fix(ray_ground_filter): change to pointXYZI Signed-off-by: badai-nguyen <[email protected]> * fix(ransac_ground_filter): change to pointXYZI Signed-off-by: badai-nguyen <[email protected]> * fix(scan_ground_filter): intensity bug fix Signed-off-by: badai-nguyen <[email protected]> * fix(ground_segmentation): add field select option Signed-off-by: badai-nguyen <[email protected]> * Revert "fix(ground_segmentation): add field select option" This reverts commit 36fc554. * fix: copy input field to output Signed-off-by: badai-nguyen <[email protected]> * fix(ray_ground_filter): copy input fields Signed-off-by: badai-nguyen <[email protected]> * fix(ransac_ground_filter): copy input fields Signed-off-by: badai-nguyen <[email protected]> * fix(ray_ground_filter): indices extract bug fix Signed-off-by: badai-nguyen <[email protected]> * refactor: ray_ground_filter Signed-off-by: badai-nguyen <[email protected]> * fix: indices max Signed-off-by: badai-nguyen <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: badai-nguyen <[email protected]> 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 729eec0 - Browse repository at this point
Copy the full SHA 729eec0View commit details -
fix(freespace_planner): fix motion_velocity_smoother error while park…
…ing (autowarefoundation#6713) * fix(freespace_planner): prevent publishing stop trajectory with only one point in a new parking cycle --------- Signed-off-by: Ahmed Ebrahim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 010965b - Browse repository at this point
Copy the full SHA 010965bView commit details
Commits on May 10, 2024
-
feat(map_based_prediction): use different time horizon (autowarefound…
…ation#6877) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5aa5d6 - Browse repository at this point
Copy the full SHA d5aa5d6View commit details -
fix(map_based_prediction): improve pedestrian path generation efficie…
…ncy (autowarefoundation#6964) fix: improve pedestrian path generation efficiency Signed-off-by: Taekjin LEE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7c826d - Browse repository at this point
Copy the full SHA c7c826dView commit details -
feat(goal_planner): fix non-thread-safe access in goal_planner (rever…
…t of autowarefoundation#6809 and minor fix) (autowarefoundation#6965) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35d39e7 - Browse repository at this point
Copy the full SHA 35d39e7View commit details -
feat(autonomous_emergency_braking): add param update support for AEB (a…
…utowarefoundation#6956) add param update support for AEB Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04faf5e - Browse repository at this point
Copy the full SHA 04faf5eView commit details -
fix(autonomous_emergency_braking): add missing erase to velocity hist…
…ory (autowarefoundation#6966) add missing erase Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32186de - Browse repository at this point
Copy the full SHA 32186deView commit details -
fix(componet_state_monitor): remove ndt node alive monitoring (autowa…
…refoundation#6957) remove ndt node alive monitoring Signed-off-by: Yamato Ando <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9378b4f - Browse repository at this point
Copy the full SHA 9378b4fView commit details -
feat(path_sampler): make the trajectory smoother, add params, fix cra…
…sh (autowarefoundation#6939) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 299b050 - Browse repository at this point
Copy the full SHA 299b050View commit details -
fix(map_based_prediction): revert use different time horizon (autowar…
…efoundation#6877) (autowarefoundation#6970) Revert "feat(map_based_prediction): use different time horizon (autowarefoundation#6877)" This reverts commit d5aa5d6. Signed-off-by: yoshiri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 885c0af - Browse repository at this point
Copy the full SHA 885c0afView commit details -
feat(control_evaluator): implement a control evaluator (autowarefound…
…ation#6959) * add control evaluator module Signed-off-by: Daniel Sanchez <[email protected]> * make the evaluator depend on messages from AEB Signed-off-by: Daniel Sanchez <[email protected]> * update output msg Signed-off-by: Daniel Sanchez <[email protected]> * delete extra new line Signed-off-by: Daniel Sanchez <[email protected]> * update/fix details Signed-off-by: Daniel Sanchez <[email protected]> * add a package mantainer Signed-off-by: Daniel Sanchez <[email protected]> * Add a timer to maintain a constant rate of msg publishing Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bca574a - Browse repository at this point
Copy the full SHA bca574aView commit details -
feat: update rviz2 overlay (autowarefoundation#6883)
Signed-off-by: KhalilSelyan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e218218 - Browse repository at this point
Copy the full SHA e218218View commit details -
perf(side_shift): fix unupdated prev path that caused heavy interpola…
…tion (autowarefoundation#6967) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c24ad46 - Browse repository at this point
Copy the full SHA c24ad46View commit details
Commits on May 11, 2024
-
refactor(mission_planner): remove redundant
is_reroute
check (autow……arefoundation#6980) remove redundant is_reroute check Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8176c63 - Browse repository at this point
Copy the full SHA 8176c63View commit details -
fix(autoware_overlay_rviz_plugin): fix subs and cleanup (autowarefoun…
…dation#6978) Signed-off-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd6306d - Browse repository at this point
Copy the full SHA fd6306dView commit details
Commits on May 13, 2024
-
fix(accel_brake_calibrator): fix to set service name and exception fa…
…ilure (autowarefoundation#6973) * add service * fix exception * fix style
Configuration menu - View commit details
-
Copy full SHA for bffbcce - Browse repository at this point
Copy the full SHA bffbcceView commit details -
test: behavior path obstacle avoidance (autowarefoundation#6972)
* write test for behavior avoidance Signed-off-by: Go Sakayori <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Go Sakayori <[email protected]> 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 fd89ca2 - Browse repository at this point
Copy the full SHA fd89ca2View commit details -
feat(rtc_interface)!: add new field to rtc cooperate status (autoware…
…foundation#6933) * feat(rtc_interface): add new field Signed-off-by: satoshi-ota <[email protected]> * feat(bvp): support new rtc cooperate status Signed-off-by: satoshi-ota <[email protected]> * feat(bpp): support new rtc cooperate status Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd46dc3 - Browse repository at this point
Copy the full SHA bd46dc3View commit details -
fix(behavior_velocity_run_out_module): initialize
accel_reason_
(au……towarefoundation#6982) fix(behavior_velocity_run_out_module): initialize accel_reason_ Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3cd528 - Browse repository at this point
Copy the full SHA f3cd528View commit details -
feat: add autoware_remaining_distance_time_calculator and overlay (au…
…towarefoundation#6855) Signed-off-by: AhmedEbrahim <[email protected]> Signed-off-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86804e1 - Browse repository at this point
Copy the full SHA 86804e1View commit details -
fix(accel_brake_map_calibrator): fix accel_brake_map_calibrator not t…
…o output invalid maps (autowarefoundation#6992) Signed-off-by: tomoya.kimura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7302cd7 - Browse repository at this point
Copy the full SHA 7302cd7View commit details -
feat(mrm_emergency_stop_operator): add support for real time param re…
…configure for mrm_emergency_stop (autowarefoundation#6994) add support for real time param reconfigure for mrm_emergency_stop Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f2438e - Browse repository at this point
Copy the full SHA 2f2438eView commit details -
feat(map_based_prediction): incorporate crosswalk user history (autow…
…arefoundation#6905) Signed-off-by: Dmitrii Koldaev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aff5370 - Browse repository at this point
Copy the full SHA aff5370View commit details -
feat(out_of_lane): add option to ignore overlaps in lane changes (aut…
…owarefoundation#6991) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9b3df7 - Browse repository at this point
Copy the full SHA d9b3df7View commit details -
feat(tier4_perception_launch): downsample perception input pointcloud (…
…autowarefoundation#6886) * feat: downsample perception input pointcloud Signed-off-by: yoshiri <[email protected]> * fix: add group if to switch downsample node Signed-off-by: yoshiri <[email protected]> * fix: add test and exec depend Signed-off-by: yoshiri <[email protected]> * Update launch/tier4_perception_launch/launch/perception.launch.xml Co-authored-by: Yukihiro Saito <[email protected]> * chore: refactor perception.launch.xml Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6bd750 - Browse repository at this point
Copy the full SHA b6bd750View commit details
Commits on May 14, 2024
-
feat(tier4_perception_launch): fix typo error (autowarefoundation#6999)
* feat: downsample perception input pointcloud Signed-off-by: yoshiri <[email protected]> * fix: add group if to switch downsample node Signed-off-by: yoshiri <[email protected]> * fix: add test and exec depend Signed-off-by: yoshiri <[email protected]> * Update launch/tier4_perception_launch/launch/perception.launch.xml Co-authored-by: Yukihiro Saito <[email protected]> * chore: refactor perception.launch.xml Signed-off-by: yoshiri <[email protected]> * fix: fix name Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3c1ed3 - Browse repository at this point
Copy the full SHA a3c1ed3View commit details -
refactor(behavior_velocity_occlusion_spot_module): reduce cppcheck wa…
…rning (autowarefoundation#6987) * remove unnecessary if branch Signed-off-by: Ryuta Kambe <[email protected]> * add const for const variable Signed-off-by: Ryuta Kambe <[email protected]> * remove redundant assignment Signed-off-by: Ryuta Kambe <[email protected]> * remove redundant if branch Signed-off-by: Ryuta Kambe <[email protected]> * underflow check Signed-off-by: Ryuta Kambe <[email protected]> * use const for const parameter Signed-off-by: Ryuta Kambe <[email protected]> * style(pre-commit): autofix * delete unnecessary pointsToRays function Signed-off-by: Ryuta Kambe <[email protected]> --------- Signed-off-by: Ryuta Kambe <[email protected]> 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 a714f94 - Browse repository at this point
Copy the full SHA a714f94View commit details -
fix(ndt_scan_matcher): improved tpe (autowarefoundation#6990)
* Improved tpe Signed-off-by: Shintaro Sakoda <[email protected]> * Added name in TODO Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed tpe test 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>
Configuration menu - View commit details
-
Copy full SHA for ac5190b - Browse repository at this point
Copy the full SHA ac5190bView commit details -
refactor(behavior_velocity_occlusion_spot_module): remove unnecessary…
… declaration (autowarefoundation#7000) * refactor(behavior_velocity_occlusion_spot_module): remove unnecessary declaration Signed-off-by: Ryuta Kambe <[email protected]> * remove unnecessary declaration Signed-off-by: Ryuta Kambe <[email protected]> * unify lanelet::ArcCoordinates Signed-off-by: Ryuta Kambe <[email protected]> * unify lanelet::geometry::fromArcCoordinates Signed-off-by: Ryuta Kambe <[email protected]> * style(pre-commit): autofix * unify lanelet::ConstLineString2d Signed-off-by: Ryuta Kambe <[email protected]> * style(pre-commit): autofix * fix Signed-off-by: veqcc <[email protected]> --------- Signed-off-by: Ryuta Kambe <[email protected]> Signed-off-by: veqcc <[email protected]> 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 0e6f175 - Browse repository at this point
Copy the full SHA 0e6f175View commit details -
chore(tools): move system and evaluation tools to autoware_tools repo…
… from autoware.universe (autowarefoundation#7002) * chore(tools): move system tools Signed-off-by: satoshi-ota <[email protected]> * chore(evaluator): move evaluators Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 590518f - Browse repository at this point
Copy the full SHA 590518fView commit details -
chore: added maintainer (autowarefoundation#7003)
added maintainer Signed-off-by: Go Sakayori <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f012a75 - Browse repository at this point
Copy the full SHA f012a75View commit details -
chore: update CODEOWNERS (autowarefoundation#6866)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5fdb8d - Browse repository at this point
Copy the full SHA a5fdb8dView commit details -
feat(smart_mpc_trajectory_follower): add smart_mpc_trajectory_follower (
autowarefoundation#6805) * feat(smart_mpc_trajectory_follower): add smart_mpc_trajectory_follower * style(pre-commit): autofix * modified control.launch.py * update README.md * Minor changes * style(pre-commit): autofix * bug fixed * update README and add a comment to mpc_param.yaml * minor changes * add copyright * mpc_param.yaml changed * add note to README * update according to spell check * update python_simulator according to spell check * update scripts according to spell check * update according to spell-check-partial * fixed ignored words in spell check --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f30c035 - Browse repository at this point
Copy the full SHA f30c035View commit details -
perf(behavior_path_dynamic_avoidance_module): use const reference (au…
…towarefoundation#6981) * perf(behavior_path_dynamic_avoidance_module): use const reference Signed-off-by: Ryuta Kambe <[email protected]> * style(pre-commit): autofix * add const to the other args --------- Signed-off-by: Ryuta Kambe <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yuki TAKAGI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ae1716 - Browse repository at this point
Copy the full SHA 2ae1716View commit details -
refactor(turn_signal_decider): straddle bound method (autowarefoundat…
…ion#7006) * refactor straddle bound method Signed-off-by: Daniel Sanchez <[email protected]> * remove parenthesis Signed-off-by: Daniel Sanchez <[email protected]> * add alias for inner lambda Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4bb177 - Browse repository at this point
Copy the full SHA a4bb177View commit details -
feat(goal_planner): reject candidate path whose start pose direction …
…is not aligned with ego path (autowarefoundation#6935) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea009b8 - Browse repository at this point
Copy the full SHA ea009b8View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6f7a01 - Browse repository at this point
Copy the full SHA e6f7a01View commit details