Skip to content
Snippets Groups Projects
Commit ea5c6185 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

remove offending line

parent 843cf3a1
No related branches found
No related tags found
2 merge requests!3After cmake and const refactor,!1Resolve "Publisher for visual odometry"
......@@ -158,7 +158,7 @@ void PublisherVisionDebug::publishDerived()
// Extract cv image
cv::Mat cv_img_debug;
cv::cvtColor(cap_img->getImage(), cv_img_debug, cv::COLOR_GRAY2BGR);
cv::cvtColor(cap_img_origin->getImage(), cv_img_debug, cv::COLOR_GRAY2BGR);
// cv::cvtColor(cap_img_origin->getImage(), cv_img_debug, cv::COLOR_GRAY2BGR);
// Draw all tracks
showTracks(cv_img_debug, track_matrix, cap_img);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment