ros-perception / ros-perception/image_common
Support dynamic parameters in image transport plugins
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 153
- Forks
- 253
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
Feature request
(From ros2/ros2#531)
Feature description
Allow image transport plugins to use dynamic parameters in order to change things like compression parameters during execution.
Implementation considerations
dynamic_reconfigure is not existent in ROS2, instead use ParameterEvents
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ROS2 ParameterEvents example at demo_nodes_cpp/src/parameters/parameter_events.cpp, then inspect the image transport plugin parameter handling. The change is complete when plugins can receive parameter updates during execution and use them to change compression parameters without restarting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- robotics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100