You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
When I tried to build projects, the console reports error:
error: ‘person_reid_topic_’ was not declared in this scope
if (person_reid_topic_ != nullptr)
error: ‘segmented_object_topic_’ was not declared in this scope
segmented_object_topic_ = nullptr;
The text was updated successfully, but these errors were encountered:
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?
They have correct name.
What is actually happening?
When I tried to build projects, the console reports error:
The text was updated successfully, but these errors were encountered: