Skip to content

Commit

Permalink
Remove optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Oct 25, 2023
1 parent 0392f50 commit a5f69e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photon-targeting/src/main/proto/photon_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ message PhotonPipelineResult {
message MultiTargetPNPResults {
wpi.proto.ProtobufTransform3d best = 1;
double bestReprojErr = 2;
optional wpi.proto.ProtobufTransform3d alt = 3;
optional double altReprojErr = 4;
wpi.proto.ProtobufTransform3d alt = 3;
double altReprojErr = 4;
double ambiguity = 5;

repeated int32 fiducial_ids_used = 6;
Expand Down

0 comments on commit a5f69e1

Please sign in to comment.