Skip to content

[JTC] Rename normalize_error to angle_wraparound parameter#772

Merged
bmagyar merged 1 commit intoros-controls:masterfrom
christophfroehlich:jtc/parameter_description
Sep 13, 2023
Merged

[JTC] Rename normalize_error to angle_wraparound parameter#772
bmagyar merged 1 commit intoros-controls:masterfrom
christophfroehlich:jtc/parameter_description

Conversation

@christophfroehlich
Copy link
Copy Markdown
Member

I found a very old issue and realized that normalize_error was called angle_wraparound in ROS 1. I renamed the parameter because the old naming is more descriptive from a user perspective (and some user might be familiar with the old name)

Closes #85

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #772 (20b7cf8) into master (e7f9962) will decrease coverage by 4.90%.
Report is 366 commits behind head on master.
The diff coverage is 25.91%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #772      +/-   ##
==========================================
- Coverage   35.78%   30.88%   -4.90%     
==========================================
  Files         189        7     -182     
  Lines       17570      832   -16738     
  Branches    11592      505   -11087     
==========================================
- Hits         6287      257    -6030     
+ Misses        994      133     -861     
+ Partials    10289      442    -9847     
Flag Coverage Δ
unittests 30.88% <25.91%> (-4.90%) ⬇️

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

Files Changed Coverage Δ
...ontroller/test/test_load_diff_drive_controller.cpp 11.11% <0.00%> (ø)
...ive_controller/test/test_diff_drive_controller.cpp 12.66% <7.81%> (ø)
diff_drive_controller/src/odometry.cpp 42.16% <11.11%> (ø)
diff_drive_controller/src/speed_limiter.cpp 46.55% <11.11%> (ø)
...iff_drive_controller/src/diff_drive_controller.cpp 47.13% <46.94%> (ø)
...de/diff_drive_controller/diff_drive_controller.hpp 100.00% <100.00%> (ø)
...troller/include/diff_drive_controller/odometry.hpp 100.00% <100.00%> (ø)

... and 189 files with indirect coverage changes

Copy link
Copy Markdown
Member

@bmagyar bmagyar left a comment

Choose a reason for hiding this comment

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

Nicely done, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-humble Triggers PR backport to ROS 2 humble.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Port over "joint wraparound" to joint_trajectory_controller

3 participants