-
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
feat(map based prediction, crosswalk)!: transplantation of pedestrians' behavior prediction against green signal #6338
Merged
yuki-takagi-66
merged 8 commits into
autowarefoundation:main
from
tier4:feat/map_based_prediction/ped_estimation_against_green
Feb 9, 2024
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
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
4 tasks
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6338 +/- ##
==========================================
- Coverage 14.36% 14.36% -0.01%
==========================================
Files 1907 1907
Lines 130136 130167 +31
Branches 37640 37636 -4
==========================================
Hits 18697 18697
- Misses 90430 90463 +33
+ Partials 21009 21007 -2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
takayuki5168
approved these changes
Feb 9, 2024
1c54d43
into
autowarefoundation:main
36 of 43 checks passed
yuki-takagi-66
added a commit
to tier4/autoware.universe
that referenced
this pull request
Feb 19, 2024
…s' behavior prediction against green signal (autowarefoundation#6338) * pedestrians' intention estimation feature against the green signal * delete the reimplimented feature * sync params * update docs --------- Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
StepTurtle
pushed a commit
to StepTurtle/autoware.universe
that referenced
this pull request
Feb 28, 2024
…s' behavior prediction against green signal (autowarefoundation#6338) * pedestrians' intention estimation feature against the green signal * delete the reimplimented feature * sync params * update docs --------- Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
karishma1911
pushed a commit
to Interplai/autoware.universe
that referenced
this pull request
Jun 3, 2024
…s' behavior prediction against green signal (autowarefoundation#6338) * pedestrians' intention estimation feature against the green signal * delete the reimplimented feature * sync params * update docs --------- Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
type:documentation
Creating or refining documentation. (auto-assigned)
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
Re-implementation of pedestrians' behavior prediction against green signal
Screencast.from.02-07-2024.05.33.45.PM.webm
Related links
launch PR: autowarefoundation/autoware_launch#860
Tests performed
psim and tier4 internal tests
https://evaluation.tier4.jp/evaluation/reports/3b89397e-be2d-578a-a5d5-e5eda5c762a1?project_id=prd_jt
Notes for reviewers
Interface changes
Effects on system behavior
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.