Remove topic name parameters in favor of const topic names #2714
Labels
api
API Improvements - type safety, readability, const-ness, testability
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
persistent
Allows issues to remain open without automatic stalling and closing.
In multiple places of moveit2 (for example moveit_cpp), topic names can be configured with a parameter. This is not necessary because remapping topics on launch file level is trivial and the parameter API can be simplified by removing these parameters. Instead of having the topic names configurable with a ROS 2 parameters we should just use a const name in the cpp code.
The text was updated successfully, but these errors were encountered: