Skip to content

Commit

Permalink
fix deprecated cv_bridge header file (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: ijnek <kenjibrameld@gmail.com>

Signed-off-by: ijnek <kenjibrameld@gmail.com>
  • Loading branch information
ijnek authored Dec 15, 2022
1 parent 3b23fe8 commit 5a779e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/barcode_reader_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <functional>
#include <chrono>
#include "zbar_ros/barcode_reader_node.hpp"
#include "cv_bridge/cv_bridge.h"
#include "cv_bridge/cv_bridge.hpp"

using namespace std::chrono_literals;

Expand Down

0 comments on commit 5a779e9

Please sign in to comment.