-
Notifications
You must be signed in to change notification settings - Fork 682
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(behavior_velocity): fix detection area ,stop line,traffic lights stop line insertion ,occlusion spot #505
Merged
taikitanaka3
merged 4 commits into
autowarefoundation:main
from
taikitanaka3:504-fix-behavior-velocity-insert-duplicated-path-point
Mar 15, 2022
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #505 +/- ##
=========================================
- Coverage 10.93% 6.24% -4.70%
=========================================
Files 705 70 -635
Lines 49780 4983 -44797
Branches 7085 697 -6388
=========================================
- Hits 5442 311 -5131
+ Misses 39976 4527 -35449
+ Partials 4362 145 -4217
Continue to review full report at Codecov.
|
planning/behavior_velocity_planner/src/scene_module/blind_spot/scene.cpp
Outdated
Show resolved
Hide resolved
planning/behavior_velocity_planner/include/utilization/util.hpp
Outdated
Show resolved
Hide resolved
satoshi-ota
pushed a commit
to satoshi-ota/autoware.universe
that referenced
this pull request
Mar 14, 2022
* vehicle_info_util package for ROS2 port (autowarefoundation#58) * vehicle_info package for ROS2 port * Whitespace * Add explanatory comment * Rename factory function * Fix static method * Move to directory that corresponds to package name * [vehicle_info_util] Build as shared library (autowarefoundation#112) * [ROS2] Fix behavior velocity planner (autowarefoundation#110) * install launch and config folders Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * port launch file Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix config files Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * improve vehicle_info_utils to enable multiple declaration of VehicleInfo objects Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix sementation fault Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Adjust copyright notice on 532 out of 699 source files (autowarefoundation#143) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * Run uncrustify on the entire Pilot.Auto codebase (autowarefoundation#151) * Run uncrustify on the entire Pilot.Auto codebase * Exclude open PRs * ROS2 Linting: vehicle_info_util (autowarefoundation#163) * Sync public repo (autowarefoundation#1228) * [simple_planning_simulator] add readme (autowarefoundation#424) * add readme of simple_planning_simulator Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update simulator/simple_planning_simulator/README.md * set transit_margin_time to intersect. planner (autowarefoundation#460) * Fix pose2twist (autowarefoundation#462) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Ros2 vehicle info param server (autowarefoundation#447) * add vehicle_info_param_server * update vehicle info * apply format * fix bug * skip unnecessary search * delete vehicle param file * fix bug * Ros2 fix topic name part2 (autowarefoundation#425) * Fix topic name of traffic_light_classifier Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of traffic_light_visualization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of traffic_light_map_based_detector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint traffic_light_recognition Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint traffic_light_classifier Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint traffic_light_classifier Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix issues in hdd_reader (autowarefoundation#466) * Fix some issues detected by Coverity Scan and Clang-Tidy * Update launch command * Add more `close(new_sock)` * Simplify the definitions of struct * fix: re-construct laneletMapLayer for reindex RTree (autowarefoundation#463) * Rviz overlay render fix (autowarefoundation#461) * Moved painiting in SteeringAngle plugin to update() Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * super class now back to MFD Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * uncrustified Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * acquire data in mutex Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * back to RTD as superclass Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * Rviz overlay render in update (autowarefoundation#465) * Moved painiting in SteeringAngle plugin to update() Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * super class now back to MFD Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * uncrustified Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * acquire data in mutex Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * removed unnecessary includes and some dead code Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * Adepted remaining vehicle plugin classes to render-in-update concept. Returned to MFD superclass Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> * restored RTD superclass Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Makoto Tokunaga <vios-fish@users.noreply.github.com> Co-authored-by: Adam Dąbrowski <adam.dabrowski@robotec.ai> * Remove vehicle info param server (autowarefoundation#1304) * Remove vehicle info param server Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix ament_uncrustify Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix ament_uncrustify Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * Refactor vehicle info util (autowarefoundation#1305) * Update license Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Refactor vehicle_info_util Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Rename and split files Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix interfaces Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix bug and add error handling Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add "// namespace" Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add missing include Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix/fix utils (autowarefoundation#1310) * Add missing namespace to autoware_utils Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add createVehicleInfo Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add rethrow Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Format package.xml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix usage of autoware_utils Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add missing namespace comment Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Move autoware_global_parameter_loader to the appropriate place (autowarefoundation#1701) * Move autoware_global_parameter_loader to the appropriate place Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix package name Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * suppress warnings for declare parameters (autowarefoundation#1724) * fix for lanelet2_extension * fix for traffic light ssd fine detector * fix for topic_state_monitor * fix for dummy diag publisher * fix for remote cmd converter * fix for vehicle_info_util * fix for multi object tracker * fix for freespace planner * fix for autoware_error_monitor * add Werror for multi object tracker * fix for multi object tracker * add Werror for liraffic light ssd fine detector * add Werror for topic state monitor * add Werror * add Werror * add Werror * add Werror * fix style * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * Rename vehicle_info param arg to avoid conflicts (autowarefoundation#2074) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * remove COLCON_IGNORE (autowarefoundation#505) Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * [vehicle_info_util] add readme (autowarefoundation#560) * add readme * fix typo * replace to valid link * add default config file * add sample launch * ci(pre-commit): autofix * remove unused Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: Frederik Beaujean <72439809+fred-apex-ai@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Jilada Eccleston <jilada.eccleston@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Makoto Tokunaga <vios-fish@users.noreply.github.com> Co-authored-by: Adam Dąbrowski <adam.dabrowski@robotec.ai> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stop line insertion ,occlusion spot Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
b17aa46
to
52e0976
Compare
7 tasks
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
|
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
yukkysaito
reviewed
Mar 15, 2022
planning/behavior_velocity_planner/src/scene_module/blind_spot/scene.cpp
Outdated
Show resolved
Hide resolved
yukkysaito
reviewed
Mar 15, 2022
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
yukkysaito
approved these changes
Mar 15, 2022
taikitanaka3
referenced
this pull request
in tier4/autoware.universe
Mar 15, 2022
…stop line insertion ,occlusion spot (#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3
referenced
this pull request
in tier4/autoware.universe
Mar 15, 2022
…stop line insertion ,occlusion spot (#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
7 tasks
taikitanaka3
referenced
this pull request
in tier4/autoware.universe
Mar 16, 2022
…stop line insertion ,occlusion spot (#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3
referenced
this pull request
in tier4/autoware.universe
Mar 16, 2022
fix(behavior_velocity): fix detection area ,stop line,traffic lights stop line insertion ,occlusion spot (#505)
taikitanaka3
referenced
this pull request
in tier4/autoware.universe
Mar 16, 2022
fix(behavior_velocity): fix detection area ,stop line,traffic lights stop line insertion ,occlusion spot (#505)
taikitanaka3
referenced
this pull request
in tier4/autoware.universe
Apr 9, 2022
…stop line insertion ,occlusion spot (#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3
referenced
this pull request
in tier4/autoware.universe
Apr 14, 2022
…stop line insertion ,occlusion spot (#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
satoshi-ota
pushed a commit
to satoshi-ota/autoware.universe
that referenced
this pull request
May 20, 2022
…stop line insertion ,occlusion spot (autowarefoundation#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
7 tasks
boyali
referenced
this pull request
in boyali/autoware.universe
Sep 28, 2022
…stop line insertion ,occlusion spot (tier4#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
boyali
referenced
this pull request
in boyali/autoware.universe
Oct 3, 2022
…stop line insertion ,occlusion spot (tier4#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
boyali
referenced
this pull request
in boyali/autoware.universe
Oct 19, 2022
…stop line insertion ,occlusion spot (tier4#505) Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
kosuke55
pushed a commit
to kosuke55/autoware.universe
that referenced
this pull request
May 29, 2023
…-down-update3 feat(obstacle_cruise_planner): make slow down feature stabler
keiota
pushed a commit
to keiota/autoware.universe
that referenced
this pull request
Aug 17, 2023
…ion#505) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
kyoichi-sugahara
pushed a commit
that referenced
this pull request
Sep 16, 2023
* fix: fix typo vender -> vendor (#504) * chore: sync files (#497) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * fix: use hash for Autoware's Ansible Galaxy (#506) * chore: remove kvaser role (#491) * chore: remove kvaser roles (#145) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * fix: remove kvaser role (#146) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * chore: sync files (#507) * chore: sync files Signed-off-by: GitHub <noreply@github.com> * Update ansible-galaxy-requirements.yaml Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
ryuichi-maeda
pushed a commit
to sensefield/autoware.universe
that referenced
this pull request
Jan 10, 2025
* feat: change repos to latest autoware Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * chore: sync latest (autowarefoundation#505) * fix: fix typo vender -> vendor (autowarefoundation#504) * chore: sync files (autowarefoundation#497) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * fix: use hash for Autoware's Ansible Galaxy (autowarefoundation#506) * chore: remove kvaser role (autowarefoundation#491) * chore: remove kvaser roles (autowarefoundation#145) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * fix: remove kvaser role (autowarefoundation#146) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * chore: sync files (autowarefoundation#507) * chore: sync files Signed-off-by: GitHub <noreply@github.com> * Update ansible-galaxy-requirements.yaml Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> * [repos] add rclcpp to fix server connection failure in scenario test Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix(rclcpp): use humble retry patch branch (autowarefoundation#575) fix(rclcpp): use humble retry patch branch Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * feat: add sync from awf-latest -> awf-latest-xx1 (autowarefoundation#578) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: change launch repo (autowarefoundation#603) feat: change launch repo to awf/autoware_launch Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * chore: remove unnecessary sync (autowarefoundation#611) * chore: remove unnecessary sync Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * add new sync for reference design Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: remove rclcpp hotfix (autowarefoundation#610) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: add eagleye packages in autoware.repos Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * feat: use develop/planning_control scenario_simulator_v2 (autowarefoundation#633) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * chore(repos): update branch of `transport_drivers` (autowarefoundation#636) chore(repos): update repos Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore: update simulator.repos (autowarefoundation#685) update branch of scenario_simulator_v2 from develop/planning_control to master Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * feat: add run_out's stop margin (autowarefoundation#692) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * revert: feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693) (autowarefoundation#694) Revert "feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693)" This reverts commit 46c1046c68e19404f3d430c8775d7c436266e125. * feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#695) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: use awf-latest branch for universe and launcher (autowarefoundation#720) * feat: use awf-latest branch for universe and launcher Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update README.md Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * minor update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix spell Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * chore: sync files (autowarefoundation#708) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: github-actions <github-actions@github.com> * feat: add get ml model script (autowarefoundation#730) * feat: add get_ml_model script (autowarefoundation#688) * feat: add get_ml_model script Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * style(pre-commit): autofix * fix: fix pre-commit Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com> * feat: update model install script (autowarefoundation#690) Signed-off-by: Shin-kyoto <aquashin0202@gmail.com> --------- Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> Signed-off-by: Shin-kyoto <aquashin0202@gmail.com> Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com> Co-authored-by: Shintaro Tomie <58775300+Shin-kyoto@users.noreply.github.com> * chore: remove no longer used ml_model_provider repo (autowarefoundation#731) Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * chore: sync files (autowarefoundation#738) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: github-actions <github-actions@github.com> * awf pr 4212 Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com> * feat: update README.md (autowarefoundation#765) * feat: update README.md Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * remove sync-awf-latest Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix typo Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: kminoda <koji.minoda@tier4.jp> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> Signed-off-by: Shin-kyoto <aquashin0202@gmail.com> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com> Co-authored-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: kminoda <kminoda@users.noreply.github.com> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Takeshi Miura <m.takeshi1995@gmail.com> Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com> Co-authored-by: Shintaro Tomie <58775300+Shin-kyoto@users.noreply.github.com> Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> Co-authored-by: Mamoru Sobue <hilo.soblin@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: tanaka3 ttatcoder@outlook.jp
Related Issue(required)
#504
Description(required)
Solve problem
when blinspot walkway crosswalk is enabled at the same time duplicated stop line is inserted, then behavior container dies.
In this case longitudinalOffsetToSegment in calcSignedArcLength died with same stop point inserted.
fix-2022-03-14_13.19.07.mp4
this PR fix with util
this PR wont refactor
anther fix is necessary for
this PR is
Review Procedure(required)
launch scenario sim and see there is no issue.
fix-2022-03-10_19.09.03.mp4
Related PR(optional)
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
If you are adding new package following items are required:
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks