Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

'person_reid_topic_' and 'segmented_object_topic_' were not declared. #125

Open
Corsair-cxs opened this issue Mar 12, 2021 · 0 comments
Open

Comments

@Corsair-cxs
Copy link
Contributor

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:

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;
LewisLiuPub added a commit that referenced this issue Mar 15, 2021
Replace 'person_reid_msg_ptr_' with 'person_reid_topic_' [issue #125]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant