This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
[ERROR] ‘struct PipelineManager::PipelineData’ has no member named ‘parent_node’ #103
Open
3 of 5 tasks
error: ‘struct PipelineManager::PipelineData’ has no member named ‘parent_node’
Environment(for bug reports)
My Related code
pipeline_manager.cpp,
std::shared_ptr<Pipeline> PipelineManager::createPipeline(const Params::ParamManager::PipelineRawData& params)
pipeline_manager.h:
Current Result
It seems that
parent_node
was defined in ros2_openvino_toolkit's pipeline_manager.h while not defined in this project.The text was updated successfully, but these errors were encountered: