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
feat: update v0.10.1 #862
Merged
Merged
feat: update v0.10.1 #862
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
… debug (autowarefoundation#4749) * refactor(behavior_path_planner): renaming and comment collision check debug Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
…bug type (autowarefoundation#4796) Signed-off-by: Zulfaqar Azmi <[email protected]>
…refoundation#4797) * refactor(behavior_path_planner): use function with color name Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Update planning/behavior_path_planner/include/behavior_path_planner/marker_utils/colors.hpp Co-authored-by: Satoshi OTA <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Co-authored-by: Satoshi OTA <[email protected]>
…undation#4743) visualize ego predicted path Signed-off-by: kyoichi-sugahara <[email protected]>
…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]>
…utowarefoundation#4860) Signed-off-by: Takamasa Horibe <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
…uck vehicle (autowarefoundation#4449) * feat(behavior_velocity_crosswalk_module): suppress sudden stop for stuck vehicle Signed-off-by: Takayuki Murooka <[email protected]> * update config Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…ion (autowarefoundation#4463) * feat(crosswalk): disable cancel yield at no traffic signals intersection Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…utowarefoundation#4465) * feat(crosswalk): disable cancel yield at no traffic signals intersection Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> * feat(crosswalk): add option to disable yield for new stopped object Signed-off-by: Takayuki Murooka <[email protected]> * update config Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
…ndation#4471) * feat(crosswalk): organize the code Signed-off-by: Takayuki Murooka <[email protected]> * suppress chattering Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * update config Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
* feat(crosswalk): add pass judge line Signed-off-by: Takayuki Murooka <[email protected]> * update config Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
* feat(crosswalk): gradable pass margin Signed-off-by: Takayuki Murooka <[email protected]> * update config Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
* feat(crosswalk): stabler collision point Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…dation#4802) * feat(crosswalk): no stop decision with bracking distance Signed-off-by: Takayuki Murooka <[email protected]> * update config Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
hotfix(crosswalk): cherry pick crosswalk module improvement
Signed-off-by: yutaka <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]>
…undation#4733) Signed-off-by: Fumiya Watanabe <[email protected]>
Signed-off-by: Fumiya Watanabe <[email protected]>
* fix(lane_change): fix target object filter Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * used lateral distance from centerline instead Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]>
…tive" This reverts commit c606fec, reversing changes made to bdccfb9. # Conflicts: # launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml # launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml
fix(tier4_perception_launch): camera lidar fusion launch
…efoundation#4922) fix: support for no intensity field Signed-off-by: atsushi421 <[email protected]>
hotfix(lane_change): cherry-pick lane change object filtering
feat(voxel_grid_downsample_filter): cherry-pick and revert
…oundation#4856) * ractor(goal_planner): refactor isAllowedGoalModification Signed-off-by: kosuke55 <[email protected]> * fix build Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
…refoundation#4878) Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
github-actions
bot
added
documentation
Improvements or additions to documentation
control
launch
planning
common
perception
sensing
labels
Sep 22, 2023
tkimura4
removed request for
amc-nu,
yukkysaito,
rej55,
YoshiRi,
takayuki5168,
TakaHoribe,
kyoichi-sugahara,
miursh,
kosuke55,
shmpwk,
purewater0901,
mitsudome-r,
isamu-takagi,
satoshi-ota,
taikitanaka3 and
zulfaqar-azmi-t4
September 22, 2023 05:10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
common
control
documentation
Improvements or additions to documentation
launch
perception
planning
sensing
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
v0.10.1のsync
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.