Skip to content

Commit

Permalink
Update PhotonPipelineResult.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 30, 2023
1 parent f65f1c9 commit 6523add
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ class PhotonPipelineResult {
*/
units::second_t GetTimestamp() const { return timestamp; }

/**
* Return the latest mulit-target result, as calculated on your coprocessor.
* Be sure to check getMultiTagResult().estimatedPose.isValid before using the
* pose estimate!
*/
const MultiTargetPnpResult& MultiTagResult() const { return m_pnpResults; }

/**
Expand Down

0 comments on commit 6523add

Please sign in to comment.