energy changed

This commit is contained in:
sun
2019-08-05 19:34:34 +08:00
parent acfc1e8701
commit 92493a4447

View File

@@ -107,8 +107,6 @@ void Energy::runBig(cv::Mat &gimbal_src) {
getPredictPoint(target_point);
getAimPoint(predict_point);
judgeShootInGimbal();
cout << "yaw: " << yaw_rotation << '\t' << "pitch: " << pitch_rotation << '\t' << "shoot: " << shoot << endl;
waitKey(0);
sendEnergy();
}