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

Const topic instead of parameters #2728

Merged
merged 6 commits into from
Jul 26, 2024
Merged

Conversation

Shobuj-Paul
Copy link
Contributor

Description

Replaced rclcpp::Node::get_parameter_or() by instead assigning value directly to topic variables.
I could not find any other instances where this particular case has been repeated, i.e., topic names assigned with get_parameter_or() function.

Fixes #2714

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials/documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

@Shobuj-Paul Shobuj-Paul force-pushed the remove-topic-params branch from 9c90bbd to 2b7177b Compare March 6, 2024 17:03
@Shobuj-Paul Shobuj-Paul force-pushed the remove-topic-params branch from 2b7177b to 4e65389 Compare April 3, 2024 14:26
Copy link

This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete.

@github-actions github-actions bot added the stale Inactive issues and PRs are marked as stale and may be closed automatically. label May 21, 2024
@github-actions github-actions bot removed the stale Inactive issues and PRs are marked as stale and may be closed automatically. label Jun 27, 2024
@sjahr sjahr merged commit 51c3862 into moveit:main Jul 26, 2024
7 of 10 checks passed
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.

Remove topic name parameters in favor of const topic names
3 participants