JdeRobot / JdeRobot/ros2-drivers
Add support to read necessary info from Yaml config files for camera publisher / subscriber
- Dominant language
- C++
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the camera publisher / subscriber node has important parameters like frame rate, image format, etc hard coded into the code.
It would be much better if such parameters could be read from a YAML config file, similar to cameraserver and cameraview in JdeRobot
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the camera publisher and subscriber entry points and identifying the hard-coded parameters for frame rate, image format, and related settings. Compare their configuration approach with cameraserver and cameraview in JdeRobot; done means these parameters can be supplied through a YAML configuration file instead of only through code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, yaml
- Domain
- robotics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100