intel/ros_openvino_toolkit

Function `FrameProcessing` was not declared.

Opened this issue · 0 comments

Version

dev-ov2020.3

Reproduction link

https://github.com/intel/ros_openvino_toolkit/blob/dev-ov2020.3/sample/src/image_object_server.cpp

Steps to reproduce

run catkin_make in catkin_ws workspace.

What is expected?

Function std::make_shared<vino_service::FrameProcessing<object_msgs::DetectObject>>(service_name, FLAGS_config); has declared and build pass.

What is actually happening?

When I tried to build projects, the console reports function FrameProcessing was not declared in image_object_server.cpp.