Skip to content

Commit

Permalink
fixed wrong namespace on robot_identification
Browse files Browse the repository at this point in the history
  • Loading branch information
vieirin committed Dec 26, 2016
1 parent 5957060 commit 678a0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/vision/robot_identification.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class RobotIdentification : public IdentificationAlgorithm

std::string window_name_;

cv::string allies_;
cv::string enemies_;
std::string allies_;
std::string enemies_;

int area_ = 1155;
bool hasclosed_;
Expand Down

0 comments on commit 678a0f8

Please sign in to comment.