You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LifecycleNode class has a member variable, node_logging_, but no accessor method to retrieve it. There are access methods for the other interfaces, but not this one. I am porting the tf2_ros::MessageFilter class to be able to use lifecycle nodes and need the logging interface from the lifecycle node so that I can provide it to the MessageFilter.
Implementation considerations
Could be a simple copy-and-paste of the accessor method from the rclcpp::Node class.
The text was updated successfully, but these errors were encountered:
…#649)
* Increase test coverage and add more safety checks
Signed-off-by: Stephen Brawner <[email protected]>
* More coverage
Signed-off-by: Stephen Brawner <[email protected]>
* Concatenating error messages
Signed-off-by: Stephen Brawner <[email protected]>
* PR Fixup
Signed-off-by: Stephen Brawner <[email protected]>
* Forgot a
Signed-off-by: Stephen Brawner <[email protected]>
* PR Fixup
Signed-off-by: Stephen Brawner <[email protected]>
* Moving var to top
Signed-off-by: Stephen Brawner <[email protected]>
Co-authored-by: Stephen Brawner <[email protected]>
Feature request
Feature description
The LifecycleNode class has a member variable, node_logging_, but no accessor method to retrieve it. There are access methods for the other interfaces, but not this one. I am porting the tf2_ros::MessageFilter class to be able to use lifecycle nodes and need the logging interface from the lifecycle node so that I can provide it to the MessageFilter.
Implementation considerations
Could be a simple copy-and-paste of the accessor method from the rclcpp::Node class.
The text was updated successfully, but these errors were encountered: