-
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
fix(aeb) state to ok #1342
fix(aeb) state to ok #1342
Commits on Jun 6, 2024
-
feat(gyro_odometer): add diagnostic (autowarefoundation#7188)
* add diagnostic Signed-off-by: Yamato Ando <[email protected]> * fix diag time stamp Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix spellcheck Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SakodaShintaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 043a7e9 - Browse repository at this point
Copy the full SHA 043a7e9View commit details -
feat(surround_obstacle_checker): use polling subscriber (autowarefoun…
…dation#7215) Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 445b6ae - Browse repository at this point
Copy the full SHA 445b6aeView commit details -
feat(ndt_scan_matcher): added score diff to ndt diag (autowarefoundat…
…ion#7227) * Added score diff to ndt diag Signed-off-by: Shintaro Sakoda <[email protected]> * Updated README.md 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 c085b15 - Browse repository at this point
Copy the full SHA c085b15View commit details -
fix(tier4_map_launch): change log output (autowarefoundation#7289)
change log output from screen to both Signed-off-by: a-maumau <[email protected]> Co-authored-by: SakodaShintaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da95336 - Browse repository at this point
Copy the full SHA da95336View commit details -
fix(image_projection_based_fusion): add copying input fields to outpu…
…t for segmentation_pointcloud_fusion (autowarefoundation#7224) * fix: copy input fields to output Signed-off-by: badai-nguyen <[email protected]> * style(pre-commit): autofix * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> --------- 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 cae30eb - Browse repository at this point
Copy the full SHA cae30ebView commit details -
chore(bpp): add prefix
autoware_
(autowarefoundation#7288)* chore(common): rename package Signed-off-by: satoshi-ota <[email protected]> * fix(static_obstacle_avoidance): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(dynamic_obstacle_avoidance): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(side_shift): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(sampling_planner): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(start_planner): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(goal_planner): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(lane_change): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(external_lane_change): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(AbLC): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(bpp-node): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(static_centerline_generator): fix header Signed-off-by: satoshi-ota <[email protected]> * fix(.pages): update link Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09b0c40 - Browse repository at this point
Copy the full SHA 09b0c40View commit details -
refactor(autoware_velocity_run_out_module): prefix package with autow…
…are_ and move code to the autoware namespace (autowarefoundation#7154) * refactor(autoware_velocity_run_out_module): prefix package with autoware_ and move code to the autoware namespace Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Esteve Fernandez <[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 d0be029 - Browse repository at this point
Copy the full SHA d0be029View commit details -
fix(emergency_handler,mrm_handler): check for ego speed when determin…
…ing the gear command (autowarefoundation#7264) * check for ego speed when determining the gear command Signed-off-by: Daniel Sanchez <[email protected]> * add gear history Signed-off-by: Daniel Sanchez <[email protected]> * update msg types Signed-off-by: veqcc <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]> Signed-off-by: veqcc <[email protected]> Co-authored-by: veqcc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fb5221 - Browse repository at this point
Copy the full SHA 6fb5221View commit details -
Add maintainer to surround obstacle checker (autowarefoundation#7290)
Signed-off-by: Go Sakayori <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5913c5c - Browse repository at this point
Copy the full SHA 5913c5cView commit details -
chore(autoware_external_velocity_limit_selector): add prefix `autowar…
…e_` (autowarefoundation#7295) chore(autoware_external_velocity_limit_selector): rename Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff2fbd6 - Browse repository at this point
Copy the full SHA ff2fbd6View commit details -
refactor(mrm_handler): use switch for state machine (autowarefoundati…
…on#7277) * refactor nested if elses Signed-off-by: Daniel Sanchez <[email protected]> * delete other commits Signed-off-by: Daniel Sanchez <[email protected]> * return for consistency Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d69e00 - Browse repository at this point
Copy the full SHA 7d69e00View commit details -
chore(autoware_planning_topic_converter): add prefix
autoware_
(aut……owarefoundation#7296) chore(autoware_planning_topic_converter): rename Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1400b4 - Browse repository at this point
Copy the full SHA d1400b4View commit details -
feat(vehicle_velocity_converter): componentize VehicleVelocityConvert…
…er (autowarefoundation#7116) * remove unusing main func file Signed-off-by: a-maumau <[email protected]> * mod to componentize and use glog Signed-off-by: a-maumau <[email protected]> * change log output from screen to both Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: Yamato Ando <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5006a4d - Browse repository at this point
Copy the full SHA 5006a4dView commit details -
refactor(stop_filter): apply static analysis (autowarefoundation#7302)
change to snake_case Signed-off-by: a-maumau <[email protected]> Co-authored-by: SakodaShintaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31c1672 - Browse repository at this point
Copy the full SHA 31c1672View commit details -
ci(cppcheck-all): rename to cppcheck-daily and make it run only daily (…
…autowarefoundation#7312) Signed-off-by: kminoda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f788069 - Browse repository at this point
Copy the full SHA f788069View commit details -
chore(ci): add faster ament_cmake to build_depends.repos (autowarefou…
…ndation#7317) Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d9fa04 - Browse repository at this point
Copy the full SHA 5d9fa04View commit details -
refactor(autoware_velocity_walkway_module): prefix package with autow…
…are_ and move code to the autoware namespace (autowarefoundation#7153) * refactor(autoware_velocity_walkway_module): prefix package with autoware_ and move code to the autoware namespace Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * fix: fix issue loading packages that have been prefixed Signed-off-by: Esteve Fernandez <[email protected]> --------- Signed-off-by: Esteve Fernandez <[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 2022fc9 - Browse repository at this point
Copy the full SHA 2022fc9View commit details -
ci(openai-pr-reviewer): remove the action (autowarefoundation#7332)
Signed-off-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a749eda - Browse repository at this point
Copy the full SHA a749edaView commit details -
ci(pr-agent): update configuration (autowarefoundation#7334)
Signed-off-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c434d0 - Browse repository at this point
Copy the full SHA 4c434d0View commit details -
ci(build-and-test): run on self hosted (autowarefoundation#7336)
Signed-off-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce1a86a - Browse repository at this point
Copy the full SHA ce1a86aView commit details
Commits on Jun 7, 2024
-
chore(steer_offset_estimator): add prefix autoware_ to steer_offset_e…
…stimator (autowarefoundation#7342) * add perfix Signed-off-by: Go Sakayori <[email protected]> * fix directory structrue Signed-off-by: Go Sakayori <[email protected]> * fix include guard Signed-off-by: Go Sakayori <[email protected]> --------- Signed-off-by: Go Sakayori <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 321e1c7 - Browse repository at this point
Copy the full SHA 321e1c7View commit details -
refactor(pose2twist): apply static analysis (autowarefoundation#7307)
* refactor based on linter Signed-off-by: a-maumau <[email protected]> * add cast double to float Signed-off-by: a-maumau <[email protected]> * remove default destructor Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e800d54 - Browse repository at this point
Copy the full SHA e800d54View commit details -
feat(pointcloud_preprocessor): add z filter in vector map inside (aut…
…owarefoundation#7300) * feat: add utils to handle z height filter Signed-off-by: yoshiri <[email protected]> * feat: add test to utilities and fix code Signed-off-by: yoshiri <[email protected]> * feat: add node param to filter by z Signed-off-by: yoshiri <[email protected]> * docs: update readme Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 118e4bb - Browse repository at this point
Copy the full SHA 118e4bbView commit details -
fix(map_based_prediction): fix generatePathForOnLaneVehicle (autoware…
…foundation#7238) Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b24507f - Browse repository at this point
Copy the full SHA b24507fView commit details -
refactor(surround_obstacle_checker)!: prefix package and namespace wi…
…th autoware (autowarefoundation#7298) * fix(autoware_surround_obstacle_checker): rename Signed-off-by: satoshi-ota <[email protected]> * fix(autoware_surround_obstacle_checker): rename header Signed-off-by: satoshi-ota <[email protected]> * fix(launch): update package name Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cac7eb3 - Browse repository at this point
Copy the full SHA cac7eb3View commit details -
refactor(behavior_path_side_shift_module)!: prefix package and namesp…
…ace with autoware (autowarefoundation#7326) * add prefix autoware_ to side_shift package Signed-off-by: kyoichi-sugahara <[email protected]> * change directory name Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17aad93 - Browse repository at this point
Copy the full SHA 17aad93View commit details -
fix(yabloc): suppress no viable conversion error (autowarefoundation#…
…7299) * use tier4_autoware_utils instead of yabloc::Color Signed-off-by: Kento Yabuuchi <[email protected]> * use static_cast to convert Color to RGBA Signed-off-by: Kento Yabuuchi <[email protected]> * use tier4_autoware_utils instead of yabloc::Color Signed-off-by: Kento Yabuuchi <[email protected]> * use static_cast to convert Color to RGBA Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Kento Yabuuchi <[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 cc9512b - Browse repository at this point
Copy the full SHA cc9512bView commit details -
feat(obstacle_curise): revert lateral stop margin for unknown objects (…
…autowarefoundation#7230) Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d54e1ff - Browse repository at this point
Copy the full SHA d54e1ffView commit details -
chore(mrm_comfortable_stop_operator): remove unused main file (autowa…
…refoundation#7191) Signed-off-by: Takagi, Isamu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9202dab - Browse repository at this point
Copy the full SHA 9202dabView commit details -
refactor(sampling_based_planner): add autoware prefix (autowarefounda…
…tion#7348) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c672f86 - Browse repository at this point
Copy the full SHA c672f86View commit details -
chore: update CODEOWNERS (autowarefoundation#7165)
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 e24f48d - Browse repository at this point
Copy the full SHA e24f48dView commit details -
refactor(behavior velocity intersection)!: prefix package and namespa…
…ce with autoware_ (autowarefoundation#7315) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e752cad - Browse repository at this point
Copy the full SHA e752cadView commit details -
feat(emergency_handler, mrm_handler): change to read topic by polling (…
…autowarefoundation#7297) * replace Subscription to InterProcessPollingSubscriber Signed-off-by: Autumn60 <[email protected]> * sort depend packages list in package.xml Signed-off-by: Autumn60 <[email protected]> * fix end of file Signed-off-by: Autumn60 <[email protected]> * clang format Signed-off-by: Autumn60 <[email protected]> * chore: fix comments Signed-off-by: Autumn60 <[email protected]> * replace Subscription to InterProcessPollingSubscriber (mrm_handler) Signed-off-by: Autumn60 <[email protected]> --------- Signed-off-by: Autumn60 <[email protected]> Co-authored-by: Autumn60 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cb51d0 - Browse repository at this point
Copy the full SHA 9cb51d0View commit details -
fix(pose2twist): compute angular velocity through quaternion (autowar…
…efoundation#7322) * compute angular velocity from two quaternions Signed-off-by: Kento Yabuuchi <[email protected]> * add test Signed-off-by: Kento Yabuuchi <[email protected]> * add some comments Signed-off-by: Kento Yabuuchi <[email protected]> * remove rpy description Signed-off-by: Kento Yabuuchi <[email protected]> * fix typo Signed-off-by: Kento Yabuuchi <[email protected]> * fix clang-tidy's warning Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c85b83d - Browse repository at this point
Copy the full SHA c85b83dView commit details -
chore(smart_mpc): add maitainers (autowarefoundation#7346)
Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 722e822 - Browse repository at this point
Copy the full SHA 722e822View commit details -
refactor(behavior_path_start_planner_module)!: prefix package and nam…
…espace with autoware (autowarefoundation#7352) * change folder names Signed-off-by: Daniel Sanchez <[email protected]> * change namespace Signed-off-by: Daniel Sanchez <[email protected]> * add prefix in files Signed-off-by: Daniel Sanchez <[email protected]> * add prefix to files outside the module Signed-off-by: Daniel Sanchez <[email protected]> * add namespace to plugin Signed-off-by: Daniel Sanchez <[email protected]> * Revert "add namespace to plugin" This reverts commit 8aeee42. Signed-off-by: Daniel Sanchez <[email protected]> * Revert "change namespace" This reverts commit 8cf69f8. Signed-off-by: Daniel Sanchez <[email protected]> * fix doc Signed-off-by: Daniel Sanchez <[email protected]> * fix back doc Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c961a9 - Browse repository at this point
Copy the full SHA 9c961a9View commit details -
refactor(mpc_lateral_controller, trajectory_follower_node)!: prefix p…
…ackage and namespace with autoware (autowarefoundation#7306) * add the prefix to the folder Signed-off-by: Zhe Shen <[email protected]> * named to autoware_mpc_lateral_controller Signed-off-by: Zhe Shen <[email protected]> * rename the folder in the include Signed-off-by: Zhe Shen <[email protected]> * correct the package name in xml and CMakeLists Signed-off-by: Zhe Shen <[email protected]> * correct the namespace and include Signed-off-by: Zhe Shen <[email protected]> * change namespace and include in src/ Signed-off-by: Zhe Shen <[email protected]> * change namespace and include in test/ Signed-off-by: Zhe Shen <[email protected]> * fix the trajectory_follower_node Signed-off-by: Zhe Shen <[email protected]> * undo rename to the namespace Signed-off-by: Zhe Shen <[email protected]> * change the trajectory_follower_node, Controller.drawio.svg, and README.md Signed-off-by: Zhe Shen <[email protected]> * fixed by pre-commit Signed-off-by: Zhe Shen <[email protected]> * suppress the unnecessary line length detect Signed-off-by: Zhe Shen <[email protected]> --------- Signed-off-by: Zhe Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce0fcf5 - Browse repository at this point
Copy the full SHA ce0fcf5View commit details -
fix(static_obstacle_avoidance): return shift validation (autowarefoun…
…dation#7229) fix(staatic_obstacle_avoidance): allow return shift approval even if return shift path is not within drivable area Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3955e9 - Browse repository at this point
Copy the full SHA a3955e9View commit details -
refactor(sampling_planner_module): use std::make_shared (autowarefoun…
…dation#7226) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6013a78 - Browse repository at this point
Copy the full SHA 6013a78View commit details -
refactor(behavior_velocity_planner_common)!: prefix package and names…
…pace with autoware (autowarefoundation#7314) * refactor(behavior_velocity_planner_common): add autoware prefix Signed-off-by: Fumiya Watanabe <[email protected]> * refactor(behavior_velocity_planner_common): fix run_out module Signed-off-by: Fumiya Watanabe <[email protected]> * refactor(behavior_velocity_planner_common): fix for autoware_behavior_velocity_walkway_module Signed-off-by: Fumiya Watanabe <[email protected]> * refactor(behavior_velocity_planner_common): remove unnecessary using Signed-off-by: Fumiya Watanabe <[email protected]> --------- Signed-off-by: Fumiya Watanabe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6669213 - Browse repository at this point
Copy the full SHA 6669213View commit details -
refactor(planning_validator)!: prefix package and namespace with auto…
…ware (autowarefoundation#7320) * add autoware_ prefix to planning_validator Signed-off-by: kyoichi-sugahara <[email protected]> * add prefix to package name in .pages Signed-off-by: kyoichi-sugahara <[email protected]> * fix link of the image --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d6c2fd - Browse repository at this point
Copy the full SHA 7d6c2fdView commit details -
feat(pose_instability_detector): change validation algorithm (autowar…
…efoundation#7042) * Create define_static_threshold() Signed-off-by: TaikiYamada4 <[email protected]> * Revised dead reckoning methodology Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Change threshold calculation to use the online time difference Signed-off-by: TaikiYamada4 <[email protected]> * Simplify threshold calculation. Rewrite json schema. Refactor some variables. Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Rewrite lateral_threshold and vertical threshold Signed-off-by: TaikiYamada4 <[email protected]> * Consider dead reckoning noise, update README.md. Signed-off-by: TaikiYamada4 <[email protected]> * Added sentences to README.md Signed-off-by: TaikiYamada4 <[email protected]> * Filled README.md Revert lateral threshold calculation. Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Add #include <algorithm> Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Fixed pose_instability_detector.schema.json Signed-off-by: TaikiYamada4 <[email protected]> * Revised calculation of the process noise of dead reckoning. Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Fixed typo and lack of information Signed-off-by: TaikiYamada4 <[email protected]> * Revised redundant time substitutions Signed-off-by: TaikiYamada4 <[email protected]> * Revised dead reckoning algorithm for orientation. Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Added information about lateral thresholld calculation in README.md Signed-off-by: TaikiYamada4 <[email protected]> * Removed all dead reckoning related process noise stuff Signed-off-by: TaikiYamada4 <[email protected]> * Removed parameters and desciprtion of dead reckoning process noise stuff Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Fixed integration logic for angular twist Signed-off-by: TaikiYamada4 <[email protected]> * Let the hpp file be exportable, and follow the guidelines when exporting hpp files Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix * Fix typo Signed-off-by: TaikiYamada4 <[email protected]> * Delete include from package.xml Signed-off-by: TaikiYamada4 <[email protected]> * Make test codes work. Create a threshold structure so that other packages can use the methods in pose_instability_detector Signed-off-by: TaikiYamada4 <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: TaikiYamada4 <[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 2b7c0db - Browse repository at this point
Copy the full SHA 2b7c0dbView commit details -
ci(clang-tidy-differential): split it out of build-and-test-different…
…ial (autowarefoundation#7331) Signed-off-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4aeb69f - Browse repository at this point
Copy the full SHA 4aeb69fView commit details -
feat(imu_corrector): componentize ImuCorrector and GyroBiasEstimator (a…
…utowarefoundation#7129) * remove unusing main func file Signed-off-by: a-maumau <[email protected]> * mod to componentize and use glog Signed-off-by: a-maumau <[email protected]> * change log output from screen to both Signed-off-by: a-maumau <[email protected]> * Update sensing/imu_corrector/CMakeLists.txt add namespace Co-authored-by: Yamato Ando <[email protected]> Signed-off-by: a-maumau <[email protected]> * Update sensing/imu_corrector/CMakeLists.txt add namespace Co-authored-by: Yamato Ando <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: Yamato Ando <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6b56a4 - Browse repository at this point
Copy the full SHA e6b56a4View commit details -
refactor(path_optimizer, velocity_smoother)!: prefix package and name…
…space with autoware (autowarefoundation#7354) * chore(autoware_velocity_smoother): update namespace Signed-off-by: satoshi-ota <[email protected]> * chore(autoware_path_optimizer): update namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f6c264 - Browse repository at this point
Copy the full SHA 1f6c264View commit details -
refactor(costmap_generator)!: add autoware prefix (autowarefoundation…
…#7329) refactor(costmap_generator): add autoware prefix Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbe57b1 - Browse repository at this point
Copy the full SHA fbe57b1View commit details -
refactor(gyro_odometer): apply static analysis (autowarefoundation#7360)
* refactor based on linter Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b0de17 - Browse repository at this point
Copy the full SHA 2b0de17View commit details -
feat(obstacle_cruise)!: type specified stop deccel limit and enabling…
… abandon to stop (autowarefoundation#7121) * add abandon function Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 565589c - Browse repository at this point
Copy the full SHA 565589cView commit details -
fix(perception_online_evaluator): add metric_value not only stat (aut…
…owarefoundation#7100)(autowarefoundation#7118) (revert of revert) (autowarefoundation#7167) * Revert "fix(perception_online_evaluator): revert "add metric_value not only s…" This reverts commit d827b1b. * Update evaluator/perception_online_evaluator/include/perception_online_evaluator/perception_online_evaluator_node.hpp * Update evaluator/perception_online_evaluator/src/perception_online_evaluator_node.cpp * use emplace back Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> Co-authored-by: Kotaro Uetake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4577719 - Browse repository at this point
Copy the full SHA 4577719View commit details -
chore(lane_departure_checker): add maintainer (autowarefoundation#7366)
add maintainer Signed-off-by: Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f6cd2b - Browse repository at this point
Copy the full SHA 2f6cd2bView commit details -
refactor(lane_departure_checker)!: prefix package and namespace with …
…autoware (autowarefoundation#7325) * add prefix autoware_ to lane_departure_checker package Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f03323f - Browse repository at this point
Copy the full SHA f03323fView commit details -
fix(mrm_handler): fix stop judgement (autowarefoundation#7362)
fix stop judgement Signed-off-by: Autumn60 <[email protected]> Co-authored-by: Autumn60 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfa31a6 - Browse repository at this point
Copy the full SHA dfa31a6View commit details -
chore(smart_mpc_trajectory_follower): add prefix autoware_ to smart_m…
…pc_trajectory_follower (autowarefoundation#7367) * add prefix Signed-off-by: Go Sakayori <[email protected]> * fix pre-commit Signed-off-by: Go Sakayori <[email protected]> --------- Signed-off-by: Go Sakayori <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed038d8 - Browse repository at this point
Copy the full SHA ed038d8View commit details -
feat(autonomous_emergency_braking): prefix package and namespace with…
… autoware_ (autowarefoundation#7294) * change package name Signed-off-by: Daniel Sanchez <[email protected]> * add the prefix Signed-off-by: Daniel Sanchez <[email protected]> * change option Signed-off-by: Daniel Sanchez <[email protected]> * change back node name Signed-off-by: Daniel Sanchez <[email protected]> * eliminate some prefixes that are not required Signed-off-by: Daniel Sanchez <[email protected]> * fix node name Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1749af - Browse repository at this point
Copy the full SHA b1749afView commit details -
refactor(rtc_interface)!: prefix package and namespace with autoware (a…
…utowarefoundation#7321) refactor(rtc_interface): add autoware prefix Signed-off-by: Fumiya Watanabe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f93e5b3 - Browse repository at this point
Copy the full SHA f93e5b3View commit details -
feat(lidar_transfusion): add lidar_transfusion 3D detection package (a…
…utowarefoundation#6890) * feat(lidar_transfusion): add lidar_transfusion 3D detection package Signed-off-by: amadeuszsz <[email protected]> * style(pre-commit): autofix * style(lidar_transfusion): cpplint Signed-off-by: amadeuszsz <[email protected]> * style(lidar_transfusion): cspell Signed-off-by: Amadeusz Szymko <[email protected]> * fix(lidar_transfusion): CUDA mem allocation & inference input Signed-off-by: amadeuszsz <[email protected]> * style(pre-commit): autofix * fix(lidar_transfusion): arrays size Signed-off-by: amadeuszsz <[email protected]> * style(pre-commit): autofix * chore(lidar_transfusion): update maintainers Co-authored-by: Satoshi Tanaka <[email protected]> Signed-off-by: amadeuszsz <[email protected]> * fix(lidar_transfusion): array size & grid idx Signed-off-by: amadeuszsz <[email protected]> * chore(lidar_transfusion): update maintainer email Signed-off-by: amadeuszsz <[email protected]> * chore: added transfusion to the respective launchers Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * refactor(lidar_transfusion): rename config Signed-off-by: amadeuszsz <[email protected]> * refactor(lidar_transfusion): callback access specifier Signed-off-by: amadeuszsz <[email protected]> * refactor(lidar_transfusion): pointers initialziation Signed-off-by: amadeuszsz <[email protected]> * refactor(lidar_transfusion): change macros for constexpr Signed-off-by: amadeuszsz <[email protected]> * refactor(lidar_transfusion): consts & uniform initialization Signed-off-by: amadeuszsz <[email protected]> * refactor(lidar_transfusion): change to unique ptr & uniform initialization Signed-off-by: amadeuszsz <[email protected]> * style(pre-commit): autofix * refactor(lidar_transfusion): use of config params Signed-off-by: amadeuszsz <[email protected]> * refactor(lidar_transfusion): remove unnecessary condition Signed-off-by: amadeuszsz <[email protected]> * style(lidar_transfusion): switch naming (CPU to HOST) Signed-off-by: amadeuszsz <[email protected]> * refactor(lidar_transfusion): remove redundant device sync Signed-off-by: amadeuszsz <[email protected]> * style(lidar_transfusion): intensity naming Signed-off-by: amadeuszsz <[email protected]> * feat(lidar_transfusion): full network shape validation Signed-off-by: amadeuszsz <[email protected]> * feat(lidar_transfusion): validate objects' orientation in host processing Signed-off-by: amadeuszsz <[email protected]> * feat(lidar_transfusion): add json schema Signed-off-by: amadeuszsz <[email protected]> * style(pre-commit): autofix * style(lidar_transfusion): affine matrix naming Signed-off-by: amadeuszsz <[email protected]> * style(lidar_transfusion): transformed point naming Signed-off-by: amadeuszsz <[email protected]> * refactor(lidar_transfusion): add param descriptor & arrays size check Signed-off-by: amadeuszsz <[email protected]> * style(lidar_transfusion): affine matrix naming Signed-off-by: amadeuszsz <[email protected]> * feat(lidar_transfusion): caching cloud input as device ptr Signed-off-by: amadeuszsz <[email protected]> * fix(lidar_transfusion): logging Signed-off-by: amadeuszsz <[email protected]> * chore(tier4_perception_launch): revert to centerpoint Signed-off-by: amadeuszsz <[email protected]> * fix(lidar_transfusion): typo Signed-off-by: amadeuszsz <[email protected]> * docs(lidar_transfusion): use hook for param description Signed-off-by: amadeuszsz <[email protected]> * fix(lidar_transfusion): interpret eigen matrix as col major Signed-off-by: amadeuszsz <[email protected]> * feat(lidar_transfusion): update to autware_msgs Signed-off-by: amadeuszsz <[email protected]> --------- Signed-off-by: Amadeusz Szymko <[email protected]> Signed-off-by: Kenzo Lobos-Tsunekawa <[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 d891ef7 - Browse repository at this point
Copy the full SHA d891ef7View commit details -
fix(autoware_planning_validator): revert node name change (autowarefo…
…undation#7371) revert node name change Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f328a15 - Browse repository at this point
Copy the full SHA f328a15View commit details -
refactor(behavior_path_avoidance_by_lane_change_module)!: prefix pack…
…age and namespace with autoware_ (autowarefoundation#6638) * build(behavior_path_avoidance_by_lane_change_module): prefix package and namespace with autoware_ Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * build(autoware_behavior_path_avoidance_by_lane_change_module): fix namespaces Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * fix(autoware_behavior_path_avoidance_by_lane_change_module): fix clang-tidy issues Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * fix(autoware_behavior_path_avoidance_by_lane_change_module): fix tests Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * fix(autoware_behavior_path_avoidance_by_lane_change_module): fix clang-tidy issues Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * build(autoware_behavior_path_avoidance_by_lane_change_module): revert clang-tidy fixes for naming functions Signed-off-by: Esteve Fernandez <[email protected]> * build(autoware_behavior_path_avoidance_by_lane_change_module): revert clang-tidy fixes for naming functions Signed-off-by: Esteve Fernandez <[email protected]> * build(autoware_behavior_path_external_request_lane_change_module): revert performance-related clang-tidy fixes Signed-off-by: Esteve Fernandez <[email protected]> * build(autoware_behavior_path_avoidance_by_lane_change_module): revert clang-tidy fixes for naming functions Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * refactor(autoware_behavior_path_avoidance_by_lane_change_module): update CODEOWNERS and .pages files Signed-off-by: Esteve Fernandez <[email protected]> * refactor(autoware_behavior_path_avoidance_by_lane_change_module): move headers files to src Signed-off-by: Esteve Fernandez <[email protected]> * refactor(autoware_behavior_path_avoidance_by_lane_change_module): fix include paths Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * Update planning/autoware_behavior_path_avoidance_by_lane_change_module/src/scene.cpp Co-authored-by: M. Fatih Cırıt <[email protected]> Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix Signed-off-by: Esteve Fernandez <[email protected]> * build: fix missing using clauses Signed-off-by: Esteve Fernandez <[email protected]> --------- Signed-off-by: Esteve Fernandez <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57786a7 - Browse repository at this point
Copy the full SHA 57786a7View commit details
Commits on Jun 8, 2024
-
fix(tier4_planning_launch): unexpected modules were registered (autow…
…arefoundation#7377) Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d12dcf - Browse repository at this point
Copy the full SHA 7d12dcfView commit details -
feat(autoware_velocity_smoother): use polling subscriber (autowarefou…
…ndation#7216) feat(motion_velocity_smoother): use polling subscriber Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b036b1 - Browse repository at this point
Copy the full SHA 3b036b1View commit details -
feat(joy_controller): use polling subscriber (autowarefoundation#7286)
Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14c75e6 - Browse repository at this point
Copy the full SHA 14c75e6View commit details -
refactor(joy_controller)!: prefix package and namespace with autoware (…
…autowarefoundation#7382) * add prefix Signed-off-by: Takayuki Murooka <[email protected]> * fix codeowner Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af9db8c - Browse repository at this point
Copy the full SHA af9db8cView commit details -
feat(tier4_autoware_utils): suppress too many warning of TF transform…
… failure (autowarefoundation#7378) Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6ef8bb - Browse repository at this point
Copy the full SHA a6ef8bbView commit details -
refactor(pid_longitudinal_controller)!: prefix package and namespace …
…with autoware (autowarefoundation#7383) * add prefix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix trajectory follower node param Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a082e64 - Browse repository at this point
Copy the full SHA a082e64View commit details -
refactor(path_smoother)!: prefix package and namespace with autoware (a…
…utowarefoundation#7381) * git mv Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix launch Signed-off-by: Takayuki Murooka <[email protected]> * rever a part of prefix Signed-off-by: Takayuki Murooka <[email protected]> * fix test Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix static_centerline_optimizer Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 240c976 - Browse repository at this point
Copy the full SHA 240c976View commit details
Commits on Jun 9, 2024
-
refactor(out_of_lane): remove from behavior_velocity (autowarefoundat…
…ion#7359) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac483b9 - Browse repository at this point
Copy the full SHA ac483b9View commit details
Commits on Jun 10, 2024
-
fix(multi_object_tracker): fix segmentation fault bug of the debug ob…
…ject process (autowarefoundation#7347) fix: finish the process when the object data list is empty Signed-off-by: Taekjin LEE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09f7676 - Browse repository at this point
Copy the full SHA 09f7676View commit details -
chore(vehicle_cmd_gate): add prefix autoware_ to vehicle_cmd_gate (au…
…towarefoundation#7327) * add prefix autoware_ to vehicle_cmd_gate package Signed-off-by: Go Sakayori <[email protected]> * fix Signed-off-by: Go Sakayori <[email protected]> * fix include guard Signed-off-by: Go Sakayori <[email protected]> * fix pre-commit Signed-off-by: Go Sakayori <[email protected]> --------- Signed-off-by: Go Sakayori <[email protected]> Signed-off-by: Go Sakayori <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a137560 - Browse repository at this point
Copy the full SHA a137560View commit details -
feat(autoware_lane_departure_checker): use polling subscriber (autowa…
…refoundation#7358) * use polling subscriber Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2235e20 - Browse repository at this point
Copy the full SHA 2235e20View commit details -
chore(control): add maintainer for several control modules (autowaref…
…oundation#7389) add maintainer Signed-off-by: Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af9194e - Browse repository at this point
Copy the full SHA af9194eView commit details -
refactor(behavior_velocity_stop_line_module): prefix package and name…
…space with autoware_ (autowarefoundation#7285) * refactor(behavior_velocity_stop_line_module): prefix package and namespace with autoware_ Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Esteve Fernandez <[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 ddce1de - Browse repository at this point
Copy the full SHA ddce1deView commit details -
feat(tier4_autoware_utils): add InterProcessPollingSubscriber helper …
…factory (autowarefoundation#7349) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ef1089 - Browse repository at this point
Copy the full SHA 7ef1089View commit details -
feat(route_hanler): handle waypoints in lanelet2 map (autowarefoundat…
…ion#7222) * feat(route_hanler): handle waypoints in lanelet2 map Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8743bc0 - Browse repository at this point
Copy the full SHA 8743bc0View commit details -
refactor(freespace_planning_algorithms)!: add autoware prefix (autowa…
…refoundation#7375) Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2507944 - Browse repository at this point
Copy the full SHA 2507944View commit details -
fix(motion_planning.launch): fix input traj of obstacle_velocity_limi…
…ter (autowarefoundation#7386) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1580aba - Browse repository at this point
Copy the full SHA 1580abaView commit details -
feat(motion_velocity_planner): use polling subscriber to efficiently …
…get messages (autowarefoundation#7223) * feat(motion_velocity_planner): use polling subscriber for odometry topic Signed-off-by: Maxime CLEMENT <[email protected]> * use polling subscribers for more topics Signed-off-by: Maxime CLEMENT <[email protected]> * remove blocking mutex lock when processing traffic lights Signed-off-by: Maxime CLEMENT <[email protected]> * fix assign after return Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 895b07b - Browse repository at this point
Copy the full SHA 895b07bView commit details -
refactor(occlusion_spot): add autoware prefix (autowarefoundation#7357)
Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdea913 - Browse repository at this point
Copy the full SHA fdea913View commit details -
refactor(scenario_selector): prefix package and namespace with autowa…
…re_ (autowarefoundation#7379) Signed-off-by: Y.Hisaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 251dfb5 - Browse repository at this point
Copy the full SHA 251dfb5View commit details -
refactor(external_cmd_selector): prefix package and namespace with au… (
autowarefoundation#7384) refactor(external_cmd_selector): prefix package and namespace with autoware_ Signed-off-by: Y.Hisaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 038a8c4 - Browse repository at this point
Copy the full SHA 038a8c4View commit details -
refactor(map_based_prediction): prefix map based prediction (autoware…
…foundation#7391) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2a8b16 - Browse repository at this point
Copy the full SHA d2a8b16View commit details -
fix(occlusion_spot_module): fix dependencies, docs, codeowners (autow…
…arefoundation#7393) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a357a4 - Browse repository at this point
Copy the full SHA 9a357a4View commit details -
chore(tier4_perception_launch): rename autoware_map_based_prediction_…
…depend (autowarefoundation#7395) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 087e02d - Browse repository at this point
Copy the full SHA 087e02dView commit details -
ci(clang-tidy-differential): fix tag requirement (autowarefoundation#…
…7396) Signed-off-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2334f63 - Browse repository at this point
Copy the full SHA 2334f63View commit details -
refactor(ndt scan matcher): apply static analysis (autowarefoundation…
…#7278) * to snake_case Signed-off-by: Yamato Ando <[email protected]> * fix line length Signed-off-by: Yamato Ando <[email protected]> * add nodiscard Signed-off-by: Yamato Ando <[email protected]> * to non member func Signed-off-by: Yamato Ando <[email protected]> * initilize param Signed-off-by: Yamato Ando <[email protected]> * add header Signed-off-by: Yamato Ando <[email protected]> * add const Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SakodaShintaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b90dc0 - Browse repository at this point
Copy the full SHA 3b90dc0View commit details -
refactor(ekf localizer): apply static analysis (autowarefoundation#7324)
* rename to snake_case Signed-off-by: Yamato Ando <[email protected]> * add nodiscard Signed-off-by: Yamato Ando <[email protected]> * initilize variables Signed-off-by: Yamato Ando <[email protected]> * fix math.h to cmath Signed-off-by: Yamato Ando <[email protected]> * fix data type Signed-off-by: Yamato Ando <[email protected]> * remove redundant return statement Signed-off-by: Yamato Ando <[email protected]> * add &, remove t_curr Signed-off-by: Yamato Ando <[email protected]> * fix string empty Signed-off-by: Yamato Ando <[email protected]> * fix data type Signed-off-by: Yamato Ando <[email protected]> * remove unused variable Signed-off-by: Yamato Ando <[email protected]> * readability-else-after-return Signed-off-by: Yamato Ando <[email protected]> * add nolint Signed-off-by: Yamato Ando <[email protected]> * rename varibles Signed-off-by: Yamato Ando <[email protected]> * fix cast Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SakodaShintaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d227f7c - Browse repository at this point
Copy the full SHA d227f7cView commit details -
refactor(ndt scan matcher): apply static analysis revert (autowarefou…
…ndation#7398) Revert "refactor(ndt scan matcher): apply static analysis (autowarefoundation#7278)" This reverts commit 3b90dc0.
Configuration menu - View commit details
-
Copy full SHA for a78822b - Browse repository at this point
Copy the full SHA a78822bView commit details -
refactor(pose_initializer): apply static analysis (autowarefoundation…
…#7355) * apply clang-tidy and cpplint Signed-off-by: Yamato Ando <[email protected]> * apply cppcheck Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <[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 badc3e7 - Browse repository at this point
Copy the full SHA badc3e7View commit details -
refactor(vehicle_info_utils)!: prefix package and namespace with auto…
…ware (autowarefoundation#7353) * chore(autoware_vehicle_info_utils): rename header Signed-off-by: satoshi-ota <[email protected]> * chore(bpp-common): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(path_optimizer): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(velocity_smoother): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(bvp-common): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(static_centerline_generator): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(obstacle_cruise_planner): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(obstacle_velocity_limiter): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(mission_planner): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(obstacle_stop_planner): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(planning_validator): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(surround_obstacle_checker): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(goal_planner): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(start_planner): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(control_performance_analysis): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(lane_departure_checker): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(predicted_path_checker): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(vehicle_cmd_gate): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(obstacle_collision_checker): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(operation_mode_transition_manager): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(mpc): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(control): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(common): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(perception): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(evaluator): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(freespace): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(planning): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(vehicle): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(simulator): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(launch): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(system): vehicle info Signed-off-by: satoshi-ota <[email protected]> * chore(sensing): vehicle info Signed-off-by: satoshi-ota <[email protected]> * fix(autoware_joy_controller): remove unused deps Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed60229 - Browse repository at this point
Copy the full SHA ed60229View commit details -
refactor(localization_util): apply static analysis (autowarefoundatio…
…n#7399) * refactor based on linter Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * apply suggestion Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[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 210513d - Browse repository at this point
Copy the full SHA 210513dView commit details -
feat(planning_validator): use polling subscriber (autowarefoundation#…
…7356) * use polling subscriber Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40cc412 - Browse repository at this point
Copy the full SHA 40cc412View commit details -
refactor(freespace_planner)!: add autoware prefix (autowarefoundation…
…#7376) refactor(freespace_planner)!: add autoawre prefix Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 420c6bd - Browse repository at this point
Copy the full SHA 420c6bdView commit details -
feat(external_cmd_converter): replace polling takeData function with …
…the callback function (autowarefoundation#7263) * delete duplicated sentence. \n replace callback data get function with takeData function. Signed-off-by: N-Eiki <[email protected]> * add maintainer Signed-off-by: N-Eiki <[email protected]> * delete name Signed-off-by: N-Eiki <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix * handle to comment: delete waste line Signed-off-by: N-Eiki <[email protected]> * fix: treat clang-tidy-differential's warnings. for examples CamelCase to snake_case, delete redundant if sentences Signed-off-by: N-Eiki <[email protected]> * fix mailadress miss Signed-off-by: N-Eiki <[email protected]> * style(pre-commit): autofix * format by clang-format Signed-off-by: N-Eiki <[email protected]> * delete static Signed-off-by: N-Eiki <[email protected]> * unify to *_sub_ Signed-off-by: N-Eiki <[email protected]> --------- Signed-off-by: N-Eiki <[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 e4bda73 - Browse repository at this point
Copy the full SHA e4bda73View commit details -
refactor(ndt scan matcher): apply static analysis (autowarefoundation…
…#7402) * to snake_case Signed-off-by: Yamato Ando <[email protected]> * fix line length Signed-off-by: Yamato Ando <[email protected]> * add nodiscard Signed-off-by: Yamato Ando <[email protected]> * to non member func Signed-off-by: Yamato Ando <[email protected]> * initilize param Signed-off-by: Yamato Ando <[email protected]> * add header Signed-off-by: Yamato Ando <[email protected]> * add const Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix build error Signed-off-by: Yamato Ando <[email protected]> --------- Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SakodaShintaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b270096 - Browse repository at this point
Copy the full SHA b270096View commit details -
refactor(localization_error_monitor): apply static analysis (autoware…
…foundation#7363) * refactor based on linter Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a6206d1 - Browse repository at this point
Copy the full SHA a6206d1View commit details -
refactor(map_tf_generator): apply static analysis (autowarefoundation…
…#7350) * refactor based on linter Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41ee731 - Browse repository at this point
Copy the full SHA 41ee731View commit details -
refactor(behavior_velocity_blind_spot_module): prefix package and nam… (
autowarefoundation#7380) * refactor(behavior_velocity_blind_spot_module): prefix package and namespace with autoware_ Signed-off-by: Y.Hisaki <[email protected]> * modify test_node_interface to search blind_spot with prefix Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d579ba - Browse repository at this point
Copy the full SHA 5d579baView commit details -
ci(build-and-test-differential): set checkout fetch-depth to 1 (autow…
…arefoundation#7408) Signed-off-by: M. Fatih Cırıt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e66943 - Browse repository at this point
Copy the full SHA 8e66943View commit details -
chore(map): udpate maintainer (autowarefoundation#7405)
udpate maintainer Signed-off-by: Yamato Ando <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95d4ae9 - Browse repository at this point
Copy the full SHA 95d4ae9View commit details -
refactor(control_validator)!: prefix package and namespace with autow…
…are (autowarefoundation#7304) * rename folders Signed-off-by: Daniel Sanchez <[email protected]> * rename add prefix Signed-off-by: Daniel Sanchez <[email protected]> * change param path Signed-off-by: Daniel Sanchez <[email protected]> * fix pluggin problem Signed-off-by: Daniel Sanchez <[email protected]> * fix extra prefixes Signed-off-by: Daniel Sanchez <[email protected]> * change back launchers Signed-off-by: Daniel Sanchez <[email protected]> * add namespace to address conflict Signed-off-by: Daniel Sanchez <[email protected]> * delete stubborn file Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a55d57 - Browse repository at this point
Copy the full SHA 7a55d57View commit details -
refactor(behavior_path_lane_change_module)!: prefix package and names…
…pace with autoware (autowarefoundation#7370) Signed-off-by: Fumiya Watanabe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7ac46f - Browse repository at this point
Copy the full SHA f7ac46fView commit details -
refactor(sensing/image_transport_decompressor): rework parameters (au…
…towarefoundation#6746) * add param, schema file, update readme 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]> Co-authored-by: Yoshi Ri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fd6d55 - Browse repository at this point
Copy the full SHA 9fd6d55View commit details -
feat(trajectory_follower_node): use polling subscribers (autowarefoun…
…dation#7403) * use polling subscriber in trajectory follower node Signed-off-by: mohammad alqudah <[email protected]> * use polling subscriber in simple trajectory follower Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1e84a0 - Browse repository at this point
Copy the full SHA e1e84a0View commit details -
refactor(raw_vehicle_cmd_converter)!: prefix package and namespace wi…
…th autoware (autowarefoundation#7385) * add prefix Signed-off-by: Takayuki Murooka <[email protected]> * fix other packages Signed-off-by: Takayuki Murooka <[email protected]> * fix cppcheck Signed-off-by: Takayuki Murooka <[email protected]> * pre-commit Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d81b7c - Browse repository at this point
Copy the full SHA 7d81b7cView commit details -
refactor(behavior_velocity_traffic_light_module): prefix package and …
…namespace with autoware (autowarefoundation#7162) refactor(behavior_velocity_traffic_light_module): prefix package and namespace with autoware_ Signed-off-by: Esteve Fernandez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6584f27 - Browse repository at this point
Copy the full SHA 6584f27View commit details -
fix(autoware_control_validator): fix vehicle info utils (autowarefoun…
…dation#7417) Signed-off-by: Fumiya Watanabe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c02a669 - Browse repository at this point
Copy the full SHA c02a669View commit details -
refactor(planning_validator)!: rename directory name (autowarefoundat…
…ion#7411) change directory name Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7227175 - Browse repository at this point
Copy the full SHA 7227175View commit details -
feat(polling_subscriber): polling srbscriber for multiple data (autow…
…arefoundation#7409) * add(polling_subscriber): polling srbscriber for multiple data Signed-off-by: Y.Hisaki <[email protected]> * fix qos depth check script Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e6528b - Browse repository at this point
Copy the full SHA 0e6528bView commit details -
feat(vehicle_cmd_gate): use polling subscriber (autowarefoundation#7418)
* change to polling subscriber Signed-off-by: Go Sakayori <[email protected]> * fix Signed-off-by: Go Sakayori <[email protected]> --------- Signed-off-by: Go Sakayori <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c89cd08 - Browse repository at this point
Copy the full SHA c89cd08View commit details -
feat(tier4_autoware_utils): add the API to check if taken data is sta…
…le (autowarefoundation#7404) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb557db - Browse repository at this point
Copy the full SHA cb557dbView commit details -
refactor(objects_of_interest_marker_interface)!: prefix package and n…
…amespace with autoware (autowarefoundation#7413) Signed-off-by: Fumiya Watanabe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b6d3ce - Browse repository at this point
Copy the full SHA 4b6d3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 748f688 - Browse repository at this point
Copy the full SHA 748f688View commit details -
refactor(mission_planner)!: add autoware prefix and namespace (autowa…
…refoundation#7414) * refactor(mission_planner)!: add autoware prefix and namespace Signed-off-by: kosuke55 <[email protected]> * fix svg Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 696577f - Browse repository at this point
Copy the full SHA 696577fView commit details -
feat(avoidance): keep enough distance to avoid object in front of red…
… signal (autowarefoundation#6898) Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b4ca26 - Browse repository at this point
Copy the full SHA 7b4ca26View commit details -
refactor(crosswalk_traffic_light_estimator)!: add autoware_ prefix (a…
…utowarefoundation#7365) * add prefix Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d37dbb9 - Browse repository at this point
Copy the full SHA d37dbb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 213c7c3 - Browse repository at this point
Copy the full SHA 213c7c3View commit details -
fix(virtual traffic light): suppress launch (autowarefoundation#7010)
Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 140cef9 - Browse repository at this point
Copy the full SHA 140cef9View commit details -
refactor(accel_brake_map_calibrator)!: add autoware_ prefix (autoware…
…foundation#7351) * add prefix to the codes Signed-off-by: Yuki Takagi <[email protected]> change dir name Signed-off-by: Yuki Takagi <[email protected]> update Signed-off-by: Yuki Takagi <[email protected]> update Signed-off-by: Yuki Takagi <[email protected]> * delete debug Signed-off-by: Yuki Takagi <[email protected]> * fix format Signed-off-by: Yuki Takagi <[email protected]> * fix format Signed-off-by: Yuki Takagi <[email protected]> * restore Signed-off-by: Yuki Takagi <[email protected]> * poi Signed-off-by: Yuki Takagi <[email protected]> --------- Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e57e9f1 - Browse repository at this point
Copy the full SHA e57e9f1View commit details -
refactor(external cmd converter)!: add autoware_ prefix (autowarefoun…
…dation#7361) * add prefix to the code Signed-off-by: Yuki Takagi <[email protected]> * rename Signed-off-by: Yuki Takagi <[email protected]> * fix Signed-off-by: Yuki Takagi <[email protected]> * fix Signed-off-by: Yuki Takagi <[email protected]> * fix Signed-off-by: Yuki Takagi <[email protected]> * Update .github/CODEOWNERS --------- Signed-off-by: Yuki Takagi <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f12fa5 - Browse repository at this point
Copy the full SHA 4f12fa5View commit details
Commits on Jun 11, 2024
-
fix(tier4_control_launch, crosswalk_traffic_light_estimator): fix a m…
…istake when adding prefixes (autowarefoundation#7423) Fixed a mistake when adding prefixes Signed-off-by: Shintaro Sakoda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aabff3b - Browse repository at this point
Copy the full SHA aabff3bView commit details -
feat(behavior_velocity_planner): use polling subscriber to improve pe…
…rformance (autowarefoundation#7274) RT1-6588 use polling subscribers in behavior velcity planner Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf81712 - Browse repository at this point
Copy the full SHA bf81712View commit details -
refactor(route_handler): route handler add autoware prefix (autowaref…
…oundation#7341) * rename route handler package Signed-off-by: mohammad alqudah <[email protected]> * update packages dependencies Signed-off-by: mohammad alqudah <[email protected]> * update include guards Signed-off-by: mohammad alqudah <[email protected]> * update includes Signed-off-by: mohammad alqudah <[email protected]> * put in autoware namespace Signed-off-by: mohammad alqudah <[email protected]> * fix formats Signed-off-by: mohammad alqudah <[email protected]> * keep header and source file name as before Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4129ddd - Browse repository at this point
Copy the full SHA 4129dddView commit details -
refactor(trajectory_follower_base): trajectory follower base add auto…
…ware prefix (autowarefoundation#7343) * rename trajectory follower base package Signed-off-by: mohammad alqudah <[email protected]> * update dependencies and includes Signed-off-by: mohammad alqudah <[email protected]> * fix formats Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afc129e - Browse repository at this point
Copy the full SHA afc129eView commit details -
refactor(behavior_path_sampling_planner_module): add autoware prefix (a…
…utowarefoundation#7392) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adde8e1 - Browse repository at this point
Copy the full SHA adde8e1View commit details -
chore(rtc_replayer): remove from universe (autowarefoundation#7424)
Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f3541b - Browse repository at this point
Copy the full SHA 2f3541bView commit details -
feat(sampling_based_planner): use polling subscribers (autowarefounda…
…tion#7394) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3a30cd - Browse repository at this point
Copy the full SHA e3a30cdView commit details -
feat(autoware_control_validator): add polling subcribers (autowarefou…
…ndation#7426) * add polling subs Signed-off-by: Daniel Sanchez <[email protected]> * delete extra line Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32274ff - Browse repository at this point
Copy the full SHA 32274ffView commit details -
refactor(no_stopping_area)!: add autoware prefix (autowarefoundation#…
…7425) Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21d1d85 - Browse repository at this point
Copy the full SHA 21d1d85View commit details -
refactor(crosswalk)!: add autoware_ prefix (autowarefoundation#7407)
Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3dc8bb - Browse repository at this point
Copy the full SHA e3dc8bbView commit details -
refactor(obstacle_cruise_planner)!: add autoware_ prefix (autowarefou…
…ndation#7419) Signed-off-by: Yuki Takagi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 822519d - Browse repository at this point
Copy the full SHA 822519dView commit details -
refactor(shift_decider): prefix package and namespace with autoware_ (a…
…utowarefoundation#7310) * RT1-6684 add autoware prefix and namespace Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * RT1-6684 Revert svg This reverts commit 4e0569e. Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 687ead9 - Browse repository at this point
Copy the full SHA 687ead9View commit details -
feat(map based prediction): use polling subscriber (autowarefoundatio…
…n#7397) feat(map_based_prediction): use polling subscriber Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2551d99 - Browse repository at this point
Copy the full SHA 2551d99View commit details -
refactor(trajectory_follower_node): trajectory follower node add auto…
…ware prefix (autowarefoundation#7344) * rename trajectory follower node package Signed-off-by: mohammad alqudah <[email protected]> * update dependencies, launch files, and README files Signed-off-by: mohammad alqudah <[email protected]> * fix formats Signed-off-by: mohammad alqudah <[email protected]> * remove autoware_ prefix from launch arg option Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4804e4d - Browse repository at this point
Copy the full SHA 4804e4dView commit details -
chore: update CODEOWNERS (autowarefoundation#7374)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a77018f - Browse repository at this point
Copy the full SHA a77018fView commit details -
fix(behavior_velocity_planner): fix test_depend (autowarefoundation#7431
) * fix(no_stopping_area): fix test_depend Signed-off-by: kosuke55 <[email protected]> * fix blind spot --------- Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86088c8 - Browse repository at this point
Copy the full SHA 86088c8View commit details -
feat(operation_mode_transition_manager): use polling subscriber (auto…
…warefoundation#7328) RT1-6698 use polling subscriber Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bfc65d - Browse repository at this point
Copy the full SHA 9bfc65dView commit details -
feat(pure_pursuit): add polling subscriber (autowarefoundation#7330)
RT1-6699 add polling subscriber Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34307f1 - Browse repository at this point
Copy the full SHA 34307f1View commit details -
feat(shift_decider): use polling subscriber (autowarefoundation#7345)
RT1-6697 use polling subscriber Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02e49bb - Browse repository at this point
Copy the full SHA 02e49bbView commit details -
refactor(operation_mode_transition_manager): prefix package and names…
…pace with autoware_ (autowarefoundation#7291) * RT1-6682 add prefix package and namespace with autoware_ Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * RT1-6682 fix package's description Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcf6b81 - Browse repository at this point
Copy the full SHA dcf6b81View commit details -
feat(accel_brake_map_calibrator): replace polling takeData function w…
…ith the callback function (autowarefoundation#7429) * fix : repush to solve conflict Signed-off-by: N-Eiki <[email protected]> * style(pre-commit): autofix * delete duplicated int cast Signed-off-by: N-Eiki <[email protected]> --------- Signed-off-by: N-Eiki <[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 72237f7 - Browse repository at this point
Copy the full SHA 72237f7View commit details -
docs(avoidance): update documentation (autowarefoundation#7149)
* docs(avoidance): update documentation Signed-off-by: satoshi-ota <[email protected]> * fix: small change Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec7a2a1 - Browse repository at this point
Copy the full SHA ec7a2a1View commit details -
feat(scenario_selector): use polling subscribers (autowarefoundation#…
…7412) Signed-off-by: Y.Hisaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6667484 - Browse repository at this point
Copy the full SHA 6667484View commit details -
refactor(behavior_path_planner): prefix autoware_ to behavior_path_pl…
…anner package (autowarefoundation#7433) * move dir Signed-off-by: Mamoru Sobue <[email protected]> * fix pluginlib Signed-off-by: Mamoru Sobue <[email protected]> --------- Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73969a1 - Browse repository at this point
Copy the full SHA 73969a1View commit details -
feat(raw_vehicle_cmd_converter): use polling subscriber (autowarefoun…
…dation#7319) * replace subscription Signed-off-by: Sho Iwasawa <[email protected]> * fix document Signed-off-by: Sho Iwasawa <[email protected]> * sum up functions Signed-off-by: Sho Iwasawa <[email protected]> * add maintainer Signed-off-by: Sho Iwasawa <[email protected]> --------- Signed-off-by: Sho Iwasawa <[email protected]> Co-authored-by: Shumpei Wakabayashi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa243da - Browse repository at this point
Copy the full SHA aa243daView commit details -
refactor(bpp): add namespace
autoware::
(autowarefoundation#7437)* refactor: add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(bpp-common): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(ablc): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(doa): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(soa): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(erlc): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(lc): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(ss): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(sp): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(gp): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(tier4_planning_launch): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> * refactor(sbp): add namespace autoware:: Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f49044 - Browse repository at this point
Copy the full SHA 2f49044View commit details -
refactor(pure_pursuit): prefix package and namespace with autoware_ (a…
…utowarefoundation#7301) * RT1-6683 add autoware prefix to package and namepace Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix precommit 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 0125e05 - Browse repository at this point
Copy the full SHA 0125e05View commit details -
fix: revert "ci(build-and-test-differential): set checkout fetch-dept…
…h to 1" (autowarefoundation#7441) Revert "ci(build-and-test-differential): set checkout fetch-depth to 1 (autowarefoundation#7408)" This reverts commit 8e66943. Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0808eb1 - Browse repository at this point
Copy the full SHA 0808eb1View commit details -
feat(obstacle_velocity_limiter): move to motion_velocity_planner (aut…
…owarefoundation#7439) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f87cf32 - Browse repository at this point
Copy the full SHA f87cf32View commit details -
fix(operation mode manager): add nullptr check in onTimer (autowarefo…
…undation#7446) Signed-off-by: Mamoru Sobue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36b0b2b - Browse repository at this point
Copy the full SHA 36b0b2bView commit details
Commits on Jun 12, 2024
-
fix(static_centerline_generator): fix dependency (autowarefoundation#…
…7442) * fix: deps Signed-off-by: satoshi-ota <[email protected]> * fix: package name Signed-off-by: satoshi-ota <[email protected]> * fix: package name Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 350e650 - Browse repository at this point
Copy the full SHA 350e650View commit details -
fix(autoware_behavior_velocity_planner): remove no prefix (autowarefo…
…undation#7455) Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce67cac - Browse repository at this point
Copy the full SHA ce67cacView commit details -
refactor(twist2accel): apply static analysis (autowarefoundation#7311)
refactor based on linter Signed-off-by: a-maumau <[email protected]> Co-authored-by: SakodaShintaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c734022 - Browse repository at this point
Copy the full SHA c734022View commit details -
refactor(start_planner): remove unused parameters in start planner mo…
…dule (autowarefoundation#7430) * refactor: remove unused parameters in start planner module Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90f39a8 - Browse repository at this point
Copy the full SHA 90f39a8View commit details -
docs(plannig): fix invalid link (autowarefoundation#7458)
Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9248e5c - Browse repository at this point
Copy the full SHA 9248e5cView commit details -
fix(start_planner): set minimum velocity to avoid high curvature in t…
…rajectroy (autowarefoundation#7401) * set initial velocity Signed-off-by: kyoichi-sugahara <[email protected]> * fix comment Signed-off-by: kyoichi-sugahara <[email protected]> * add reason for the change Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fcd5c6 - Browse repository at this point
Copy the full SHA 1fcd5c6View commit details -
refactor(behavior_path_planner_common): fix namespace of drivable_are…
…a_expansion (autowarefoundation#7444) Signed-off-by: Maxime CLEMENT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdb3d4a - Browse repository at this point
Copy the full SHA cdb3d4aView commit details -
fix(tier4_perception_launch): enable low_intensity_filter as default (a…
…utowarefoundation#7390) Signed-off-by: badai-nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab4badb - Browse repository at this point
Copy the full SHA ab4badbView commit details -
feat(start_planner): add debug prints for start planner plans (autowa…
…refoundation#7438) * Add debug print Signed-off-by: Daniel Sanchez <[email protected]> * add units Signed-off-by: Daniel Sanchez <[email protected]> * change format Signed-off-by: Daniel Sanchez <[email protected]> * move debug struct to structs file Signed-off-by: Daniel Sanchez <[email protected]> * make a header str function to delete repeated code Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0f8091 - Browse repository at this point
Copy the full SHA c0f8091View commit details -
feat(multi_object_tracker): object position update by size change (au…
…towarefoundation#7170) * fix: update object position offset caused by size change Signed-off-by: Taekjin LEE <[email protected]> * fix: update object size only by updating object size, do not memorize previous object size Signed-off-by: Taekjin LEE <[email protected]> * fix: rename message package Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f40440f - Browse repository at this point
Copy the full SHA f40440fView commit details -
fix(multi_object_tracker): fix a bug on the existence probability per…
… input channel (autowarefoundation#7269) * fix: set min and max probability Signed-off-by: Taekjin LEE <[email protected]> * fix: wrong decay rate Signed-off-by: Taekjin LEE <[email protected]> * fix: set minimum probability of 0.001 Signed-off-by: Taekjin LEE <[email protected]> * fix: update decay rate to use float instead of double Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 341d407 - Browse repository at this point
Copy the full SHA 341d407View commit details -
refactor(test_utils): move to common folder (autowarefoundation#7158)
* Move autoware planning test manager to autoware namespace Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix package share directory for behavior path planner Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * renaming files and directory Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * rename variables that has planning_test_utils in its name. Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * use autoware namespace for test utils Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * move folder to common Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * update .pages file Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix test error Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * removed obstacle velocity limiter test artifact Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * remove namespace from planning validator, it has using keyword 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 2ca96d0 - Browse repository at this point
Copy the full SHA 2ca96d0View commit details -
feat(autonomous_emergency_braking): aeb for backwards driving (autowa…
…refoundation#7279) * add support for backward path AEB Signed-off-by: Daniel Sanchez <[email protected]> * fix sign) Signed-off-by: Daniel Sanchez <[email protected]> * add abs and protect against nan Signed-off-by: Daniel Sanchez <[email protected]> * solve sign problem with relative speed Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 763c112 - Browse repository at this point
Copy the full SHA 763c112View commit details -
feat(behavior_path_planner): replace polling subscribers (autowarefou…
…ndation#7462) Signed-off-by: Mamoru Sobue <[email protected]>
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 (autowarefoundation#7305) * componentize particle predictor Signed-off-by: Kento Yabuuchi <[email protected]> * componentize particle visualizer Signed-off-by: Kento Yabuuchi <[email protected]> * componentize particle correctors Signed-off-by: Kento Yabuuchi <[email protected]> * modify launch.xml Signed-off-by: Kento Yabuuchi <[email protected]> * remove unused node Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix --------- Signed-off-by: Kento Yabuuchi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kotaro Yoshimoto <[email protected]>
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 (autowarefoundation#7323)
fix json schema Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: Kotaro Yoshimoto <[email protected]>
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 (auto…
…warefoundation#7194) * fix: reorder object merger launchers Signed-off-by: Taekjin LEE <[email protected]> * fix: separate detection by tracker launch Signed-off-by: Taekjin LEE <[email protected]> * fix: refactor tracking launch Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * fix: input pointcloud topic names, mot input channels Signed-off-by: Taekjin LEE <[email protected]> * feat: separate filters Signed-off-by: Taekjin LEE <[email protected]> * fix: object validator to modular Signed-off-by: Taekjin LEE <[email protected]> * fix: implement filters on mergers Signed-off-by: Taekjin LEE <[email protected]> * fix lidar only mode chore: simplify mode check Signed-off-by: Taekjin LEE <[email protected]> * fix: fix a bug when use_radar_tracking_fusion is fault Signed-off-by: Taekjin LEE <[email protected]> * fix: rename radar detector to filter Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[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 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 (autowarefoundation#7466) refactor(autoware_behavior_velocity_detection_area_module): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <[email protected]>
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 (autowa…
…refoundation#7468) Signed-off-by: M. Fatih Cırıt <[email protected]>
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 (…
…autowarefoundation#7156) * add flag to enable/disable loop check in getLaneletSequence functions Signed-off-by: mohammad alqudah <[email protected]> * implement function to get closest route lanelet based on previous closest lanelet Signed-off-by: mohammad alqudah <[email protected]> * refactor DefaultPlanner::plan function Signed-off-by: mohammad alqudah <[email protected]> * modify loop check logic in getLaneletSequenceUpTo function Signed-off-by: mohammad alqudah <[email protected]> * improve logic in isEgoOutOfRoute function Signed-off-by: mohammad alqudah <[email protected]> * fix format Signed-off-by: mohammad alqudah <[email protected]> * check if prev lanelet is a goal lanelet in getLaneletSequenceUpTo function Signed-off-by: mohammad alqudah <[email protected]> * separate function to update current route lanelet in planner manager Signed-off-by: mohammad alqudah <[email protected]> * rename function and add docstring Signed-off-by: mohammad alqudah <[email protected]> * modify functions extendNextLane and extendPrevLane to account for overlap Signed-off-by: mohammad alqudah <[email protected]> * refactor function getClosestRouteLaneletFromLanelet Signed-off-by: mohammad alqudah <[email protected]> * add route handler unit tests for overlapping route case Signed-off-by: mohammad alqudah <[email protected]> * fix function getClosestRouteLaneletFromLanelet Signed-off-by: mohammad alqudah <[email protected]> * format fix Signed-off-by: mohammad alqudah <[email protected]> * move test map to autoware_test_utils Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]>
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 (autowarefoundation#7201)
Signed-off-by: Takagi, Isamu <[email protected]>
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 (au…
…towarefoundation#7364) * refactor based on linter Signed-off-by: a-maumau <[email protected]> * fix to match the change in TreeStructuredParzenEstimator Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * apply suggestion Signed-off-by: a-maumau <[email protected]> * revert const declare Signed-off-by: a-maumau <[email protected]> * revert const declare Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SakodaShintaro <[email protected]>
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 (autowarefoundation#…
…7475) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
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 (autowarefoundation#7457)
Signed-off-by: Maxime CLEMENT <[email protected]>
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 (autowarefoun…
…dation#7473) * refactor based on linter Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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 (autowarefoundation#7472) * Removed the "tree_structured_parzen_estimator" package and moved it to localization_util Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed to use ament_auto_add_gtest instead of ament_add_gtest Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Removed <depend>tree_structured_parzen_estimator</depend> Signed-off-by: Shintaro Sakoda <[email protected]> --------- 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 64cb983 - Browse repository at this point
Copy the full SHA 64cb983View commit details -
refactor(autoware_test_utils): function to load paths from folder (au…
…towarefoundation#7474) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
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 (autowarefoundation#7478) Added maintainers to pose_estimator_arbiter Signed-off-by: Shintaro Sakoda <[email protected]>
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 (autowarefoundation#7464)
Signed-off-by: Takagi, Isamu <[email protected]>
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 (autowarefounda…
…tion#7477) * add necessary parameter which removed in previous PR mistakenly Signed-off-by: kyoichi-sugahara <[email protected]> * change variable name Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
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 (aut…
…owarefoundation#7460) Signed-off-by: Maxime CLEMENT <[email protected]>
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 (autowar…
…efoundation#7436) * fix(lane_change): fix state transition in lane change module Signed-off-by: Fumiya Watanabe <[email protected]> * fix(lane_change): remove overridden run() function Signed-off-by: Fumiya Watanabe <[email protected]> * fix(lane_change): fix RTC safety status Signed-off-by: Fumiya Watanabe <[email protected]> --------- Signed-off-by: Fumiya Watanabe <[email protected]>
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 (autowaref…
…oundation#7476) refactor based on linter Signed-off-by: a-maumau <[email protected]>
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 (autowarefoundation#7276)
* rename to sensor_points.timeout_sec Signed-off-by: Yamato Ando <[email protected]> * parameterize skipping_publish_num Signed-off-by: Yamato Ando <[email protected]> * fix readme Signed-off-by: Yamato Ando <[email protected]> * parameterize sinitial_to_result_distance_tolerance_m Signed-off-by: Yamato Ando <[email protected]> * fix build error Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <[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 d17bfa1 - Browse repository at this point
Copy the full SHA d17bfa1View commit details -
refactor(lidar_centerpoint): add training docs (autowarefoundation#5570)
Signed-off-by: Kaan Çolak <[email protected]>
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 (autowarefoundation#7447)
Signed-off-by: kosuke55 <[email protected]>
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
-
feat(control_evaluator): add deviation metrics and queue for diagnost…
…ics (autowarefoundation#7484)
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 (autowarefoundation#7283) Signed-off-by: kosuke55 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c41554 - Browse repository at this point
Copy the full SHA 9c41554View commit details -
feat(autonomous_emergenct_braking): update README and imgs of aeb (au…
…towarefoundation#7482) update README Signed-off-by: Daniel Sanchez <[email protected]>
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 (autoware…
…foundation#7487) Signed-off-by: Maxime CLEMENT <[email protected]>
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 (autowarefoundation#7495) Signed-off-by: kosuke55 <[email protected]>
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 (autowarefoundation#7490) set single depth sensor data qos for pointlcoud polling subscribers Signed-off-by: mohammad alqudah <[email protected]>
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 (autowarefoundation#7481)
* refactor based on linter Signed-off-by: a-maumau <[email protected]> * restore unwanted change Signed-off-by: a-maumau <[email protected]> * remove unnecessary comment Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * change to const double Signed-off-by: a-maumau <[email protected]> * add static cast Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[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 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 (autowarefoundation#7280) * Revert "fix(no_stopping_area): fix stopping in front of a no stopping area in parking on the shoulder (autowarefoundation#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 <[email protected]> Co-authored-by: kosuke55 <[email protected]>
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 (autowarefoundation#7498)
Signed-off-by: M. Fatih Cırıt <[email protected]>
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 (autowarefoundation#7499)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: M. Fatih Cırıt <[email protected]>
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 (
autowarefoundation#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 <[email protected]> * style(pre-commit): autofix * Fixing CI Signed-off-by: Anh Nguyen <[email protected]> * Fixing CI Signed-off-by: Anh Nguyen <[email protected]> * Fixing CI Signed-off-by: Anh Nguyen <[email protected]> * Fix CI related to map_loader Signed-off-by: Anh Nguyen <[email protected]> * Removed try{} block from getPCDMetadata and redundant std::endl at the end of error messages Signed-off-by: Anh Nguyen <[email protected]> --------- Signed-off-by: Anh 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 ea41a5c - Browse repository at this point
Copy the full SHA ea41a5cView commit details -
fix(vehicle_cmd_gate): fix unnecessary modification (autowarefoundati…
…on#7488) fix onGateMode function Signed-off-by: Go Sakayori <[email protected]>
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
-
chore: sync files (autowarefoundation#7368)
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 (autowarefou…
…ndation#7489) * refactor based on linter Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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 (autowarefound…
…ation#7497) * refactor based on linter Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SakodaShintaro <[email protected]>
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 (autowarefoundation#7483) * Added prefix "autoware_" to ar_tag_based_localizer Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Fixed localization_launch 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 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 (autowarefoundation#7493) * feat(autonomous_emergenct_braking): update README and imgs of aeb (autowarefoundation#7482) update README Signed-off-by: Daniel Sanchez <[email protected]> * add param to toggle on or off object speed calc for aeb Signed-off-by: Daniel Sanchez <[email protected]> * pre-commit readme Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
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 (autowarefounda…
…tion#7494) Signed-off-by: Takagi, Isamu <[email protected]>
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 (autowarefoundation#7505) Signed-off-by: Maxime CLEMENT <[email protected]>
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 (autowarefoundation#7500) put back polling subscribers to subscribers in neccesary cases Signed-off-by: Go Sakayori <[email protected]> Signed-off-by: Go Sakayori <[email protected]>
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 (autowarefo…
…undation#7507) * feat(surround_obstacle_checker): remove include directory Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
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 (autowarefoundation#7340)
Signed-off-by: M. Fatih Cırıt <[email protected]>
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 (autowarefoundation#7503)
Signed-off-by: M. Fatih Cırıt <[email protected]>
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} (autowarefoundation#7510) Signed-off-by: Takayuki Murooka <[email protected]>
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} (autowarefoundation#7515) * feat(planning_topic_converter): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <[email protected]> * fix --------- Signed-off-by: Takayuki Murooka <[email protected]>
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} (autowarefoundation#7516) Signed-off-by: Takayuki Murooka <[email protected]>
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 (autowa…
…refoundation#7517) Signed-off-by: Fumiya Watanabe <[email protected]>
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} (a…
…utowarefoundation#7512) Signed-off-by: Takayuki Murooka <[email protected]>
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} (a…
…utowarefoundation#7514) * feat(planning_validator): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
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} (aut…
…owarefoundation#7513) * feat(mission_planner): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <[email protected]> * feat(mission_planner): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <[email protected]> * feat(mission_planner): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
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 (autowarefo…
…undation#7523) Signed-off-by: Takayuki Murooka <[email protected]>
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} (a…
…utowarefoundation#7518) * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
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 (autowarefoundation#7521) * control_traj Signed-off-by: Yuki Takagi <[email protected]> * add follower_node Signed-off-by: Yuki Takagi <[email protected]> * fix Signed-off-by: Yuki Takagi <[email protected]> --------- Signed-off-by: Yuki Takagi <[email protected]>
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 (autowarefoundation#7528) * external_cmd_selector Signed-off-by: Yuki Takagi <[email protected]> * joy_controller Signed-off-by: Yuki Takagi <[email protected]> --------- Signed-off-by: Yuki Takagi <[email protected]>
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} (a…
…utowarefoundation#7520) * feat(control_evaluator): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
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 (autowarefoundation#7526
) Signed-off-by: Fumiya Watanabe <[email protected]>
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} (autowarefoundation#7522) * refactor(behavior_path_planner)!: make autoware dir in include Signed-off-by: kosuke55 <[email protected]> * refactor(start_planner): make autoware include dir Signed-off-by: kosuke55 <[email protected]> * refactor(goal_planner): make autoware include dir Signed-off-by: kosuke55 <[email protected]> * sampling planner module Signed-off-by: kosuke55 <[email protected]> * fix sampling planner build Signed-off-by: kosuke55 <[email protected]> * dynamic_avoidance Signed-off-by: kosuke55 <[email protected]> * lc Signed-off-by: kosuke55 <[email protected]> * side shift Signed-off-by: kosuke55 <[email protected]> * autoware_behavior_path_static_obstacle_avoidance_module Signed-off-by: kosuke55 <[email protected]> * autoware_behavior_path_planner_common Signed-off-by: kosuke55 <[email protected]> * make behavior_path dir Signed-off-by: kosuke55 <[email protected]> * pre-commit Signed-off-by: kosuke55 <[email protected]> * fix pre-commit Signed-off-by: kosuke55 <[email protected]> * fix build Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
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} (autow…
…arefoundation#7527) * feat(path_smoother): rename to include/autoware/{package_name} Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
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} (
autowarefoundation#7533) Signed-off-by: Fumiya Watanabe <[email protected]>
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} (autowarefoundation#7535) Signed-off-by: Fumiya Watanabe <[email protected]>
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 (auto…
…warefoundation#7534) * chore(behavior_velocity_planner): fix CODEOWNERS and page links Signed-off-by: Fumiya Watanabe <[email protected]> * fix: fix page link --------- Signed-off-by: Fumiya Watanabe <[email protected]>
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 (autowarefoundation#7524) * aeb Signed-off-by: Yuki Takagi <[email protected]> * control_validator Signed-off-by: Yuki Takagi <[email protected]> * lane_departure_checker Signed-off-by: Yuki Takagi <[email protected]> * shift_decider Signed-off-by: Yuki Takagi <[email protected]> * fix Signed-off-by: Yuki Takagi <[email protected]> --------- Signed-off-by: Yuki Takagi <[email protected]>
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} (auto…
…warefoundation#7529) Signed-off-by: Takayuki Murooka <[email protected]>
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} (autowarefoundation#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 <[email protected]>
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} (a…
…utowarefoundation#7531) Signed-off-by: kosuke55 <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]>
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 (autowarefoundation#7480)
* feat(map_loader): handle centelrine and waypoints Signed-off-by: Takayuki Murooka <[email protected]> * update README Signed-off-by: Takayuki Murooka <[email protected]> * fix doc Signed-off-by: Takayuki Murooka <[email protected]> * update schema Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
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} (a…
…utowarefoundation#7530) refactor(route_handler)!: rename to include/autoware/{package_name} Signed-off-by: kosuke55 <[email protected]>
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 (autowarefoundation#7461) fix: check if the given image is empty or not Signed-off-by: Taekjin LEE <[email protected]>
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 (autowarefoundation#7540
) Signed-off-by: Maxime CLEMENT <[email protected]>
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 (autowarefounda…
…tion#7545) Signed-off-by: Ryuta Kambe <[email protected]>
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 (autowarefo…
…undation#7544) Signed-off-by: Ryuta Kambe <[email protected]>
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 (aut…
…owarefoundation#7538) Signed-off-by: Takayuki Murooka <[email protected]> Signed-off-by: kosuke55 <[email protected]> Co-authored-by: kosuke55 <[email protected]>
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 (autowar…
…efoundation#7539) refactor(motion_utils): add autoware prefix and include dir Signed-off-by: kosuke55 <[email protected]>
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 (autowarefoundation#7555)
Signed-off-by: M. Fatih Cırıt <[email protected]>
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 (autowarefounda…
…tion#7532) Signed-off-by: Takagi, Isamu <[email protected]>
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 (autowarefoundation#7559) Signed-off-by: Ryuta Kambe <[email protected]>
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 (autoware…
…foundation#7560) Signed-off-by: Ryuta Kambe <[email protected]>
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 (autowarefoundation#7561)
Signed-off-by: Ryuta Kambe <[email protected]>
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 (autowarefoun…
…dation#7519) * removed unused Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * removed unused Signed-off-by: a-maumau <[email protected]> * 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 <[email protected]> Signed-off-by: a-maumau <[email protected]> * apply suggestion Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kento Yabuuchi <[email protected]>
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 (autowarefoundation#7506) * change the node to component Signed-off-by: Kento Yabuuchi <[email protected]> * remove useless node.cpp Signed-off-by: Kento Yabuuchi <[email protected]> * add rclcpp_components as dependency Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]>
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 (autowarefound…
…ation#7509) * change node to component Signed-off-by: Kento Yabuuchi <[email protected]> * fix launch file & cmake Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]>
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 (autowarefo…
…undation#7556) Signed-off-by: Ryuta Kambe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee4442b - Browse repository at this point
Copy the full SHA ee4442bView commit details -
fix(lidar_apollo_segmentation_tvm): fix unpreciseMathCall warning (au…
…towarefoundation#7558) Signed-off-by: Ryuta Kambe <[email protected]>
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 (autowarefoundation#7543)
Signed-off-by: Ryuta Kambe <[email protected]>
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 (autowarefoundation#7567) Signed-off-by: satoshi-ota <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e668be9 - Browse repository at this point
Copy the full SHA e668be9View commit details -
set AEB to ok since it is not enabled atm
Signed-off-by: Daniel Sanchez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 635752f - Browse repository at this point
Copy the full SHA 635752fView commit details