Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

fix(planning_launch): replace lost count to lost time for avoidance #384

Merged
merged 1 commit into from
Jul 7, 2022
Merged

fix(planning_launch): replace lost count to lost time for avoidance #384

merged 1 commit into from
Jul 7, 2022

Conversation

zulfaqar-azmi-t4
Copy link
Contributor

Signed-off-by: Muhammad Zulfaqar Azmi zulfaqar.azmi@tier4.jp

PR Type

  • Improvement

Related Links

autowarefoundation/autoware.universe#1142 (review)

Description

The PR aims to replace integer count to time-based.

Previous perception lost is handle by counting integer value lost_count parameter from the ObjectData. However, it might be suitable to use time-based as the metric. This PR aims to replace lost_count with last_seen.

Note behavior changes should be observed.

Review Procedure

Enable debug marker must be true.
Use PSIM to simulate avoidance by placing obstacle.
Then remove obstacle.
It should be remove somewhere after the time limit.

Remarks

Pre-Review Checklist for the PR Author

PR Author should check the checkboxes below when creating the PR.

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • Code follows coding guidelines
  • (Optional) Unit tests have been written for new behavior
  • PR title describes the changes

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

  • All open points are addressed and tracked via issues or tickets
  • Write release notes

CI Checks

  • Build and test for PR: Required to pass before the merge.
  • Check spelling: NOT required to pass before the merge. It is up to the reviewer(s). See here if you want to add some words to the spell check dictionary.

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Copy link
Collaborator

@tkimura4 tkimura4 left a comment

Choose a reason for hiding this comment

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

LGTM

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 merged commit 9299af4 into tier4:awf-latest Jul 7, 2022
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 deleted the feat/lost-object-hold-using-time-instead-of-count branch July 7, 2022 05:17
takayuki5168 pushed a commit that referenced this pull request Jan 21, 2023
* Disbale intersection polygon marker (#483)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Merge pull request #384 from tier4/feature/no_stopping_area

Feature/no stopping area

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com>
Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants