-
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(detected_object_validation): filter reverted radar object #7253
Closed
YoshiRi
wants to merge
512
commits into
autowarefoundation:main
from
tier4:feat/filter_reverted_radar_object
Closed
feat(detected_object_validation): filter reverted radar object #7253
YoshiRi
wants to merge
512
commits into
autowarefoundation:main
from
tier4:feat/filter_reverted_radar_object
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
chore: cherry-pick from v0.9.1
chore: cherry pick from v0.10.0
…tic messages. (autowarefoundation#4846) * fix(control_validator): fix reverseTrajectoryPoints to get correct trajectory array Signed-off-by: keiota <k3robot@gmail.com> * fix(control_validator): fix line breaks Signed-off-by: keiota <k3robot@gmail.com> * style(pre-commit): autofix * Update control/control_validator/src/utils.cpp --------- Signed-off-by: keiota <k3robot@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
…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 <takayuki5168@gmail.com> * update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix spell Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…h-slope-v0.11.0 feat(simple_planning_simulator): consider ego pitch angle for simulat…
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
chore(build): include missing lanelet2 header (autowarefoundation#4819)
…refoundation#4925) * feat(surround_obstacle_checker): make parameters more tunable Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update param Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…dation#4952) * feat(obstacle_cruise_planner): approching stop on curve Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update config Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* feat(tier4_system_rviz_plugin): add package Signed-off-by: kminoda <koji.minoda@tier4.jp> * update maintainer Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * minor update Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * update some arguments Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * fix pre-commit Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * update maintainer Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix test Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> 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)
chore: cherry pick
feat(avoidance): check incomming behicle Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…ion#4926) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…utowarefoundation#4798) * refactor(behavior_path_plannner): commonize collision check markers Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Update planning/behavior_path_planner/src/marker_utils/utils.cpp Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> --------- Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
fix(avoidance): avoidance safety check
…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 <dai.nguyen@tier4.jp> fix: postprocess Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: launch file Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> chores: refactor Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: closest cluster Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chores: refactor Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * docs: add readme Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: add missed parameter declare Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: add center transform Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: typos in launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * docs: update docs Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: change roi pointcloud fusion output to clusters Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: add cluster debug roi pointcloud fusion Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: use IoU_x in roi cluster fusion Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * feat: add cluster merger package Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: camera lidar launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * style(pre-commit): autofix * fix: cluster merger Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: roi cluster fusion unknown object fix Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: typo Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * docs: add readme cluster_merger Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * docs: update roi pointcloud fusion readme Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: typo Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: multiple definition bug Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: refactor Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * docs: update docs Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: refactor Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: pre-commit Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: update camera_lidar_radar mode launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> 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 <dai.nguyen@tier4.jp> * fix: remove downsamle after compare map Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: add low range cropbox Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * refactor: use_pointcloud_map Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: refactor Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: add roi based clustering option Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: change node name Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: launch argument pasrer Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
…ndation#4983) fix: camera lidar fusion launch Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…efoundation#5003) * fix(mpc): precise resampling around ego Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update test Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * Update control/mpc_lateral_controller/src/mpc_utils.cpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update control/mpc_lateral_controller/src/mpc_utils.cpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
* 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 <moc.liamg.8y8@gmail.com> --------- 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 <moc.liamg.8y8@gmail.com>
…ndation#5042) * feat(ekf_localizer): ignore dead band of velocity sensor Signed-off-by: kminoda <koji.minoda@tier4.jp> * update Signed-off-by: kminoda <koji.minoda@tier4.jp> * update readme Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * update stop_filter as well Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> 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)
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)
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
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.
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.