-
Notifications
You must be signed in to change notification settings - Fork 324
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
Fix Windows Compilation Issues in joint_trajectory_controller and pid_controller (master branch) #1330
Fix Windows Compilation Issues in joint_trajectory_controller and pid_controller (master branch) #1330
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1330 +/- ##
=======================================
Coverage 80.57% 80.57%
=======================================
Files 109 109
Lines 9553 9552 -1
Branches 832 831 -1
=======================================
Hits 7697 7697
Misses 1578 1578
+ Partials 278 277 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I don't see the changes you listed in your description, are there commits missing? |
It’s just the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and CI is also happy!
I was just wondering, you write
but only the lambda capture was changed for JTC. |
What about: "Modifies the lambda capture in is_erase_value from [ ] to [=], which captures all outer scope variables by value."? |
I'm totally fine with the changes you did, just the description was not matching ;) |
fa42b5e
into
ros-controls:master
Co-authored-by: SENAI-GilmarCorreia <gilmar.correia@sp.senai.br> (cherry picked from commit fa42b5e)
Co-authored-by: SENAI-GilmarCorreia <gilmar.correia@sp.senai.br> (cherry picked from commit fa42b5e)
Description:
This pull request addresses compilation issues encountered in the
joint_trajectory_controller
andpid_controller
when building on Windows. The changes ensure compatibility with the Windows environment and improve overall stability.Changes Made:
joint_trajectory_controller:
pid_controller:
Testing:
Please let me know if you have any questions or need further modifications. I appreciate your feedback!