Skip to content

Commit

Permalink
Remove imview at onInit
Browse files Browse the repository at this point in the history
  • Loading branch information
7675t committed Jun 29, 2017
1 parent 3f78088 commit 24e5680
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/nodelet/match_template_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ namespace match_template
//templ_ = imread(templ_file, cv::IMREAD_COLOR);
templ_ = imread (templ_file, cv::IMREAD_COLOR);

if (debug_view_)
{
cv::imshow ("Match Template", templ_);
int c = cv::waitKey (1);
}
prev_stamp_ = ros::Time (0, 0);

reconfigure_server_ = boost::make_shared < dynamic_reconfigure::Server < Config > >(*pnh_);
Expand Down

0 comments on commit 24e5680

Please sign in to comment.