Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecation warning in paramater declaration
Updated the paramater declaration in `publisher_forward_position_controller` to resolve a deprecation warning. Changes Made: - Replaced `self.declare_parameter(name)` with `self.declare_parameter(name, descriptor=ParameterDescriptor(dynamic_typing=True))` Fixes: #1239
- Loading branch information