-
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 #33
Commits on Jun 12, 2024
-
feat(behavior_path_planner): replace polling subscribers (#7462)
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 1031e38 - Browse repository at this point
Copy the full SHA 1031e38View commit details -
feat(yabloc_particle_filter): componentize yabloc_particle_filter nod…
…es (#7305) * componentize particle predictor Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * componentize particle visualizer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * componentize particle correctors Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * modify launch.xml Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove unused node Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * style(pre-commit): autofix --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3881947 - Browse repository at this point
Copy the full SHA 3881947View commit details -
fix(pose_covariance_modifier): fix json schema (#7323)
fix json schema Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Co-authored-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67bfa58 - Browse repository at this point
Copy the full SHA 67bfa58View commit details -
chore(tier4_perception_launch): perception launcher refactoring (#7194)
* fix: reorder object merger launchers Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: separate detection by tracker launch Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: refactor tracking launch Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: input pointcloud topic names, mot input channels Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat: separate filters Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: object validator to modular Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: implement filters on mergers Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix lidar only mode chore: simplify mode check Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: fix a bug when use_radar_tracking_fusion is fault Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: rename radar detector to filter 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 221ce4b - Browse repository at this point
Copy the full SHA 221ce4bView commit details -
refactor(autoware_behavior_velocity_detection_area_module): prefix pa…
……ckage and namespace with autoware (#7466) refactor(autoware_behavior_velocity_detection_area_module): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for d532672 - Browse repository at this point
Copy the full SHA d532672View commit details -
ci(build-and-test-differential): fetch only necessary commits (#7468)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
Configuration menu - View commit details
-
Copy full SHA for e99b6ff - Browse repository at this point
Copy the full SHA e99b6ffView commit details
Commits on Jun 13, 2024
-
fix(route_handler): route handler overlap removal is too conservative (…
…#7156) * add flag to enable/disable loop check in getLaneletSequence functions Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * implement function to get closest route lanelet based on previous closest lanelet Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * refactor DefaultPlanner::plan function Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * modify loop check logic in getLaneletSequenceUpTo function Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * improve logic in isEgoOutOfRoute function Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * fix format Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * check if prev lanelet is a goal lanelet in getLaneletSequenceUpTo function Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * separate function to update current route lanelet in planner manager Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * rename function and add docstring Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * modify functions extendNextLane and extendPrevLane to account for overlap Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * refactor function getClosestRouteLaneletFromLanelet Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * add route handler unit tests for overlapping route case Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * fix function getClosestRouteLaneletFromLanelet Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * format fix Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> * move test map to autoware_test_utils Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp> --------- Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for c918ebf - Browse repository at this point
Copy the full SHA c918ebfView commit details -
feat(velodyne_monitor): componentize node (#7201)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 796f72d - Browse repository at this point
Copy the full SHA 796f72dView commit details -
refactor(tree_structured_parzen_estimator): apply static analysis (#7364
) * refactor based on linter Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * fix to match the change in TreeStructuredParzenEstimator Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * style(pre-commit): autofix * apply suggestion Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * revert const declare Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * revert const declare Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> --------- Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SakodaShintaro <shintaro.sakoda@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 898fb73 - Browse repository at this point
Copy the full SHA 898fb73View commit details -
chore(route_handler, lane_change): add codeowner (#7475)
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 4504271 - Browse repository at this point
Copy the full SHA 4504271View commit details -
chore(planning): remove ghost file (#7457)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 314f229 - Browse repository at this point
Copy the full SHA 314f229View commit details -
refactor(pose_estimator_arbiter): apply static analysis (#7473)
* refactor based on linter Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> 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 3389459 - Browse repository at this point
Copy the full SHA 3389459View commit details -
fix(tree_structured_parzen_estimator): removed the "tree_structured_p…
…arzen_estimator" package and moved it to localization_util (#7472) * Removed the "tree_structured_parzen_estimator" package and moved it to localization_util Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> * Fixed to use ament_auto_add_gtest instead of ament_add_gtest Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> * style(pre-commit): autofix * Removed <depend>tree_structured_parzen_estimator</depend> Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> --------- Signed-off-by: Shintaro Sakoda <shintaro.sakoda@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 64cb983 - Browse repository at this point
Copy the full SHA 64cb983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a3e517 - Browse repository at this point
Copy the full SHA 4a3e517View commit details -
chore(pose_estimator_arbiter): add maintainers to pose_estimator_arbi…
…ter (#7478) Added maintainers to pose_estimator_arbiter Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for ccbdab6 - Browse repository at this point
Copy the full SHA ccbdab6View commit details -
feat(default_ad_api): remove energy status (#7464)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for be75f1b - Browse repository at this point
Copy the full SHA be75f1bView commit details -
fix(start_planner): redefine the necessary parameters (#7477)
* add necessary parameter which removed in previous PR mistakenly Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * change variable name Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 5b611e7 - Browse repository at this point
Copy the full SHA 5b611e7View commit details -
refactor(dynamic_obstacle_stop): move to motion_velocity_planner (#7460)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 65665ce - Browse repository at this point
Copy the full SHA 65665ceView commit details -
fix(lane_change): fix state transition in lane change module (#7436)
* fix(lane_change): fix state transition in lane change module Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * fix(lane_change): remove overridden run() function Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * fix(lane_change): fix RTC safety status Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> --------- Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a78482e - Browse repository at this point
Copy the full SHA a78482eView commit details -
refactor(pose_instability_detector): apply static analysis (#7476)
refactor based on linter Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f25396f - Browse repository at this point
Copy the full SHA f25396fView commit details -
refactor(ndt scan matcher): update parameter (#7276)
* rename to sensor_points.timeout_sec Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * parameterize skipping_publish_num Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * fix readme Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * parameterize sinitial_to_result_distance_tolerance_m Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * fix build error Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * style(pre-commit): autofix * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <yamato.ando@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 d17bfa1 - Browse repository at this point
Copy the full SHA d17bfa1View commit details -
refactor(lidar_centerpoint): add training docs (#5570)
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b1dd7bb - Browse repository at this point
Copy the full SHA b1dd7bbView commit details -
feat(mission_planner): use polling subscriber (#7447)
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7bc9ae0 - Browse repository at this point
Copy the full SHA 7bc9ae0View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfbf26c - Browse repository at this point
Copy the full SHA dfbf26cView commit details -
fix(goal_planner): check lateral distance for previous output path sh…
…ape change check (#7283) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9c41554 - Browse repository at this point
Copy the full SHA 9c41554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35067ed - Browse repository at this point
Copy the full SHA 35067edView commit details -
refactor(grid_map_utils): add autoware prefix and namespace (#7487)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 1661b79 - Browse repository at this point
Copy the full SHA 1661b79View commit details -
feat(diagnostic_converter): fix output metrics topic name and add to …
…converter (#7495) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0f0751e - Browse repository at this point
Copy the full SHA 0f0751eView commit details -
fix(planning): set single depth sensor data qos for pointlcoud pollin…
…g subscribers (#7490) set single depth sensor data qos for pointlcoud polling subscribers Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 0d356a8 - Browse repository at this point
Copy the full SHA 0d356a8View commit details -
refactor(yabloc_common): apply static analysis (#7481)
* refactor based on linter Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * restore unwanted change Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * remove unnecessary comment Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * style(pre-commit): autofix * change to const double Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * add static cast Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> --------- Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> 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 7b35b6e - Browse repository at this point
Copy the full SHA 7b35b6eView commit details -
fix(no_stopping_area): skip drawing a stop line in the case where the…
… detected stop lines are goals (#7280) * Revert "fix(no_stopping_area): fix stopping in front of a no stopping area in parking on the shoulder (#6517)" This reverts commit 144b9c7. * if the stop point is near goal(distance < 1m), no stopping area module does not insert stop line * style(pre-commit): autofix * Update planning/behavior_velocity_no_stopping_area_module/src/scene_no_stopping_area.cpp --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> Co-authored-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6cd7da0 - Browse repository at this point
Copy the full SHA 6cd7da0View commit details -
ci(pre-commit-autoupdate): add new workflow (#7498)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
Configuration menu - View commit details
-
Copy full SHA for acac821 - Browse repository at this point
Copy the full SHA acac821View commit details -
ci(pre-commit): autoupdate (#7499)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: M. Fatih Cırıt <mfc@leodrive.ai>
Configuration menu - View commit details
-
Copy full SHA for 00e12c4 - Browse repository at this point
Copy the full SHA 00e12c4View commit details
Commits on Jun 15, 2024
-
feat(map_loader): warn if some pcds from the metadata file are missing (
#7406) * Examine if there are PCD segments found in the metadata file but are missing from the input pcd paths Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp> * style(pre-commit): autofix * Fixing CI Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp> * Fixing CI Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp> * Fixing CI Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp> * Fix CI related to map_loader Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp> * Removed try{} block from getPCDMetadata and redundant std::endl at the end of error messages Signed-off-by: Anh Nguyen <anh.nguyen.2@tier4.jp> --------- Signed-off-by: Anh Nguyen <anh.nguyen.2@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 ea41a5c - Browse repository at this point
Copy the full SHA ea41a5cView commit details -
fix(vehicle_cmd_gate): fix unnecessary modification (#7488)
fix onGateMode function Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 75a6986 - Browse repository at this point
Copy the full SHA 75a6986View commit details
Commits on Jun 16, 2024
-
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97038a1 - Browse repository at this point
Copy the full SHA 97038a1View commit details -
refactor(yabloc_image_processing): apply static analysis (#7489)
* refactor based on linter Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> 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 a44805c - Browse repository at this point
Copy the full SHA a44805cView commit details
Commits on Jun 17, 2024
-
refactor(map_projection_loader): apply static analysis (#7497)
* refactor based on linter Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SakodaShintaro <shintaro.sakoda@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 2de41ba - Browse repository at this point
Copy the full SHA 2de41baView commit details -
refactor(ar_tag_based_localizer): add prefix "autoware_" to ar_tag_ba…
…sed_localizer (#7483) * Added prefix "autoware_" to ar_tag_based_localizer Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> * style(pre-commit): autofix * Fixed localization_launch Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Shintaro Sakoda <shintaro.sakoda@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 507e3f4 - Browse repository at this point
Copy the full SHA 507e3f4View commit details -
feat(autonomous_emergency_braking): aeb disable obj velocity calc w p…
…aram (#7493) * feat(autonomous_emergenct_braking): update README and imgs of aeb (#7482) update README Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add param to toggle on or off object speed calc for aeb Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * pre-commit readme Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4e1b6d6 - Browse repository at this point
Copy the full SHA 4e1b6d6View commit details -
feat(tier4_adapi_rviz_plugin): add legacy state panel (#7494)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for a6b5f27 - Browse repository at this point
Copy the full SHA a6b5f27View commit details -
fix(behavior_path_planner): reset current route lanelet in manual dri…
…ve (#7505) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 6398f9b - Browse repository at this point
Copy the full SHA 6398f9bView commit details -
fix(vehicle_cmd_gate): put back subscriber rather than using polling …
…subsriber (#7500) put back polling subscribers to subscribers in neccesary cases Signed-off-by: Go Sakayori <go.sakayori@tier4.jp> Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae3b8d7 - Browse repository at this point
Copy the full SHA ae3b8d7View commit details -
feat(surround_obstacle_checker): remove include directory (#7507)
* feat(surround_obstacle_checker): remove include directory Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 50b7659 - Browse repository at this point
Copy the full SHA 50b7659View commit details -
ci: update workflows and sync-files (#7340)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
Configuration menu - View commit details
-
Copy full SHA for 18a618c - Browse repository at this point
Copy the full SHA 18a618cView commit details -
ci: add cache to build-and-test derivatives (#7503)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
Configuration menu - View commit details
-
Copy full SHA for 9047cdd - Browse repository at this point
Copy the full SHA 9047cddView commit details -
feat(obstacle_cruise_planner): rename to include/autoware/{package_na…
…me} (#7510) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 46e589d - Browse repository at this point
Copy the full SHA 46e589dView commit details -
feat(planning_topic_converter): rename to include/autoware/{package_n…
…ame} (#7515) * feat(planning_topic_converter): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 90ab758 - Browse repository at this point
Copy the full SHA 90ab758View commit details -
feat(external_velocity_limit_selector): rename to include/autoware/{p…
…ackage_name} (#7516) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 833c3c9 - Browse repository at this point
Copy the full SHA 833c3c9View commit details -
refactor(behavior_velocity_planner): rename include directory (#7517)
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 32b09a7 - Browse repository at this point
Copy the full SHA 32b09a7View commit details -
feat(scenario_selector): rename to include/autoware/{package_name} (#…
…7512) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a2ced9b - Browse repository at this point
Copy the full SHA a2ced9bView commit details -
feat(planning_validator): rename to include/autoware/{package_name} (#…
…7514) * feat(planning_validator): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d8ad9dc - Browse repository at this point
Copy the full SHA d8ad9dcView commit details -
feat(mission_planner): rename to include/autoware/{package_name} (#7513)
* feat(mission_planner): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat(mission_planner): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat(mission_planner): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 126f0cb - Browse repository at this point
Copy the full SHA 126f0cbView commit details -
feat(motion_velocity_planner): rename include directories (#7523)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 972448e - Browse repository at this point
Copy the full SHA 972448eView commit details -
feat(planning_evaluator): rename to include/autoware/{package_name} (#…
…7518) * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 19aa89c - Browse repository at this point
Copy the full SHA 19aa89cView commit details -
refactor(control)!: refactor directory structures of the trajectory f…
…ollowers (#7521) * control_traj Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * add follower_node Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * fix Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> --------- Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 8f795c5 - Browse repository at this point
Copy the full SHA 8f795c5View commit details -
refactor(control)!: refactor directory structures of the control inte…
…rface nodes (#7528) * external_cmd_selector Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * joy_controller Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> --------- Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for eab65fa - Browse repository at this point
Copy the full SHA eab65faView commit details -
feat(control_evaluator): rename to include/autoware/{package_name} (#…
…7520) * feat(control_evaluator): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2bab9c4 - Browse repository at this point
Copy the full SHA 2bab9c4View commit details -
chore(behavior_velocity_planner): move packages (#7526)
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dba91b0 - Browse repository at this point
Copy the full SHA dba91b0View commit details -
refactor(behaivor_path_planner)!: rename to include/autoware/{package…
…_name} (#7522) * refactor(behavior_path_planner)!: make autoware dir in include Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * refactor(start_planner): make autoware include dir Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * refactor(goal_planner): make autoware include dir Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * sampling planner module Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix sampling planner build Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * dynamic_avoidance Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * lc Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * side shift Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * autoware_behavior_path_static_obstacle_avoidance_module Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * autoware_behavior_path_planner_common Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * make behavior_path dir Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * pre-commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix pre-commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix build Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc18dab - Browse repository at this point
Copy the full SHA bc18dabView commit details -
feat(path_smoother): rename to include/autoware/{package_name} (#7527)
* feat(path_smoother): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86d5857 - Browse repository at this point
Copy the full SHA 86d5857View commit details -
refactor(velocity_smoother): rename to include/autoware/{package_name} (
#7533) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 88426f5 - Browse repository at this point
Copy the full SHA 88426f5View commit details -
refactor(objects_of_interest_marker_interface): rename to include/aut…
…oware/{package_name} (#7535) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d64d925 - Browse repository at this point
Copy the full SHA d64d925View commit details -
chore(behavior_velocity_planner): fix CODEOWNERS and page links (#7534)
* chore(behavior_velocity_planner): fix CODEOWNERS and page links Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * fix: fix page link --------- Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 97a8a77 - Browse repository at this point
Copy the full SHA 97a8a77View commit details -
refactor(control)!: refactor directory structures of the control chec…
…kers (#7524) * aeb Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * control_validator Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * lane_departure_checker Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * shift_decider Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * fix Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> --------- Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 7f46721 - Browse repository at this point
Copy the full SHA 7f46721View commit details -
feat(path_optimizer): rename to include/autoware/{package_name} (#7529)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f47f659 - Browse repository at this point
Copy the full SHA f47f659View commit details -
refactor(freespace_planner)!: rename to include/autoware/{package_nam…
…e} (#7525) refactor(freespace_planner)!: rename to include/autoware/{package_name} refactor(start_planner): make autoware include dir refactor(goal_planner): make autoware include dir sampling planner module fix sampling planner build dynamic_avoidance lc side shift autoware_behavior_path_static_obstacle_avoidance_module autoware_behavior_path_planner_common make behavior_path dir pre-commit fix pre-commit fix build autoware_freespace_planner freespace_planning_algorithms Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3319836 - Browse repository at this point
Copy the full SHA 3319836View commit details -
refactor(rtc_interface)!: rename to include/autoware/{package_name} (#…
…7531) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2165e2d - Browse repository at this point
Copy the full SHA 2165e2dView commit details -
feat(map_loader): add waypoints flag (#7480)
* feat(map_loader): handle centelrine and waypoints Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update README Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix doc Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update schema Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 564e8c1 - Browse repository at this point
Copy the full SHA 564e8c1View commit details -
refactor(route_handler)!: rename to include/autoware/{package_name} (#…
…7530) refactor(route_handler)!: rename to include/autoware/{package_name} Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 82a10de - Browse repository at this point
Copy the full SHA 82a10deView commit details
Commits on Jun 18, 2024
-
fix(traffic_light_classifier): check if the given image is empty or n…
…ot (#7461) fix: check if the given image is empty or not Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for a8cb02c - Browse repository at this point
Copy the full SHA a8cb02cView commit details -
fix(joy_controller): check for nullptr messages (#7540)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for d09fa54 - Browse repository at this point
Copy the full SHA d09fa54View commit details -
fix(system_monitor): fix unsignedLessThanZero warning (#7545)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for c04b3ea - Browse repository at this point
Copy the full SHA c04b3eaView commit details -
fix(behavior_path_planner): fix redundantIfRemove warning (#7544)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for d9cf068 - Browse repository at this point
Copy the full SHA d9cf068View commit details -
feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7a3e6ed - Browse repository at this point
Copy the full SHA 7a3e6edView commit details -
refactor(motion_utils)!: add autoware prefix and include dir (#7539)
refactor(motion_utils): add autoware prefix and include dir Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ad1be18 - Browse repository at this point
Copy the full SHA ad1be18View commit details -
ci(build-and-test): limit ccache size (#7555)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
Configuration menu - View commit details
-
Copy full SHA for c9c58f8 - Browse repository at this point
Copy the full SHA c9c58f8View commit details -
fix(system_diagnostic_monitor): fix local mode config (#7532)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 4094bbf - Browse repository at this point
Copy the full SHA 4094bbfView commit details -
fix(autoware_behavior_velocity_occlusion_spot_module): fix redundantA…
…ssignment bug (#7559) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for f4b14da - Browse repository at this point
Copy the full SHA f4b14daView commit details -
fix(behavior_path_planner): fix redundantAssignment warning (#7560)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 7493322 - Browse repository at this point
Copy the full SHA 7493322View commit details
Commits on Jun 19, 2024
-
fix(tvm_utility): fix selfAssignment warnings (#7561)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 525badb - Browse repository at this point
Copy the full SHA 525badbView commit details -
refactor(yabloc_particle_filter): apply static analysis (#7519)
* removed unused Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * style(pre-commit): autofix * removed unused Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * Update localization/yabloc/yabloc_particle_filter/src/camera_corrector/camera_particle_corrector_core.cpp change to use get_mean_pose directly Co-authored-by: Kento Yabuuchi <moc.liamg.8y8@gmail.com> Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * apply suggestion Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> --------- Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kento Yabuuchi <moc.liamg.8y8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f90f216 - Browse repository at this point
Copy the full SHA f90f216View commit details -
feat(yabloc_pose_initializer): componentize yabloc_pose_initializer n…
…ode (#7506) * change the node to component Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove useless node.cpp Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add rclcpp_components as dependency Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 609df50 - Browse repository at this point
Copy the full SHA 609df50View commit details -
feat(yabloc_monitor): componentize yabloc_monitor node (#7509)
* change node to component Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix launch file & cmake Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for b003733 - Browse repository at this point
Copy the full SHA b003733View commit details -
fix(multi_object_tracker): fix uselessCallsSubstr warning (#7556)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for ee4442b - Browse repository at this point
Copy the full SHA ee4442bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b9d5c8 - Browse repository at this point
Copy the full SHA 6b9d5c8View commit details -
fix(mrm_handler): fix multiCondition warning (#7543)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 9fbc30c - Browse repository at this point
Copy the full SHA 9fbc30cView commit details -
fix(.gitignore): add config to ignore directory which is made by pret…
…tier (#7567) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e668be9 - Browse repository at this point
Copy the full SHA e668be9View commit details -
fix(simple_planning_simulator): fix duplicateBranch warnings (#7574)
* fix(simple_planning_simulator): fix duplicateBranch warnings Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@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 f4f892e - Browse repository at this point
Copy the full SHA f4f892eView commit details -
chore(topic_state_monitor): enrich error log message (#7236)
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7508103 - Browse repository at this point
Copy the full SHA 7508103View commit details -
docs(bpp_static_obstacle_avoidance): add documentation (#7554)
* fix: package path Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs: add explanation of lateral margin Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: typo Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: wrong description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f6d2c59 - Browse repository at this point
Copy the full SHA f6d2c59View commit details -
fix(autoware_behavior_path_planner_common): fix redundantContinue war…
…ning (#7578) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 67c76b3 - Browse repository at this point
Copy the full SHA 67c76b3View commit details -
fix(autoware_behavior_path_static_obstacle_avoidance_module): fix dup…
…licateCondition warnings (#7582) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for bfbe80e - Browse repository at this point
Copy the full SHA bfbe80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for da61a2f - Browse repository at this point
Copy the full SHA da61a2fView commit details -
feat(ndt_scan_matcher): change from TP to NVTL for determination of i…
…nitial position estimation results (#7141) * feat(ndt_scan_matcher): change from TP to NVTL Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp> * fix(ndt_scan_matcher): fixed typo Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp> --------- Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for a443210 - Browse repository at this point
Copy the full SHA a443210View commit details -
feat(mpc_lateral_controller): signal a MRM when MPC fails. (#7016)
* mpc fail checker diagnostic added Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * fix some scope issues Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * member attribute added. Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * shared pointer added. Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * member attribute (diag_updater_) added Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * dependency added. Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * implementation of the MpcLateralController corrected! Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * typo in comment corrected! Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * member method argument corrected Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * delete unnecessary reference mark Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rebase Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * correct the include 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> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbd61e2 - Browse repository at this point
Copy the full SHA fbd61e2View commit details -
fix(autoware_obstacle_cruise_planner): fix assignBoolToFloat warning (#…
…7541) * fix(autoware_obstacle_cruise_planner): fix assignBoolToFloat warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * delete unnecessary file Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@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 1d3a094 - Browse repository at this point
Copy the full SHA 1d3a094View commit details -
fix(learning_based_vehicle_model): fix constVariablePointer warning (#…
…7575) * fix constVariablePointer warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * add reference 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 4da27a8 - Browse repository at this point
Copy the full SHA 4da27a8View commit details -
fix(net_monitor): fix cppcheck warnings (#7573)
* fix unusedVariable warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * fix unusedVariable warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * fix variableScope warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * fix unreadVariable warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * fix 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 0a2f1e3 - Browse repository at this point
Copy the full SHA 0a2f1e3View commit details -
fix(autoware_path_sampler): fix unusedVariable warning (#7584)
fix unusedVariable warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 8837b1f - Browse repository at this point
Copy the full SHA 8837b1fView commit details -
fix(autoware_velocity_smoother): fix unusedVariable warning (#7585)
fix unusedVariable warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for b284599 - Browse repository at this point
Copy the full SHA b284599View commit details -
feat(autonomous_emergency_braking): add predicted object support for …
…aeb (#7548) * add polling sub to predicted objects Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * WIP requires changing path frame to map Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add parameters and reuse predicted obj speed Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * introduce early break to reduce computation time Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * resolve merge conflicts Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * fix guard Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * remove unused declaration Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * fix include Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * fix include issues Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * remove inline Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * delete unused dependencies Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add utils.cpp Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * remove _ for non member variable Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 51045e9 - Browse repository at this point
Copy the full SHA 51045e9View commit details -
refactor(behavior_velocity_no_drivable_lane_module): prefix package a…
…nd namespace with autoware (#7469) Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 0eefe2d - Browse repository at this point
Copy the full SHA 0eefe2dView commit details -
fix(autoware_behavior_path_start_planner_module): fix duplicateBreak …
…warning (#7583) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 8dcddae - Browse repository at this point
Copy the full SHA 8dcddaeView commit details
Commits on Jun 20, 2024
-
feat(lidar_centerpoint): accelerated preprocessing for centerpoint (#…
…6989) * feat: accelerated preprocessing for centerpoint Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * chore: changed includes to quotes instead of brackets Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * chore: fixed variable name Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * fix: addressed the case where the points in the cache is over the maximum capacity Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * fix: fixed the offset of the output buffer in the kernel Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * chore: reimplemented old logic in the pointpainting package since the new centerpoint logic is incompatible Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * fix: eigen matrices are column major by default. this commit fixes the code that assumed row-major, implements check for data layout, and updates tests Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * chore: fixed missing virtual destructor Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fffb149 - Browse repository at this point
Copy the full SHA fffb149View commit details -
fix(mpc_lateral_controller): align the MPC steering angle when the ca…
…r is controlled manually. (#7109) * align the MPC steering angle when the car is controlled manually. Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * update the condition for is_driving_manually Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * STOP mode included Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * comment the is_driving_manually Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * align the steering outside (after) the solver. Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * use the flag input_data.current_operation_mode.is_autoware_control_enabled Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * correct a typo Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * correct the under control condition check Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * undo the space delete Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com> * unchange the unrelevant line 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 d677314 - Browse repository at this point
Copy the full SHA d677314View commit details -
refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5aa747b - Browse repository at this point
Copy the full SHA 5aa747bView commit details -
refactor(livox): apply clang-tidy check (#7551)
livox Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 45c068a - Browse repository at this point
Copy the full SHA 45c068aView commit details -
feat(path_distance_calculator): change to read topic by polling (#7318)
replace Subscription to InterProcessPollingSubscriber Signed-off-by: Autumn60 <akiro.harada@tier4.jp> Co-authored-by: Autumn60 <akiro.harada@tier4.jp> Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 5a539f4 - Browse repository at this point
Copy the full SHA 5a539f4View commit details -
refactor(goal_distance_calculator): narrow variable scopes and change…
… to read topic by polling (#7434) * delete unnecessary member Signed-off-by: Autumn60 <akiro.harada@tier4.jp> * replace rclcpp::Subscription to autoware_utils::InterProcessPollingSubscriber Signed-off-by: Autumn60 <akiro.harada@tier4.jp> * format by clang-format Signed-off-by: Autumn60 <akiro.harada@tier4.jp> * delete unnecessary callback func Signed-off-by: Autumn60 <akiro.harada@tier4.jp> * refactor goal_distance_calculator_node Signed-off-by: Autumn60 <akiro.harada@tier4.jp> * clang format Signed-off-by: Autumn60 <akiro.harada@tier4.jp> --------- Signed-off-by: Autumn60 <akiro.harada@tier4.jp> Co-authored-by: Autumn60 <akiro.harada@tier4.jp> Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2d45f2 - Browse repository at this point
Copy the full SHA d2d45f2View commit details -
fix(autoware_behavior_velocity_planner_common): fix unusedScopedObjec…
…t bug (#7570) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for f8d2f2d - Browse repository at this point
Copy the full SHA f8d2f2dView commit details -
refactor(obstacle_cruise_planner): apply clang-tidy check (#7553)
obstacle_cruise Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 5974015 - Browse repository at this point
Copy the full SHA 5974015View commit details -
refactor(behavior_velocity_intersection): apply clang-tidy check (#7552)
intersection Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 822d5b5 - Browse repository at this point
Copy the full SHA 822d5b5View commit details -
chore(tier4_perception_launch): perception launcher refactoring secon…
…d round (#7440) * feat: separate filters Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: object validator to modular Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: remove default values from subsequent launch files Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: group interfaces and junctions Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * Revert "chore: group interfaces and junctions" This reverts commit 9d723c3. Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: group interfaces and junctions Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: radar input Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: remove defaults from camera inputs Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename camera args Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: reorder Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: remove defaults from lidar interface Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * Add use_pointcloud_map and use_validator arguments to detection.launch.xml Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: remove default from validators and filters Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: pointcloud container node name Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * Add use_low_intensity_cluster_filter argument to launch files Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: on off detector and merger Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: radar_far/objects default Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: radar object filter parameter 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 e84d32d - Browse repository at this point
Copy the full SHA e84d32dView commit details -
chore: update CODEOWNERS (#7456)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a7947ca - Browse repository at this point
Copy the full SHA a7947caView commit details -
chore(cppcheck): update .cppcheck_suppressions (#7571)
* chore(cppcheck): update .cppcheck_suppressions Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * remove unnecessary features Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * remove unnecessary feature Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * remove unnecessary feature Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * remove unneccesary feature Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * remove unnecessary feature 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 841555e - Browse repository at this point
Copy the full SHA 841555eView commit details -
feat(autoware_test_utils): add autoware test manager (#7597)
* feat(detected_object_validation): add test Signed-off-by: kminoda <koji.minoda@tier4.jp> * move to autoware_test_utils Signed-off-by: kminoda <koji.minoda@tier4.jp> * remove perception Signed-off-by: kminoda <koji.minoda@tier4.jp> * update cmake Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * remove perception change Signed-off-by: kminoda <koji.minoda@tier4.jp> * add include Signed-off-by: kminoda <koji.minoda@tier4.jp> * refactored Signed-off-by: kminoda <koji.minoda@tier4.jp> * avoid using void and static_pointer_cast Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@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 5cc0854 - Browse repository at this point
Copy the full SHA 5cc0854View commit details -
ci(cppcheck): fix cppcheck suppression list (#7604)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for f2e780c - Browse repository at this point
Copy the full SHA f2e780cView commit details -
feat(static_obstacle_avoidance): keep object clipping even after the …
…object becomes non-target (#7591) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7638fa1 - Browse repository at this point
Copy the full SHA 7638fa1View commit details -
fix(autoware_freespace_planning_algorithms): fix unusedScopedObject b…
…ug (#7562) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 978d07d - Browse repository at this point
Copy the full SHA 978d07dView commit details -
fix(autoware_path_optimizer): fix redundantContinue warnings (#7577)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for a5e975c - Browse repository at this point
Copy the full SHA a5e975cView commit details -
fix(autoware_freespace_planning_algorithms): fix constStatement warni…
…ng (#7580) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for b747520 - Browse repository at this point
Copy the full SHA b747520View commit details -
fix(autoware_mpc_lateral_controller): fix duplicateAssignExpression w…
…arning (#7572) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for ac43d07 - Browse repository at this point
Copy the full SHA ac43d07View commit details -
fix(autoware_mpc_lateral_controller): fix duplicateExpression warning (…
…#7542) * fix(autoware_mpc_lateral_controller): fix duplicateExpression warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@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 73e22ca - Browse repository at this point
Copy the full SHA 73e22caView commit details