Remove lifecycle node controllers#124
Merged
bmagyar merged 8 commits intoros-controls:masterfrom Dec 14, 2020
Merged
Conversation
destogl
reviewed
Dec 12, 2020
bmagyar
approved these changes
Dec 13, 2020
destogl
approved these changes
Dec 13, 2020
|
|
||
| #include "hardware_interface/types/hardware_interface_return_values.hpp" | ||
| #include "hardware_interface/types/hardware_interface_type_values.hpp" | ||
| #include "lifecycle_msgs/msg/state.hpp" |
Member
|
Ok I've touched things up a bit, added back the node nullptr check to facilitate one of the existing tests and modified another test to not try the ill-posed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes:
LifecyclePublishers with regularPublishers, unfortunately now controllers could publish while deactivated.get_lifecycle_nodeThe
LifecyclePublisherabove made me notice that there are no LifecycleSubscribers or LifecycleServices. Is it because they have yet to be implemented, or because aLifecycleNodestops serving callbacks if it's not active? I could not find mention to this.