Skip to content

Commit

Permalink
Merge branch 'humble' into wls_fix_humble
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam authored Aug 23, 2024
2 parents 8ef4039 + 1d526be commit 51fba3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthai_ros_driver/src/pipeline/base_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ std::vector<std::unique_ptr<dai_nodes::BaseNode>> StereoToF::createPipeline(std:
}

std::vector<std::unique_ptr<dai_nodes::BaseNode>> ToF::createPipeline(std::shared_ptr<rclcpp::Node> node,
std::shared_ptr<dai::Device> device,
std::shared_ptr<dai::Device> /*device*/,
std::shared_ptr<dai::Pipeline> pipeline,
const std::string& /*nnType*/) {
std::vector<std::unique_ptr<dai_nodes::BaseNode>> daiNodes;
Expand Down

0 comments on commit 51fba3a

Please sign in to comment.