[JTC] Rename open_loop_control parameter and slightly change its scope#1525
Conversation
There was a problem hiding this comment.
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_loopparameter and add a deprecation warning if it is set to the non-default value (true) - if
open_loopis 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. |
christophfroehlich
left a comment
There was a problem hiding this comment.
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.78% 84.72% -0.06%
==========================================
Files 124 124
Lines 11439 11442 +3
Branches 963 967 +4
==========================================
- Hits 9698 9694 -4
Misses 1433 1433
- Partials 308 315 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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? |
fcaa035
into
ros-controls:master
|
@Thieso as this is merged, could you please open the follow-up PR removing the deprecated code? We then can merge that as soon as we branch for jazzy. |
Resolves #1505