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

Register component for republish node in humble #314

Open
khughes-bdai opened this issue May 22, 2024 · 0 comments
Open

Register component for republish node in humble #314

khughes-bdai opened this issue May 22, 2024 · 0 comments

Comments

@khughes-bdai
Copy link

On the rolling branch, a component is registered for the republish node (source):

#include "rclcpp_components/register_node_macro.hpp"

// Register the component with class_loader.
// This acts as a sort of entry point, allowing the component to be discoverable when its library
// is being loaded into a running process.
RCLCPP_COMPONENTS_REGISTER_NODE(image_transport::Republisher)

I would like to be able to use this in humble, but the component is not registered on that branch (source)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant