Skip to content

Commit 5b0ec74

Browse files
authored
add [[maybe_unused]] to EstimateCamPosePNP() (#1721)
Fixes #1716
1 parent 04e28bc commit 5b0ec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

photon-targeting/src/main/native/include/photon/estimation/VisionEstimation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace VisionEstimation {
4848

4949
#include <iostream>
5050

51-
static std::optional<PnpResult> EstimateCamPosePNP(
51+
[[maybe_unused]] static std::optional<PnpResult> EstimateCamPosePNP(
5252
const Eigen::Matrix<double, 3, 3>& cameraMatrix,
5353
const Eigen::Matrix<double, 8, 1>& distCoeffs,
5454
const std::vector<PhotonTrackedTarget>& visTags,

0 commit comments

Comments
 (0)