Skip to content

Commit 24e5680

Browse files
committed
Remove imview at onInit
1 parent 3f78088 commit 24e5680

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/nodelet/match_template_nodelet.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,6 @@ namespace match_template
227227
//templ_ = imread(templ_file, cv::IMREAD_COLOR);
228228
templ_ = imread (templ_file, cv::IMREAD_COLOR);
229229

230-
if (debug_view_)
231-
{
232-
cv::imshow ("Match Template", templ_);
233-
int c = cv::waitKey (1);
234-
}
235230
prev_stamp_ = ros::Time (0, 0);
236231

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

0 commit comments

Comments
 (0)