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.35 with tier4/main #1557

Merged
merged 149 commits into from
Sep 26, 2024

Conversation

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

Features

Bug Fixes

Documentation

Styles

Code Refactoring

Performance Improvements

Tests

Continuous Integrations

Chores

Reverts

kobayu858 and others added 30 commits September 5, 2024 10:20
…n#8575)

* fix:unusedFunction

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

* fix:unusedFunction

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

* fix:end of file issues

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

* fix:copyright

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

---------

Signed-off-by: kobayu858 <[email protected]>
refactor:remove Path/Trajectory length calculation between designated points

Signed-off-by: kobayu858 <[email protected]>
…ble area (autowarefoundation#8295)

* add expansion drivable area feature

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

* make expansion optional

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

* style(pre-commit): autofix

* clean the code

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

* style(pre-commit): autofix

---------

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

* add generate_parameter_library to package

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

* add parameter file generator script

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

* use mapped parameters

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

* integrate generate_parameter_library

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

* style(pre-commit): autofix

* check to use dynamic object

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

* remove default values

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

* fix variable shadowing

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

---------

Signed-off-by: mitukou1109 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ntation pointcloud fusion node failing with multiple mask inputs (autowarefoundation#8769)
… for 2D concave polygon with/without holes (autowarefoundation#8609)

* added random_concave_polygon and triangulation

* disable some test with GJK

* pre-commit fix

* fully fixed convexHull issue and  styling fix

* fix conflict

* cleaning up the code

Signed-off-by: Maxime CLEMENT <[email protected]>

* cleanup the code

Signed-off-by: Maxime CLEMENT <[email protected]>

* cleanup the code

Signed-off-by: Maxime CLEMENT <[email protected]>

* fix spelling

Signed-off-by: Maxime CLEMENT <[email protected]>

* last cleanup

Signed-off-by: Maxime CLEMENT <[email protected]>

* more spellcheck fix

Signed-off-by: Maxime CLEMENT <[email protected]>

* more spellcheck fixes

Signed-off-by: Maxime CLEMENT <[email protected]>

---------

Signed-off-by: Maxime CLEMENT <[email protected]>
Co-authored-by: Maxime CLEMENT <[email protected]>
…8778)

* add missing rclcpp::Time(0)

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

* refactor to reduce cropping to once per iteration

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

* add LookUpTransform to utils

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

* separate object creation and clustering

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

* error handling of empty pointcloud

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

---------

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

* Light edit: Typos, grammar fixes. Additional changes to follow

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Paragraph revised to correct typos

Co-authored-by: Go Sakayori <[email protected]>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Paragraph revised to correct typos

Co-authored-by: Go Sakayori <[email protected]>

* fix typo in avoidance.png

Signed-off-by: Go Sakayori <[email protected]>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

* fix pre-commit

Signed-off-by: Go Sakayori <[email protected]>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

---------

Signed-off-by: Go Sakayori <[email protected]>
Co-authored-by: Go Sakayori <[email protected]>
Co-authored-by: Go Sakayori <[email protected]>
Co-authored-by: Satoshi OTA <[email protected]>
…ts for input delay (autowarefoundation#8436)

* feat: enable delayed initial state for predicted trajectory

Signed-off-by: kyoichi-sugahara <[email protected]>


* feat: enable debug publishing of predicted and resampled reference trajectories

Signed-off-by: kyoichi-sugahara <[email protected]>

---------

Signed-off-by: kyoichi-sugahara <[email protected]>
… trajectory (autowarefoundation#8768)

* feat(autoware_motion_utils): set zero velocity after stop in resample trajectory

Signed-off-by: Y.Hisaki <[email protected]>

* fix unit test

Signed-off-by: Y.Hisaki <[email protected]>

* simplify implementation

Signed-off-by: Y.Hisaki <[email protected]>

* update comment and add test

Signed-off-by: Y.Hisaki <[email protected]>

---------

Signed-off-by: Y.Hisaki <[email protected]>
…c test (autowarefoundation#8766)

* Added namespace autoware::ndt_scan_matcher

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

* Added namespace autoware::ekf_localizer

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

* Added time_until_trigger

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

* Added ekf_callback diag

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

* Fixed seed

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

* Add publish_callback_return_diagnostics

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

* Added figure

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

* Added comments

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

---------

Signed-off-by: Shintaro Sakoda <[email protected]>
…n the ego returns original lane (autowarefoundation#8726)

fix(static_obstacle_avoidance): fix unexpected turn signal output

Signed-off-by: satoshi-ota <[email protected]>
…olatedPoseWithVelocity (autowarefoundation#8270)

* test: add interpolated pose calculation function's test

Signed-off-by: kyoichi-sugahara <[email protected]>

* disabled SpecialCases test

Signed-off-by: kyoichi-sugahara <[email protected]>

---------

Signed-off-by: kyoichi-sugahara <[email protected]>
Copy link

sonarcloud bot commented Sep 26, 2024

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.