Skip to content
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

Lifecycle nodes #258

Draft
wants to merge 4 commits into
base: rolling
Choose a base branch
from
Draft

Conversation

ilidar
Copy link

@ilidar ilidar commented Nov 5, 2022

Attempt to support rclcpp::LifecycleNode influenced by #167.

@devrite
Copy link

devrite commented Apr 12, 2023

Hey,

I also want to see Lifecycle-Nodes supported. Depending on whether people still want to support the old API you could have a look at a branch I started a while ago. I did try to implement an Api for plugins that returns the required node interfaces, which could be skipped if we think we will not extend it beyond node interfaces.

I tried to create additional constructors and templated functions with a different name of the same kind as the old API to still be able support the old API. If this is needed you may take inspiration from that.

https://github.com/devrite/image_common/commits/feature/wip_api_playground

@ahcorde ahcorde added the ros2 Issues or Pull Requests targeting ROS2 label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ros2 Issues or Pull Requests targeting ROS2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants