-
Notifications
You must be signed in to change notification settings - Fork 345
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
[JTC] Rename open_loop_control parameter and slightly change its scope #1525
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks for your PR. However, we must not change the default behavior of existing setups. Your change would go into the stable jazzy release as well.
- please keep the old
open_loop
parameter and add a deprecation warning if it is set to the non-default value (true
) - if
open_loop
is set to true, we still should deactivate theuse_closed_loop_pid_adapter_
and override the setting ofinterpolate_from_desired_state
- Mark deprecated code clearly, so we can remove that in the release after next.
- Please add a migration note and release note here.
joint_trajectory_controller/src/joint_trajectory_controller_parameters.yaml
Outdated
Show resolved
Hide resolved
…rameters.yaml Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
…ion and release notes
Thanks for the comments. This should be better now. |
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.
Thanks for the follow-up, but please use pre-commit the next time (fixed that for you).
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1525 +/- ##
==========================================
- Coverage 84.27% 84.25% -0.03%
==========================================
Files 123 123
Lines 11359 11360 +1
Branches 961 963 +2
==========================================
- Hits 9573 9571 -2
- Misses 1470 1471 +1
- Partials 316 318 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Hi, I took a look and tested it on my example and it actually fixes another bug which I was not yet able to find. So it looks good to me but what exactly do you mean by replacing |
can you leave a review in the other pr please? |
This pull request is in conflict. Could you fix it @Thieso? |
Resolves #1505