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

Adding NodeInterfaces API Design #714

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

Conversation

CursedRock17
Copy link
Contributor

Meant to resolve #698 this pull request deprecates and replaces all instances of NodeT within the geometry2 repo with rclcpp::node_interfaces::NodeInterfaces. This PR also replaces #661 to close #95.

While the key is to deprecate the old templated node methods there are some kinks, particularly in the StaticTransformBroadcaster and TransformBroadcaster classes in which a dereferenced node will prefer this templated version opposed to an implicit conversion. This is fine if we decide to keep the NodeT constructors in addition to the NodeInterfaces ones, but I feel that's pointless as we're trying to remove as template code here as we can.

CursedRock17 and others added 3 commits October 11, 2024 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant