Skip to content

Conversation

christophfroehlich
Copy link
Contributor

See #156 (comment)

Fixes #156

@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2025

Codecov Report

Attention: Patch coverage is 95.59748% with 7 lines in your changes missing coverage. Please review.

Project coverage is 77.75%. Comparing base (4504fcf) to head (4f640e1).

Files with missing lines Patch % Lines
control_toolbox/test/pid_ros_publisher_tests.cpp 93.90% 0 Missing and 5 partials ⚠️
control_toolbox/src/pid_ros.cpp 93.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           ros2-master     #431      +/-   ##
===============================================
- Coverage        78.25%   77.75%   -0.51%     
===============================================
  Files               30       30              
  Lines             1890     2009     +119     
  Branches           114      125      +11     
===============================================
+ Hits              1479     1562      +83     
- Misses             342      379      +37     
+ Partials            69       68       -1     
Flag Coverage Δ
unittests 77.75% <95.59%> (-0.51%) ⬇️

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

Files with missing lines Coverage Δ
...ontrol_toolbox/include/control_toolbox/pid_ros.hpp 100.00% <100.00%> (ø)
control_toolbox/test/pid_ros_parameters_tests.cpp 100.00% <100.00%> (ø)
control_toolbox/src/pid_ros.cpp 64.22% <93.33%> (-6.63%) ⬇️
control_toolbox/test/pid_ros_publisher_tests.cpp 94.65% <93.90%> (-1.50%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@saikishor saikishor left a comment

Choose a reason for hiding this comment

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

Overall looks great.

Thank you :)

@christophfroehlich christophfroehlich added the backport-jazzy Triggers PR backport to ROS 2 jazzy. label Jul 21, 2025
@christophfroehlich christophfroehlich changed the title Remove prefix_is_for_params from PID_Ros Deprecate prefix_is_for_params of PidROS Jul 21, 2025
Copy link
Member

@saikishor saikishor left a comment

Choose a reason for hiding this comment

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

The changes itself look good to me.

Just a nitpick on the parameter naming that I left as a comment.

saikishor
saikishor previously approved these changes Jul 21, 2025
Copy link
Member

@destogl destogl left a comment

Choose a reason for hiding this comment

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

Small clarification on default behavior. Otherwise good!

saikishor
saikishor previously approved these changes Jul 21, 2025
Copy link
Member

@saikishor saikishor left a comment

Choose a reason for hiding this comment

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

LGTM

destogl
destogl previously approved these changes Jul 21, 2025
Copy link
Member

@destogl destogl left a comment

Choose a reason for hiding this comment

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

Thanks! Let's also accept the @saikishor's proposal

Co-authored-by: Sai Kishor Kothakota <[email protected]>
@christophfroehlich christophfroehlich merged commit f2fa8f0 into ros2-master Jul 22, 2025
21 of 25 checks passed
@christophfroehlich christophfroehlich deleted the pid/prefix branch July 22, 2025 06:08
mergify bot pushed a commit that referenced this pull request Jul 22, 2025
(cherry picked from commit f2fa8f0)

# Conflicts:
#	doc/migration.rst
#	doc/release_notes.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-jazzy Triggers PR backport to ROS 2 jazzy.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove prefix_is_for_params from PID_Ros

4 participants