Skip to content

Commit

Permalink
Update ros_rgbd.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
raulmur committed Feb 1, 2016
1 parent af0e902 commit 2fc9730
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Examples/ROS/ORB_SLAM2/src/ros_rgbd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ void ImageGrabber::GrabRGBD(const sensor_msgs::ImageConstPtr& msgRGB,const senso
return;
}

cout << cv_ptrD->image.rows << " x " << cv_ptrD->image.cols << ", type: " << cv_ptrD->image.type() << endl;
/*cv::imshow("rgb",cv_ptrRGB->image);
cv::imshow("depth",cv_ptrD->image);
cv::waitKey(20);*/


mpSLAM->TrackRGBD(cv_ptrRGB->image,cv_ptrD->image,cv_ptrRGB->header.stamp.toSec());
}

Expand Down

0 comments on commit 2fc9730

Please sign in to comment.