From 6d1622cd014c3d89faa7b8d56e70f6a83d42b6de Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 20 Mar 2024 20:39:02 +0100 Subject: [PATCH] update --- utils/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.h b/utils/utils.h index bb5f6f4..de7e0a6 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -24,4 +24,4 @@ enum Team YELLOW }; -double distanceBetweenRobotAndTag(Type::RobotPose robotPose, const cv::Mat& a); \ No newline at end of file +double distanceBetweenRobotAndTag(const Type::RobotPose& robotPose, const cv::Mat& a); \ No newline at end of file