Skip to content
Snippets Groups Projects
Commit beaea50a authored by ydepledt's avatar ydepledt
Browse files

Merge branch '1-publisher-for-visual-odometry' of...

Merge branch '1-publisher-for-visual-odometry' of https://gitlab.iri.upc.edu/mobile_robotics/wolf_projects/wolf_ros/wolf_ros_vision into 1-publisher-for-visual-odometry
parents 6f9f6910 a3cad01f
No related branches found
No related tags found
2 merge requests!3After cmake and const refactor,!1Resolve "Publisher for visual odometry"
Pipeline #9804 failed
...@@ -175,7 +175,7 @@ void PublisherVisionDebug::publishDerived() ...@@ -175,7 +175,7 @@ void PublisherVisionDebug::publishDerived()
cv::cvtColor(cap_img->getImage(), cv_img_debug_preprocess, cv::COLOR_GRAY2BGR); cv::cvtColor(cap_img->getImage(), cv_img_debug_preprocess, cv::COLOR_GRAY2BGR);
cv::cvtColor(cap_img->getImage(), cv_img_debug, cv::COLOR_GRAY2BGR); 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 // Draw all tracks
showTracks(cv_img_debug, track_matrix, cap_img); 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