mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
aruco_detect: don't convert image to bgr8 as this is not needed
This commit is contained in:
@@ -140,7 +140,7 @@ private:
|
||||
if (!enabled_) return;
|
||||
if (waiting_for_map_) return;
|
||||
|
||||
Mat image = cv_bridge::toCvShare(msg, "bgr8")->image;
|
||||
Mat image = cv_bridge::toCvShare(msg)->image;
|
||||
|
||||
vector<int> ids;
|
||||
vector<vector<cv::Point2f>> corners, rejected;
|
||||
|
||||
Reference in New Issue
Block a user