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

chore: sync beta branch beta/v0.26.0 with tier4/main #1234

Merged
merged 55 commits into from
Apr 8, 2024

Conversation

tier4-autoware-public-bot[bot]
Copy link

Features

Bug Fixes

Documentation

Code Refactoring

Performance Improvements

Tests

Chores

kyoichi-sugahara and others added 30 commits March 21, 2024 00:47
…de DualReturnOutlierFilterComponent class (autowarefoundation#6654)

move roi_mode_map_ definition inside DualReturnOutlierFilterComponent class

Signed-off-by: kyoichi-sugahara <[email protected]>
…ary during unsafe condition (autowarefoundation#6355)

* fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition

Signed-off-by: satoshi-ota <[email protected]>

* fix(avoidance): don't insert stop point when the path is invalid

Signed-off-by: satoshi-ota <[email protected]>

* refactor(avoidance): update parameter namespace

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
…oundation#6653)

* fix(motion_utils): check size after overlap points removal

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* change implementation to not return warning

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* fix comparison sign

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

---------

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…d one (autowarefoundation#6663)

fix: fix launch config name from old one

Signed-off-by: yoshiri <[email protected]>
…ampling trajectory (autowarefoundation#6679)

fix planning validator calc max lat acc after resampling

Signed-off-by: kaigohirao <[email protected]>
…arefoundation#6649)

* Added an unit test to ndt_scan_matcher

Signed-off-by: Shintaro Sakoda <[email protected]>

* Added a line break

Signed-off-by: Shintaro Sakoda <[email protected]>

* style(pre-commit): autofix

* Added includes

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed types

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed includes

Signed-off-by: Shintaro Sakoda <[email protected]>

* Removed meaningless code

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed a way of waiting results

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed error handlings

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed position

Signed-off-by: Shintaro Sakoda <[email protected]>

* Added NOLINT

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed sensor points

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed sample pcd

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed to execute multi test cases

Signed-off-by: Shintaro Sakoda <[email protected]>

* style(pre-commit): autofix

* Added includes

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed StubPcdLoader

Signed-off-by: Shintaro Sakoda <[email protected]>

* Refactored

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed pcd range

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed parameters

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed TransformBroadcaster to StaticTransformBroadcaster

Signed-off-by: Shintaro Sakoda <[email protected]>

---------

Signed-off-by: Shintaro Sakoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…bject (autowarefoundation#6667)

* feat(perception_online_evaluator): add yaw rate metrics for stopped object

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

add

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

add test

* feat: add stopped vel parameter

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

---------

Signed-off-by: kosuke55 <[email protected]>
autowarefoundation#6629)

add general turnsignalinfo method for goal planner

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

* Add param reconfig to goal planner

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

* Using the Warn params is bugged, wont fix

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

* add comments

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

* add missing params

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

* add missing param

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

---------

Signed-off-by: Daniel Sanchez <[email protected]>
…sitive point clouds (autowarefoundation#6637)

* feat(AEB): add height filter for avoiding the ghost brake by false positive point clouds

Signed-off-by: Shin-kyoto <[email protected]>

* docs(AEB): add param for height filter

Signed-off-by: Shin-kyoto <[email protected]>

* feat(AEB): add max height range in AEB

Signed-off-by: Shin-kyoto <[email protected]>

* feat(AEB): update default params

Signed-off-by: Shin-kyoto <[email protected]>

---------

Signed-off-by: Shin-kyoto <[email protected]>
…ng variable window length (autowarefoundation#6665)

Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
…foundation#6686)

* fix(lane_change): do not return empty path if no valid path

Signed-off-by: Zulfaqar Azmi <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Zulfaqar Azmi <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…owarefoundation#6662)

* fix(avoidance_by_lane_change): object filtering too conservative

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* initialize last seen as RCL_ROS_TIME to prevent runtime error

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* Remove object that is in the centerline

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
… back line (autowarefoundation#6680)

* add method to ignore target obstacles that cross ego cut lane

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

* WIP add debug support

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

* add params and finish debug marker

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

* change lane to line

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

* use autoware utils to get the cut line

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

* simplify code wit calcOffsetPose

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

* Update readme and eliminate unused code

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

* update readme

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

* eliminate unused function

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

* readme

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

* comments and readme

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

* eliminate unused include

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

* typo

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

* rename param for consistency

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

* change lane to line for consistency

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

* rename for clarity, add brief

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

* fix indentation

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

* update description

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

* lane ->line

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

* lane -> line

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

---------

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

* feat(run_out): add motorcyles to run out module target obstacles

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

* check for obstacle type depending on params

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

* update readme

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

* pre-commit

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

* include what you use

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

---------

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

* refactor plane method

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

* delete unused method

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

* skip unnecessary loop

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

---------

Signed-off-by: Daniel Sanchez <[email protected]>
…en parking completed (autowarefoundation#6696)

fix(freespace_planner): publish stop trajectory when completed to mitigate topic timeout

Signed-off-by: AhmedEbrahim <[email protected]>
… on running mode (autowarefoundation#6700)

chore(tier4_system_launch): add option of using graph path for simulation

Signed-off-by: Tomohito Ando <[email protected]>
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.