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(detected_object_validation): filter reverted radar object #7253

Closed

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Jun 3, 2024

Description

Fix radar reverted issue in #7107 and cherry-pick it.

JIRA ticket is: https://tier4.atlassian.net/browse/RT0-31022?atlOrigin=eyJpIjoiZWU0YjUyZmYxYjNiNGVmZWJlNTg1MWIyNmM0YWMzOGQiLCJwIjoiaiJ9

Related links

Tests performed

Notes for reviewers

Interface changes

ROS Topic Changes

ROS Parameter 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.

0x126 and others added 30 commits September 11, 2023 23:37
…tic messages. (autowarefoundation#4846)

* fix(control_validator): fix reverseTrajectoryPoints to get correct trajectory array

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

* fix(control_validator): fix line breaks

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

* style(pre-commit): autofix

* Update control/control_validator/src/utils.cpp

---------

Signed-off-by: keiota <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kyoichi Sugahara <[email protected]>
…message

fix(control_validator): resolve the bug causing inappropriate diagnostic messages. (autowarefoundation#4846)
…ion (autowarefoundation#4941)

* feat(simple_planning_simulator): consider ego pitch angle for simulation

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

* update

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

* fix spell

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

* update

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

---------

Signed-off-by: Takayuki Murooka <[email protected]>
…h-slope-v0.11.0

feat(simple_planning_simulator): consider ego pitch angle for simulat…
…refoundation#4925)

* feat(surround_obstacle_checker): make parameters more tunable

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

* update

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

* update param

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

* update

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

---------

Signed-off-by: Takayuki Murooka <[email protected]>
…dation#4952)

* feat(obstacle_cruise_planner): approching stop on curve

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

* update config

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

* update

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

---------

Signed-off-by: Takayuki Murooka <[email protected]>
* feat(tier4_system_rviz_plugin): add package

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

* update maintainer

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

* style(pre-commit): autofix

* minor update

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

* style(pre-commit): autofix

* update some arguments

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

* style(pre-commit): autofix

* fix pre-commit

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

* style(pre-commit): autofix

* update maintainer

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

* fix test

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

---------

Signed-off-by: kminoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
feat(tier4_system_rviz_plugin): add package (autowarefoundation#4945)
feat(avoidance): check incomming behicle

Signed-off-by: satoshi-ota <[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]>
…cker

feat(surround_obstacle_checker): make parameters more tunable (autowarefoundation#4925)
feat(goal_planner): always run fixed_goal_planner
…ll unknown object detection (autowarefoundation#4681)

* feat: add roi_pointcloud_fusion node

Signed-off-by: badai-nguyen <[email protected]>

fix: postprocess

Signed-off-by: badai-nguyen <[email protected]>

fix: launch file

Signed-off-by: badai-nguyen <[email protected]>

chores: refactor

Signed-off-by: badai-nguyen <[email protected]>

fix: closest cluster

Signed-off-by: badai-nguyen <[email protected]>

* chores: refactor

Signed-off-by: badai-nguyen <[email protected]>

* docs: add readme

Signed-off-by: badai-nguyen <[email protected]>

* fix: add missed parameter declare

Signed-off-by: badai-nguyen <[email protected]>

* fix: add center transform

Signed-off-by: badai-nguyen <[email protected]>

* fix: typos in launch

Signed-off-by: badai-nguyen <[email protected]>

* docs: update docs

Signed-off-by: badai-nguyen <[email protected]>

* fix: change roi pointcloud fusion output to clusters

Signed-off-by: badai-nguyen <[email protected]>

* fix: add cluster debug roi pointcloud fusion

Signed-off-by: badai-nguyen <[email protected]>

* fix: use IoU_x in roi cluster fusion

Signed-off-by: badai-nguyen <[email protected]>

* feat: add cluster merger package

Signed-off-by: badai-nguyen <[email protected]>

* fix: camera lidar launch

Signed-off-by: badai-nguyen <[email protected]>

* style(pre-commit): autofix

* fix: cluster merger

Signed-off-by: badai-nguyen <[email protected]>

* fix: roi cluster fusion unknown object fix

Signed-off-by: badai-nguyen <[email protected]>

* chore: typo

Signed-off-by: badai-nguyen <[email protected]>

* docs: add readme cluster_merger

Signed-off-by: badai-nguyen <[email protected]>

* docs: update roi pointcloud fusion readme

Signed-off-by: badai-nguyen <[email protected]>

* chore: typo

Signed-off-by: badai-nguyen <[email protected]>

* fix: multiple definition bug

Signed-off-by: badai-nguyen <[email protected]>

* chore: refactor

Signed-off-by: badai-nguyen <[email protected]>

* docs: update docs

Signed-off-by: badai-nguyen <[email protected]>

* chore: refactor

Signed-off-by: badai-nguyen <[email protected]>

* chore: pre-commit

Signed-off-by: badai-nguyen <[email protected]>

* fix: update camera_lidar_radar mode launch

Signed-off-by: badai-nguyen <[email protected]>

---------

Signed-off-by: badai-nguyen <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…on#4999)

* fix: change downsample filter

Signed-off-by: badai-nguyen <[email protected]>

* fix: remove downsamle after compare map

Signed-off-by: badai-nguyen <[email protected]>

* fix: add low range cropbox

Signed-off-by: badai-nguyen <[email protected]>

* refactor: use_pointcloud_map

Signed-off-by: badai-nguyen <[email protected]>

* chore: refactor

Signed-off-by: badai-nguyen <[email protected]>

* fix: add roi based clustering option

Signed-off-by: badai-nguyen <[email protected]>

* chore: change node name

Signed-off-by: badai-nguyen <[email protected]>

* fix: launch argument pasrer

Signed-off-by: badai-nguyen <[email protected]>

---------

Signed-off-by: badai-nguyen <[email protected]>
…efoundation#5003)

* fix(mpc): precise resampling around ego

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

* update

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

* update test

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

* Update control/mpc_lateral_controller/src/mpc_utils.cpp

Co-authored-by: Takamasa Horibe <[email protected]>

* Update control/mpc_lateral_controller/src/mpc_utils.cpp

Co-authored-by: Takamasa Horibe <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
Co-authored-by: Takamasa Horibe <[email protected]>
* feat(ekf_localizer): add diagnostics

Signed-off-by: yamato-ando <Yamato ANDO>

* update readme

Signed-off-by: yamato-ando <Yamato ANDO>

* style(pre-commit): autofix

* update diag message

Signed-off-by: yamato-ando <Yamato ANDO>

* refactor

Signed-off-by: yamato-ando <Yamato ANDO>

* style(pre-commit): autofix

* add OK message

Signed-off-by: yamato-ando <Yamato ANDO>

* fix typo

Signed-off-by: yamato-ando <Yamato ANDO>

* fix typo

Signed-off-by: yamato-ando <Yamato ANDO>

* Update localization/ekf_localizer/src/diagnostics.cpp

Co-authored-by: Kento Yabuuchi <[email protected]>

---------

Signed-off-by: yamato-ando <Yamato ANDO>
Co-authored-by: yamato-ando <Yamato ANDO>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kento Yabuuchi <[email protected]>
…ndation#5042)

* feat(ekf_localizer): ignore dead band of velocity sensor

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

* update

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

* update readme

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

* style(pre-commit): autofix

* update stop_filter as well

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>
refactor(perception): rearrange clustering pipeline v0.11.0
feat(obstacle_cruise_planner): approching stop on curve (autowarefoundation#4952)
fix(mpc): precise resampling around ego for stabling control (autowarefoundation#5003)
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:system System design and integration. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) labels Jun 3, 2024
@YoshiRi YoshiRi closed this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) component:system System design and integration. (auto-assigned) component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.