-
Notifications
You must be signed in to change notification settings - Fork 304
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 wrong CLI output of controller states #947
Fix wrong CLI output of controller states #947
Conversation
christophfroehlich
commented
Feb 20, 2023
•
edited
Loading
edited
- Change in line 67 of ros2controlcli/ros2controlcli/verb/load_controller.py fixes Confusing feedback when loading controller from CLI #786
- I renamed the choices of load_controller.py to match set_controller_state: [inactive, active]
I realized now that the drepecations are still in |
I'd prefer to handle deprecation work on a separate PR |
9b8c849
to
c59a939
Compare
removed deprecation stuff -> ready for review |
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!
@Mergifyio backport humble |
✅ Backports have been created
|
@christophfroehlich can you also adjust back ported branch so that it doesn't have breaking changes. Or this doesn't make sense. |
* [CLI] Fix wrong output of controller states for `load_controller` command (#947) (cherry picked from commit a676d3c) # Conflicts: # ros2controlcli/ros2controlcli/verb/load_controller.py # ros2controlcli/ros2controlcli/verb/set_controller_state.py * Make changes non-breaking --------- Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> Co-authored-by: Dr. Denis <denis@stoglrobotics.de>