Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Fix return type for example (pose3d) (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubyboat1207 authored Jan 9, 2024
1 parent 54cfc26 commit 603a623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/programming/photonlib/using-target-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Estimating Field Relative Pose with AprilTags
.. code-block:: java
// Calculate robot's field relative pose
Pose3D robotPose = PhotonUtils.estimateFieldToRobotAprilTag(target.getBestCameraToTarget(), aprilTagFieldLayout.getTagPose(target.getFiducialId()), cameraToRobot);
Pose3d robotPose = PhotonUtils.estimateFieldToRobotAprilTag(target.getBestCameraToTarget(), aprilTagFieldLayout.getTagPose(target.getFiducialId()), cameraToRobot);
.. code-block:: c++

//TODO
Expand Down

0 comments on commit 603a623

Please sign in to comment.