intel / ros2_openvino_toolkit

Apache License 2.0
163 stars 83 forks source link

Introduce Factory design mode for ros2_openvino_toolkit #281

Open gitpqLee opened 1 year ago

gitpqLee commented 1 year ago

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 support for 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: