Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelvenzi committed Oct 11, 2016
1 parent 8717dfa commit 5957060
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vision/tracked_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,8 @@ void TrackedObject::runTracking()
for (int i = 0; i < last_pose_vector_.size(); ++i)
{
theta[i] = atan2(last_pose_vector_[i].y, last_pose_vector_[i].x);
ROS_INFO_STREAM("X: " << last_pose_vector_[i].x << "Y: " << last_pose_vector_[i].y);
}
orientation_ = theta;
ROS_INFO_STREAM("THETA " << orientation_[0] << orientation_[1] << orientation_[2]);
}
}

Expand Down

0 comments on commit 5957060

Please sign in to comment.