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

Clean up unused variable EPS in mecanum_drive_controller #1444

Merged
merged 3 commits into from
Dec 26, 2024

Conversation

Shankar-Balajee
Copy link
Contributor

@Shankar-Balajee Shankar-Balajee commented Dec 24, 2024

closes: #1441

Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

  1. Limited scope. Your PR should do one thing or one set of things. Avoid adding “random fixes” to PRs. Put those on separate PRs.
  2. Give your PR a descriptive title. Add a short summary, if required.
  3. Make sure the pipeline is green.
  4. Don’t be afraid to request reviews from maintainers.
  5. New code = new tests. If you are adding new functionality, always make sure to add some tests exercising the code and serving as live documentation of your original intention.

To send us a pull request, please:

  • Fork the repository.
  • Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
  • Ensure local tests pass. (colcon test and pre-commit run (requires you to install pre-commit by pip3 install pre-commit)
  • Commit to your fork using clear commit messages.
  • Send a pull request, answering any default questions in the pull request interface.
  • Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.

@Shankar-Balajee Shankar-Balajee changed the title Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp KEYWORD Dec 24, 2024
@Shankar-Balajee Shankar-Balajee changed the title Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp KEYWORD closes #1441 : Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp KEYWORD Dec 24, 2024
@Shankar-Balajee Shankar-Balajee changed the title closes #1441 : Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp KEYWORD Closes #1441 : Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp KEYWORD Dec 24, 2024
@Shankar-Balajee Shankar-Balajee changed the title Closes #1441 : Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp KEYWORD Closes #1441 : Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp Dec 24, 2024
Copy link
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.

Hi and thank you!

No reason in my opinion to keep it commented, just delete it.

@saikishor saikishor changed the title Closes #1441 : Cleaned up unused variable EPS in /mecanum_drive_controller/test_mecanum_drive_controller.cpp Clean up unused variable EPS in mecanum_drive_controller Dec 24, 2024
@christophfroehlich
Copy link
Contributor

@Mergifyio backport mergify/bp/humble/pr-512

Copy link
Contributor

mergify bot commented Dec 26, 2024

backport mergify/bp/humble/pr-512

✅ Backports have been created

Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.81%. Comparing base (eaeefdf) to head (33d7658).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1444      +/-   ##
==========================================
- Coverage   83.83%   83.81%   -0.03%     
==========================================
  Files         122      122              
  Lines       11120    11121       +1     
  Branches      944      945       +1     
==========================================
- Hits         9323     9321       -2     
- Misses       1489     1490       +1     
- Partials      308      310       +2     
Flag Coverage Δ
unittests 83.81% <ø> (-0.03%) ⬇️

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

Files with missing lines Coverage Δ
..._controller/test/test_mecanum_drive_controller.cpp 100.00% <ø> (ø)

... and 4 files with indirect coverage changes

@christophfroehlich christophfroehlich merged commit f23b7d8 into ros-controls:master Dec 26, 2024
20 of 24 checks passed
mergify bot pushed a commit that referenced this pull request Dec 26, 2024
christophfroehlich pushed a commit that referenced this pull request Dec 26, 2024
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.

Cleanup an unused variable
4 participants