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

refactor(control/pid_longitudinal_controller): rework parameters #6707

Merged
merged 7 commits into from
Aug 21, 2024

Conversation

oguzkaganozt
Copy link
Contributor

@oguzkaganozt oguzkaganozt commented Mar 28, 2024

Description

Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371

Tests performed

Built and launched the node locally.

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.

@oguzkaganozt oguzkaganozt self-assigned this Mar 28, 2024
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) labels Mar 28, 2024
@oguzkaganozt oguzkaganozt marked this pull request as draft March 28, 2024 12:30
@oguzkaganozt oguzkaganozt added tag:deploy-docs Mark for deploy-docs action generation. (used-by-ci) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Apr 3, 2024
Copy link

github-actions bot commented Apr 3, 2024

Documentation URL: https://autowarefoundation.github.io/autoware.universe/pr-6707/
Modified URLs:

@oguzkaganozt oguzkaganozt force-pushed the refactor/pid_longitudinal_controller branch from ef911b8 to b8e1e3b Compare April 3, 2024 15:11
@oguzkaganozt oguzkaganozt marked this pull request as ready for review April 3, 2024 15:11
Copy link

stale bot commented Jun 4, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Jun 4, 2024
@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label Jun 20, 2024
@oguzkaganozt oguzkaganozt force-pushed the refactor/pid_longitudinal_controller branch from 1521f04 to 3865866 Compare June 21, 2024 12:46
@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) and removed type:documentation Creating or refining documentation. (auto-assigned) labels Jun 21, 2024
@vividf
Copy link
Contributor

vividf commented Aug 6, 2024

@oguzkaganozt
Would like to ask are you working on this PR :)
Thanks

@oguzkaganozt oguzkaganozt force-pushed the refactor/pid_longitudinal_controller branch from 0deada8 to 04de8f2 Compare August 12, 2024 16:31
Copy link

github-actions bot commented Aug 12, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@github-actions github-actions bot removed the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Aug 12, 2024
@oguzkaganozt
Copy link
Contributor Author

@oguzkaganozt Would like to ask are you working on this PR :) Thanks

Working on it :)

@oguzkaganozt oguzkaganozt force-pushed the refactor/pid_longitudinal_controller branch from da8333e to 2988d5f Compare August 12, 2024 16:38
@oguzkaganozt oguzkaganozt force-pushed the refactor/pid_longitudinal_controller branch from 2988d5f to faabfd7 Compare August 15, 2024 09:35
@oguzkaganozt
Copy link
Contributor Author

Copy link
Contributor

@takayuki5168 takayuki5168 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@oguzkaganozt oguzkaganozt force-pushed the refactor/pid_longitudinal_controller branch from faabfd7 to 4e57762 Compare August 20, 2024 11:57
@oguzkaganozt oguzkaganozt enabled auto-merge (squash) August 20, 2024 11:58
@oguzkaganozt oguzkaganozt force-pushed the refactor/pid_longitudinal_controller branch from 4e57762 to 80de550 Compare August 21, 2024 11:36
oguzkaganozt and others added 4 commits August 21, 2024 16:09
.
Signed-off-by: Oguz Ozturk <[email protected]>
.
Signed-off-by: Oguz Ozturk <[email protected]>
@oguzkaganozt oguzkaganozt force-pushed the refactor/pid_longitudinal_controller branch from 80de550 to 9f5fe7e Compare August 21, 2024 13:10
oguzkaganozt and others added 3 commits August 21, 2024 16:20
Signed-off-by: Oguz Ozturk <[email protected]>
.
Signed-off-by: Oguz Ozturk <[email protected]>
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.93%. Comparing base (556816d) to head (797236d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6707   +/-   ##
=======================================
  Coverage   23.93%   23.93%           
=======================================
  Files        1382     1382           
  Lines      102001   101976   -25     
  Branches    38868    38851   -17     
=======================================
+ Hits        24410    24411    +1     
+ Misses      75124    75097   -27     
- Partials     2467     2468    +1     
Flag Coverage Δ *Carryforward flag
differential 35.09% <ø> (?)
total 23.94% <ø> (+<0.01%) ⬆️ Carriedforward from 556816d

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oguzkaganozt oguzkaganozt merged commit 4230758 into main Aug 21, 2024
30 checks passed
@oguzkaganozt oguzkaganozt deleted the refactor/pid_longitudinal_controller branch August 21, 2024 13:49
@yuki-takagi-66
Copy link
Contributor

@oguzkaganozt
The parameter stopped_jerk has recently been removed. It would be appreciated if you could support this.

kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
…owarefoundation#6707)

* reset and re-apply refactoring

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

* style(pre-commit): autofix

* .

Signed-off-by: Oguz Ozturk <[email protected]>

* .

Signed-off-by: Oguz Ozturk <[email protected]>

---------

Signed-off-by: Oguz <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
yuki-takagi-66 pushed a commit to tier4/autoware.universe that referenced this pull request Sep 17, 2024
…owarefoundation#6707)

* reset and re-apply refactoring

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

* style(pre-commit): autofix

* .

Signed-off-by: Oguz Ozturk <[email protected]>

* .

Signed-off-by: Oguz Ozturk <[email protected]>

---------

Signed-off-by: Oguz <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
yuki-takagi-66 pushed a commit to tier4/autoware.universe that referenced this pull request Sep 17, 2024
…owarefoundation#6707)

* reset and re-apply refactoring

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

* style(pre-commit): autofix

* .

Signed-off-by: Oguz Ozturk <[email protected]>

* .

Signed-off-by: Oguz Ozturk <[email protected]>

---------

Signed-off-by: Oguz <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:control Vehicle control algorithms and mechanisms. (auto-assigned) tag:deploy-docs Mark for deploy-docs action generation. (used-by-ci) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants