intel/ros_openvino_toolkit

`segmented_object_topic_` is not declared

Opened this issue · 0 comments

Version

dev-ov2020.3

Reproduction link

https://github.com/intel/ros_openvino_toolkit/blob/dev-ov2020.3/dynamic_vino_lib/src/outputs/ros_service_output.cpp

Steps to reproduce

run catkin_make in catkin_ws workspace.

What is expected?

segmented_object_topic_ was not declared, so it should be deleted or commented.

What is actually happening?

When I tried to build projects, the console reports error:

error: ‘segmented_object_topic_’ was not declared in this scope
   segmented_object_topic_ = nullptr;