intel / intel/ros2_openvino_toolkit
Introduce Factory design mode for ros2_openvino_toolkit
- Dominant language
- C++
- Stars
- 187
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
The current programming modeling in the project is not friendly to add new extensions (e.g. adding new types of for Data Input, AI Model or Result Output).
We had been doing some attempts by adopting Factory design patterns in another repo ( [PR ](https://github.com/intel/ros_openvino_toolkit/pull/194) support for [ros_openvino_toolkit](https://github.com/intel/ros_openvino_toolkit)). And as a result of evaluation, we think the method is more friendly to new contributers and reducing the repeated code in the whole project.
So we want the tasks to be done such as:
- Migrating the draft implementation into the repo(ROS2_OpenVINO_toolkit).
- [Optional] Evaluate the impacts to the current functions (comparing with the functions once Factory mode adopted), document them or find the resolution.
Contributor guide
Assessment
This issue has not been assessed yet.