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

🚀 Add PID controller 🎉 (backport #434, #975, #899, #1084, #951) #1163

Merged
merged 6 commits into from
Jun 18, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 5, 2024

Proposal for a new controller that provides PID functionality.

The controller can be used stand-alone, in a chain.
Measured states can be provided through the topic or state interface, depening on the concrete control arch.
For example, if you are having an external estimator, using topic might be eaiser at first then full integration into ros2_control.

The PR depends the following changes:

Looking forward for your feedback!

Testing dependencies:

  control_msgs:
    type: git
    url: git@github.com:ros-controls/control_msgs.git
    version: add-generic-msgs-for-controller-references
  control_toolbox:
    type: git
    url: git@github.com:ros-controls/control_toolbox.git
    version: add-option-to-define-prefix-as-param-prefix
  ros2_controllers:
    type: git
    url: git@github.com:StoglRobotics-forks/ros2_controllers.git
    version: add-pid-controller

This is an automatic backport of pull request #434 done by [Mergify](https://mergify.com).

Copy link

codecov bot commented Jun 5, 2024

Codecov Report

Attention: Patch coverage is 84.28875% with 74 lines in your changes missing coverage. Please review.

Project coverage is 86.75%. Comparing base (94149be) to head (0f77bc3).
Report is 2 commits behind head on iron.

Additional details and impacted files
@@            Coverage Diff             @@
##             iron    #1163      +/-   ##
==========================================
+ Coverage   86.67%   86.75%   +0.08%     
==========================================
  Files          86       91       +5     
  Lines        7412     7831     +419     
  Branches      612      687      +75     
==========================================
+ Hits         6424     6794     +370     
- Misses        759      791      +32     
- Partials      229      246      +17     
Flag Coverage Δ
unittests 86.75% <84.28%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pid_controller/test/test_load_pid_controller.cpp 100.00% <100.00%> (ø)
pid_controller/test/test_pid_controller.cpp 100.00% <100.00%> (ø)
..._controller/test/test_pid_controller_preceding.cpp 100.00% <100.00%> (ø)
pid_controller/test/test_pid_controller.hpp 83.14% <83.14%> (ø)
pid_controller/src/pid_controller.cpp 70.79% <70.79%> (ø)

... and 8 files with indirect coverage changes

@christophfroehlich christophfroehlich changed the title 🚀 Add PID controller 🎉 (backport #434) 🚀 Add PID controller 🎉 (backport #434, #975, #899, #1084, #951) Jun 6, 2024
@bmagyar bmagyar merged commit 014848c into iron Jun 18, 2024
12 of 13 checks passed
@bmagyar bmagyar deleted the mergify/bp/iron/pr-434 branch June 18, 2024 08:22
henrygerardmoore pushed a commit to henrygerardmoore/ros2_controllers that referenced this pull request Jul 19, 2024
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/ros-tooling/action-ros-ci/releases)
- [Commits](ros-tooling/action-ros-ci@0.3.4...0.3.5)

---
updated-dependencies:
- dependency-name: ros-tooling/action-ros-ci
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants