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

getLockedHeader() was not defined yet #122

Open
Corsair-cxs opened this issue Mar 12, 2021 · 1 comment
Open

getLockedHeader() was not defined yet #122

Corsair-cxs opened this issue Mar 12, 2021 · 1 comment

Comments

@Corsair-cxs
Copy link
Contributor

Version

dev-ov2020.3

Reproduction link

  1. https://github.com/intel/ros_openvino_toolkit/blob/dev-ov2020.3/dynamic_vino_lib/src/outputs/ros_topic_output.cpp
  2. https://github.com/intel/ros_openvino_toolkit/blob/dev-ov2020.3/dynamic_vino_lib/src/outputs/rviz_output.cpp

Steps to reproduce

run catkin_make in catkin_ws workspace.

What is expected?

Header related template function should be defined.
eg:

getHeader()
getLockedHeader()

What is actually happening?

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

error: invalid use of incomplete type ‘class Pipeline’
   auto header = getPipeline()->getInputDevice()->getLockedHeader();

I think getLockedHeader() was not defined yet.

@LewisLiuPub
Copy link
Contributor

Although PR #124 was merged, but it is just a WA for the issue.
a real solution with getLockedHeader() func and correspondent class should be designed later on.
so just keep the issue open, waiting for its solution's readiness.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants