forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
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_path_planner): prevent crashes with the drivable area expansion #916
Closed
maxime-clem
wants to merge
153
commits into
tier4:beta/v0.11.0
from
maxime-clem:fix/behavior_path_planner-drivable-area-crash-empty-polygons_X2
Closed
fix(behavior_path_planner): prevent crashes with the drivable area expansion #916
maxime-clem
wants to merge
153
commits into
tier4:beta/v0.11.0
from
maxime-clem:fix/behavior_path_planner-drivable-area-crash-empty-polygons_X2
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
…efoundation#4663) * refactor(radar_fusion_to_detected_object): rework parameters Signed-off-by: PhoebeWu21 <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix * style(pre-commit): autofix --------- Signed-off-by: PhoebeWu21 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Satoshi Tanaka <[email protected]>
…autowarefoundation#4782) Signed-off-by: Mamoru Sobue <[email protected]>
…dency (autowarefoundation#4814) Signed-off-by: Esteve Fernandez <[email protected]>
…n#4807) * first commit Signed-off-by: kminoda <[email protected]> * update Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * update height.cpp Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * updat Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * add test Signed-off-by: kminoda <[email protected]> * revert tier4_autoware_utils Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * fix cspell Signed-off-by: kminoda <[email protected]> * remove and revert convert.cpp Signed-off-by: kminoda <[email protected]> * remove boost Signed-off-by: kminoda <[email protected]> * update comment Signed-off-by: kminoda <[email protected]> * remove maybe_unsued Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * rename from tier4_geography_utils to geography_utils Signed-off-by: kminoda <[email protected]> * rename from tier4_geography_utils to geography_utils Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * add some test Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * edit test Signed-off-by: kminoda <[email protected]> * rename namespace Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * rename namespace complete Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * use angle brackets inclusion Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: kminoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Keisuke Shima <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
…sed depending on the case (autowarefoundation#4813) * feat(dynamic_avoidance): generate drivable area by ego/object-path-based depending on the case Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> * apply clang-format Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
add maintainer Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
…ion#4810) rafactor(goal_planner): remove unncecessary variable Signed-off-by: kosuke55 <[email protected]>
chore: sync upstream
Signed-off-by: GitHub <[email protected]> Co-authored-by: kenji-miyake <[email protected]> Co-authored-by: kminoda <[email protected]>
…utowarefoundation#4484) * refactor(behavior_path_planner): scene module interface clang-tidy Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#4798) * refactor(behavior_path_plannner): commonize collision check markers Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Update planning/behavior_path_planner/src/marker_utils/utils.cpp Co-authored-by: Satoshi OTA <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Co-authored-by: Satoshi OTA <[email protected]>
fix error msg Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
…utowarefoundation#4808) Signed-off-by: Fumiya Watanabe <[email protected]>
…undation#4829) removed tier4_autoware_utils.hpp in vehicle/ Signed-off-by: Mamoru Sobue <[email protected]>
… lines (autowarefoundation#4710) Signed-off-by: Maxime CLEMENT <[email protected]>
… explanation (autowarefoundation#4834) Signed-off-by: Fumiya Watanabe <[email protected]>
…oundation#4656) * feat: add feature to convert json schema to markdown table Signed-off-by: Ryohsuke Mitsudome <[email protected]> * fix: fix typo Signed-off-by: Ryohsuke Mitsudome <[email protected]> * style(pre-commit): autofix * fix: rename main.py and add some comments for the file Signed-off-by: Ryohsuke Mitsudome <[email protected]> * style(pre-commit): autofix * fix: use simplified symbols for minimum and maximum Signed-off-by: Ryohsuke Mitsudome <[email protected]> * fix: Capitalize the first letter in columns' headers Signed-off-by: Ryohsuke Mitsudome <[email protected]> --------- Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…4827) removed motion_utils.hpp in common/ Signed-off-by: Mamoru Sobue <[email protected]>
* feat(interface): add new option last_keep Signed-off-by: satoshi-ota <[email protected]> * feat(planner_manager): keep last module Signed-off-by: satoshi-ota <[email protected]> * update param config Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]> Signed-off-by: kosuke55 <[email protected]> Co-authored-by: kosuke55 <[email protected]>
chore: sync upstream
…ion (autowarefoundation#4677) Signed-off-by: Maxime CLEMENT <[email protected]>
…ation#4761) Signed-off-by: Maxime CLEMENT <[email protected]>
…ndation#4828) removed tier4_autoware_utils.hpp in common/ Signed-off-by: Mamoru Sobue <[email protected]>
autowarefoundation#4784) Signed-off-by: Maxime CLEMENT <[email protected]>
…dule cooperation (autowarefoundation#4836) Signed-off-by: Fumiya Watanabe <[email protected]>
maxime-clem
requested review from
amc-nu,
kminoda,
TaikiYamada4,
mkuri,
TomohitoAndo,
soblin,
knzo25,
YoshiRi,
yukke42,
angry-crab,
ktro2828,
Motsu-san,
RyuYamamoto,
KYabuuchi,
IshitaTakeshi and
SakodaShintaro
as code owners
October 5, 2023 09:35
github-actions
bot
added
documentation
Improvements or additions to documentation
control
launch
common
perception
ci
sensing
localization
system
map
simulator
vehicle
evaluator
labels
Oct 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci
common
control
documentation
Improvements or additions to documentation
evaluator
launch
localization
map
perception
planning
sensing
simulator
system
vehicle
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.
Description
This PR add a guards for when the boost::geometry::buffer function returns an empty set of polygons.
Tests performed
Not applicable.
Effects on system behavior
Prevents some crashes of the behavior_path_planner.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.