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 deprecated parameter node_name with name #2541

Merged
merged 1 commit into from
Nov 15, 2022
Merged

Replace deprecated parameter node_name with name #2541

merged 1 commit into from
Nov 15, 2022

Conversation

augustelalande
Copy link
Contributor

The node_name parameter of launch_ros.actions.Node was deprecated in Foxy and removed in Galactic, and needs to be replaced with the name parameter to avoid errors.

This change will cause errors for versions before Foxy, but those versions already have errors due to their use of the node_executable parameter instead of the modern executable.

PS: I couldn't stop myself from making some style changes to assuage my linter.

@Nir-Az Nir-Az merged commit ba44511 into IntelRealSense:ros2-development Nov 15, 2022
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

Successfully merging this pull request may close these issues.

3 participants