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 filter plugin for exponential filter #231

Open
wants to merge 7 commits into
base: ros2-master
Choose a base branch
from

Conversation

christophfroehlich
Copy link
Contributor

Similar to control_filters/LowPassFilter, the filter itself was already there.

@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 29 lines in your changes missing coverage. Please review.

Project coverage is 69.06%. Comparing base (641c929) to head (afc34ba).

Files with missing lines Patch % Lines
include/control_filters/exponential_filter.hpp 0.00% 28 Missing ⚠️
src/control_filters/exponential_filter.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           ros2-master     #231      +/-   ##
===============================================
- Coverage        71.05%   69.06%   -2.00%     
===============================================
  Files               20       23       +3     
  Lines             1040     1070      +30     
  Branches            84       88       +4     
===============================================
  Hits               739      739              
- Misses             255      285      +30     
  Partials            46       46              
Flag Coverage Δ
unittests 69.06% <0.00%> (-2.00%) ⬇️

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

Files with missing lines Coverage Δ
src/control_filters/exponential_filter.cpp 0.00% <0.00%> (ø)
include/control_filters/exponential_filter.hpp 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

---- 🚨 Try these New Features:

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.

2 participants