Skip to content
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(crosswalk. map_based_prediction): 44.1向けcherry-pick #1148

Merged
merged 12 commits into from
Feb 19, 2024

Conversation

yuki-takagi-66
Copy link

Description

横断歩道とpredictionのcherry-pickです。

Related links

Tests performed

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

takayuki5168 and others added 12 commits February 19, 2024 16:53
* docs(crosswalk): update the document

Signed-off-by: Takayuki Murooka <[email protected]>

* fix the spell

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
…pty (autowarefoundation#6104)

* check if p_safety_slow is empty

Signed-off-by: beyza <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: beyza <[email protected]>
Co-authored-by: beyza <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* revise the doc

Signed-off-by: Yuki Takagi <[email protected]>
Co-authored-by: Takayuki Murooka <[email protected]>
autowarefoundation#6039)

* fix problem with negative yaw being replaced in max function

Signed-off-by: Daniel Sanchez <[email protected]>

* add check for delta time value

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
…ion (autowarefoundation#6072)

* add acc filtering and decaying acc to model

Signed-off-by: Daniel Sanchez <[email protected]>

* fixed compilation problem, acc is used to predict search_dist

Signed-off-by: Daniel Sanchez <[email protected]>

* Use an equivalent velocity to calculate paths

Signed-off-by: Daniel Sanchez <[email protected]>

* change decaying factor to T/4

Signed-off-by: Daniel Sanchez <[email protected]>

* coment out cerr for evaluation

Signed-off-by: Daniel Sanchez <[email protected]>

* simplify code

Signed-off-by: Daniel Sanchez <[email protected]>

* comments

Signed-off-by: Daniel Sanchez <[email protected]>

* add missing constant to decaying acc model

Signed-off-by: Daniel Sanchez <[email protected]>

* Use an equivalent velocity to calculate paths

Signed-off-by: Daniel Sanchez <[email protected]>

* add missing constant to decaying acc model

Signed-off-by: Daniel Sanchez <[email protected]>

* Implement lanelet speed limit for acc consideration

Signed-off-by: Daniel Sanchez <[email protected]>

* add option to activate on and off acceleration feature

Signed-off-by: Daniel Sanchez <[email protected]>

* add params

Signed-off-by: Daniel Sanchez <[email protected]>

* add params

Signed-off-by: Daniel Sanchez <[email protected]>

* delete unused class

Signed-off-by: Daniel Sanchez <[email protected]>

* update docs

Signed-off-by: Daniel Sanchez <[email protected]>

* delete comments

Signed-off-by: Daniel Sanchez <[email protected]>

* fix comments

Signed-off-by: Daniel Sanchez <[email protected]>

* update comments, refactor code

Signed-off-by: Daniel Sanchez <[email protected]>

* remove unused line

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
…dation#6189)

* consider the crosswalks signals
* update with the reviewers comments

Signed-off-by: Yuki Takagi <[email protected]>
…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 <[email protected]>
@yuki-takagi-66 yuki-takagi-66 changed the title Beta/v0.20.1+crosswalk feature feat(crosswalk. map_based_prediction): 44.1向けcherry-pick Feb 19, 2024
@shmpwk shmpwk changed the base branch from beta/v0.20.1 to beta/v0.20.1.1 February 19, 2024 09:49
Copy link
Collaborator

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shmpwk shmpwk merged commit bdef87e into beta/v0.20.1.1 Feb 19, 2024
16 of 20 checks passed
@shmpwk shmpwk deleted the beta/v0.20.1+crosswalk_feature branch February 19, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants