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

Replace Node templates with NodeInterfaces #54

Open
Yadunund opened this issue Jan 7, 2025 · 0 comments
Open

Replace Node templates with NodeInterfaces #54

Yadunund opened this issue Jan 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Yadunund
Copy link
Member

Yadunund commented Jan 7, 2025

There are many APIs in Nexus which are templated to work with both rclcpp::Node and rclcpp_lifecycle::LifecycleNode. However this creates unnecessary template overhead and increased compilation time.

We should instead convert these APIs to accept a rclcpp:NodeInterface arg.

While we're at it also rename functions to snake case especially in nexus_lifecycle_manager.

@Yadunund Yadunund added the enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant