cleaned up the code.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#ifndef _BALL_DETECTOR_H_
|
||||
#define _BALL_DETECTOR_H_
|
||||
|
||||
//std
|
||||
#include <string>
|
||||
|
||||
#include <opencv2/core/core.hpp>
|
||||
|
@@ -47,7 +47,6 @@ int main(int argc, char **argv)
|
||||
//node loop
|
||||
while (ros::ok())
|
||||
{
|
||||
|
||||
//if new image , do things
|
||||
if (detector.newImage())
|
||||
{
|
||||
|
Reference in New Issue
Block a user