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(planning modules): remove maintainer... #5437

Conversation

kyoichi-sugahara
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara commented Oct 28, 2023

Description

🤖 Generated by Copilot at 29e8331

Removed Yutaka Shimizu as a maintainer and an author from several packages in the common, control, perception and planning directories. This reflects the change of ownership and responsibility for these packages.


remove maintainer from planning modules because the person doesn't maintain the modules for now.
we will add him in near future, of course.

However, for the turn signal decider and stop line module, someone should be assigned as the maintainer.

TODO

  • assign someone to turn signal decider and stop line module.
  • remove shimizu-san from maintainer.

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) labels Oct 28, 2023
rej55 and others added 12 commits November 1, 2023 19:53
…arefoundation#5434)

* fix(lane_change): separate backward buffer for blocking object

Signed-off-by: Fumiya Watanabe <[email protected]>

* Update planning/behavior_path_planner/src/scene_module/lane_change/normal.cpp

Co-authored-by: Kosuke Takeuchi <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Fumiya Watanabe <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Added test to ar_tag_based_localizer

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

* Fixed to follow clang-tidy

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

* Renamed files

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

* style(pre-commit): autofix

* Added include

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>
…lt (autowarefoundation#5436)

feat(avoidance): use traffic light signal info

Signed-off-by: satoshi-ota <[email protected]>
…table radar input (autowarefoundation#5409)

* fix include file

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

* switchable trust/untrust input yaw and twist information via parameters

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

* Set measurement count threshold tunable

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

* enable to switch off acceleration estimation

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

* add constant turn rate tracker model

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

* tune default parameters

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

* set orientation unreliable when object is yaw input is not trusted

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

* set ekf parameter to static so that it reduces yaml loading function calls

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

* fix launch file to load tracking_config_directory as arguments

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

* update readme

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

---------

Signed-off-by: yoshiri <[email protected]>
…ress unnecessary avoidance path (autowarefoundation#5441)

* refactor(avoidance): cleanup force avoidance params

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

* feat(avoidance): improve force avoidance judgement

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

---------

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

* fix(avoidance): discard envelope polygon if the objects move long distance

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

* Update planning/behavior_path_planner/src/utils/avoidance/utils.cpp

Co-authored-by: Kyoichi Sugahara <[email protected]>

* Update planning/behavior_path_planner/src/utils/avoidance/utils.cpp

Co-authored-by: Kyoichi Sugahara <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
Co-authored-by: Kyoichi Sugahara <[email protected]>
* feat(utils): add function to calculate shift start/end point

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

* feat(avoidance): add new parameter

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

* feat(avoidance): set shift start/end point with module taking traffic signal into account

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

---------

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

* replace object yaw with lanelets yaw when object orientation is unavailable

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

* fix unintended behavior: add escape and move replace state before path generation

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

* Update perception/map_based_prediction/src/map_based_prediction_node.cpp

Co-authored-by: Kyoichi Sugahara <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
Co-authored-by: Kyoichi Sugahara <[email protected]>
…dation#5426)

* feat(vehicle_cmd_gate): improve filter marker logic

Signed-off-by: 1222-takeshi <[email protected]>

* feat: update filtered logic

Signed-off-by: 1222-takeshi <[email protected]>

* chore: update README.md

Signed-off-by: 1222-takeshi <[email protected]>

* feat: update parameter

Signed-off-by: 1222-takeshi <[email protected]>

* feat: add condition for filtering marker

Signed-off-by: 1222-takeshi <[email protected]>

* refactor: add publishMarker function

Signed-off-by: 1222-takeshi <[email protected]>

---------

Signed-off-by: 1222-takeshi <[email protected]>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) labels Nov 1, 2023
@kyoichi-sugahara
Copy link
Contributor Author

made misstake....

@kyoichi-sugahara kyoichi-sugahara deleted the feat/miss_shimizu_san branch November 1, 2023 10:55
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:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants