-
Notifications
You must be signed in to change notification settings - Fork 663
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 <[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…
Signed-off-by: Mamoru Sobue <[email protected]>
chore(build): include missing lanelet2 header (autowarefoundation#4819)
…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)
chore: cherry pick
feat(avoidance): check incomming behicle Signed-off-by: satoshi-ota <[email protected]>
…ion#4926) 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]>
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 <[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]>
…ndation#4983) fix: camera lidar fusion launch Signed-off-by: Shunsuke Miura <[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)
YoshiRi
requested review from
shmpwk,
yuki-takagi-66,
mitsudome-r,
0x126,
TomohitoAndo,
tzhong518,
technolojin,
scepter914,
ktro2828,
Shin-kyoto,
anhnv3991,
KYabuuchi,
Motsu-san,
RyuYamamoto,
SakodaShintaro and
IshitaTakeshi
as code owners
June 3, 2024 16:34
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
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.