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

Java example returned type is incorrect in example. (page: using-target-data) #311

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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