-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: sync upstream #198
chore: sync upstream #198
Commits on Dec 2, 2022
-
feat(avoidance): improve avoidance target filter (autowarefoundation#…
…2329) * feat(route_handler): add getMostLeftLanelet() Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): calc shiftable ratio in avoidance target filtering process Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): output object's debug info for rviz Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): use avoidance debug factor Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(tier4_planning_launch): add new params for avoidance Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): reorder params for readability Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_planning_launch): reorder params for readability Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd729c5 - Browse repository at this point
Copy the full SHA cd729c5View commit details -
chore(tier4_state_rviz_plugin): add maintainer (autowarefoundation#2435)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for d6638ee - Browse repository at this point
Copy the full SHA d6638eeView commit details -
chore: update CODEOWNERS (autowarefoundation#2431)
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: isamu-takagi <isamu-takagi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d982bd4 - Browse repository at this point
Copy the full SHA d982bd4View commit details -
feat(tier4_state_rviz_plugin): use ADAPI v1 instead of old API (autow…
…arefoundation#2433) * fix: delete path change approval Signed-off-by: h-ohta <hiroki.ota@tier4.jp> * make operation and control mode layout Signed-off-by: h-ohta <hiroki.ota@tier4.jp> * add nullptr * fix pre-commit * fix comment * fix: rename enable disable * feat: add TRANSITION * fix comment * delete unused Signed-off-by: h-ohta <hiroki.ota@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 0f37fdb - Browse repository at this point
Copy the full SHA 0f37fdbView commit details
Commits on Dec 3, 2022
-
fix(simple_planning_simulator): sim model with gear acc (autowarefoun…
…dation#2437) Signed-off-by: tanaka3 <taiki.tanaka@tier4.jp> Signed-off-by: tanaka3 <taiki.tanaka@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for d8e68cb - Browse repository at this point
Copy the full SHA d8e68cbView commit details
Commits on Dec 5, 2022
-
feat(map_loader): add downsampled pointcloud publisher (autowarefound…
…ation#2418) * first commit Signed-off-by: kminoda <koji.minoda@tier4.jp> * debugged Signed-off-by: kminoda <koji.minoda@tier4.jp> * update readme Signed-off-by: kminoda <koji.minoda@tier4.jp> * update param in tier4_map_launch Signed-off-by: kminoda <koji.minoda@tier4.jp> * debug * debugged Signed-off-by: kminoda <koji.minoda@tier4.jp> * Now build works Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix * set default param to false Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a6392e7 - Browse repository at this point
Copy the full SHA a6392e7View commit details -
feat(tier4_state_rviz_plugin): add API monitoring for Routing, Locali…
…zation and Motion (autowarefoundation#2436) * feat: add viz for routing API * feat: add motion and localiation Signed-off-by: h-ohta <hiroki.ota@tier4.jp> * some refactoring * add comment * add vertical align Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix: in transition * fix: setupLabel -> updateLabel * add memory Signed-off-by: h-ohta <hiroki.ota@tier4.jp> * fix pre commit Signed-off-by: h-ohta <hiroki.ota@tier4.jp> * ci(pre-commit): autofix Signed-off-by: h-ohta <hiroki.ota@tier4.jp> Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33be737 - Browse repository at this point
Copy the full SHA 33be737View commit details -
chore(simple_planning_simulator): add maintainer (autowarefoundation#…
…2444) chore(simple_planning_simulator): add maintainer Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 30fed2c - Browse repository at this point
Copy the full SHA 30fed2cView commit details -
chore: update CODEOWNERS (autowarefoundation#2445)
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: tkimura4 <tkimura4@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a35c1e7 - Browse repository at this point
Copy the full SHA a35c1e7View commit details -
feat(simple_planning_simulator): add initial twist for debug purpose (a…
…utowarefoundation#2268) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae49c3f - Browse repository at this point
Copy the full SHA ae49c3fView commit details -
fix(raw_vehicle_cmd_converter): fix unnecessary row check (autowarefo…
…undation#2446) * fix(raw_vehicle_cmd_converter): fix unnecessary row check Signed-off-by: taikitanaka <ttatcoder@outlook.jp> * ci(pre-commit): autofix * chore: update Signed-off-by: taikitanaka <ttatcoder@outlook.jp> Signed-off-by: taikitanaka <ttatcoder@outlook.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2a086eb - Browse repository at this point
Copy the full SHA 2a086ebView commit details -
chore(raw_vehicle_cmd_converter): add maintainer (autowarefoundation#…
…2449) Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 03efba5 - Browse repository at this point
Copy the full SHA 03efba5View commit details -
refactor(behavior_path_planner): move turn_signal_on_swerving param t…
…o bpp.param.yaml (autowarefoundation#2406) * move turn_signal_on_swerving param to bpp.param.yaml Signed-off-by: beyza <bnk@leodrive.ai> * change default value to true Signed-off-by: beyza <bnk@leodrive.ai> * add description Signed-off-by: beyza <bnk@leodrive.ai> * ci(pre-commit): autofix Signed-off-by: beyza <bnk@leodrive.ai> Co-authored-by: beyza <bnk@leodrive.ai> 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 606ae1a - Browse repository at this point
Copy the full SHA 606ae1aView commit details -
refactor(vehicle_info_util): add createFootprint function (autowarefo…
…undation#2394) * feat(vehicle_info_util): add createFootprint function Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * refactor(lane_departure_checker): use createFootprint in vehicle_info_util Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * refactor(obstacle_collision_checker): use createFootprint in vehicle_info_util Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix missing dependency in steer_offset_estimator Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix package.xml Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b22d10d - Browse repository at this point
Copy the full SHA b22d10dView commit details
Commits on Dec 6, 2022
-
feat(operation_mode_transition_manager): transition to auto quickly w…
…hen vehicle stops (autowarefoundation#2427) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for d3e640d - Browse repository at this point
Copy the full SHA d3e640dView commit details -
feat(transition_manager): add param to ignore autonomous transition c…
…ondition (autowarefoundation#2453) * feat(transition_manager): add param to ignore autonomous transition condition Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * same for modeChangeCompleted Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * remove debug print Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f984fbb - Browse repository at this point
Copy the full SHA f984fbbView commit details -
fix(default_ad_api): fix autoware state to add wait time (autowarefou…
…ndation#2407) * fix(default_ad_api): fix autoware state to add wait time Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Update system/default_ad_api/src/compatibility/autoware_state.cpp Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c422485 - Browse repository at this point
Copy the full SHA c422485View commit details -
chore(behaviror_velocity_planner): changed logging level for intersec…
…tion (autowarefoundation#2459) changed logging level Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for eb99468 - Browse repository at this point
Copy the full SHA eb99468View commit details -
fix(tvm_utility): copy test result to CPU (autowarefoundation#2414)
Also remove dependency to autoware_auto_common. Issue-Id: SCM-5401 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com> Change-Id: I83b859742df2f2ff7df1d0bd2d287bfe0aa04c3d Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com> Co-authored-by: Xinyu Wang <93699235+angry-crab@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1d3c80 - Browse repository at this point
Copy the full SHA a1d3c80View commit details
Commits on Dec 7, 2022
-
fix(raw_vehicle_cmd_converter): fix column index for map validation (a…
…utowarefoundation#2450) Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fab1867 - Browse repository at this point
Copy the full SHA fab1867View commit details -
revert(default_ad_api): fix autoware state to add wait time (autoware…
…foundation#2407) (autowarefoundation#2460) Revert "fix(default_ad_api): fix autoware state to add wait time (autowarefoundation#2407)" This reverts commit c422485.
Configuration menu - View commit details
-
Copy full SHA for 65003dc - Browse repository at this point
Copy the full SHA 65003dcView commit details -
feat(behavior_path_planner): cut overlapped path (autowarefoundation#…
…2451) * feat(behavior_path_planner): cut overlapped path Signed-off-by: yutaka <purewater0901@gmail.com> * clean code Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: yutaka <purewater0901@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0a5b285 - Browse repository at this point
Copy the full SHA 0a5b285View commit details -
perf(behavior_velocity_planner): remove unnecessary debug data (autow…
…arefoundation#2462) Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for a428716 - Browse repository at this point
Copy the full SHA a428716View commit details -
docs: update training data for traffic light (autowarefoundation#2464)
* update traffic light cnn classifier README.md * correct to upper case Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a75d7c - Browse repository at this point
Copy the full SHA 4a75d7cView commit details -
feat(motion_utils): add points resample function (autowarefoundation#…
…2465) Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: yutaka <purewater0901@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2992b1c - Browse repository at this point
Copy the full SHA 2992b1cView commit details -
feat: remove web controller (autowarefoundation#2405)
Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c240ce2 - Browse repository at this point
Copy the full SHA c240ce2View commit details -
fix(motion_utils): rename sampling function (autowarefoundation#2469)
Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: yutaka <purewater0901@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 024b993 - Browse repository at this point
Copy the full SHA 024b993View commit details -
fix: rename
use_external_emergency_stop
to `check_external_emergenc……y_heartbeat` (autowarefoundation#2455) * fix: rename use_external_emergency_stop to check_external_emergency_heartbeat * ci(pre-commit): autofix 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 26ef817 - Browse repository at this point
Copy the full SHA 26ef817View commit details