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

Commit e0c4bb6

Browse files
authored
add MULTI_TAG_pnp to docs (#284)
* adding multi_tag_pnp to the docs * changing five to six * removing pnp
1 parent e53af4d commit e0c4bb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/docs/programming/photonlib/robot-pose-estimator.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The API documentation can be found in here: `Java <https://github.wpilib.org/all
3131

3232
Creating a ``PhotonPoseEstimator``
3333
----------------------------------
34-
The PhotonPoseEstimator has a constructor that takes an ``AprilTagFieldLayout`` (see above), ``PoseStrategy``, ``PhotonCamera``, and ``Transform3d``. ``PoseStrategy`` has five possible values:
34+
The PhotonPoseEstimator has a constructor that takes an ``AprilTagFieldLayout`` (see above), ``PoseStrategy``, ``PhotonCamera``, and ``Transform3d``. ``PoseStrategy`` has six possible values:
3535

3636
* LOWEST_AMBIGUITY
3737
* Choose the Pose with the lowest ambiguity.
@@ -43,6 +43,8 @@ The PhotonPoseEstimator has a constructor that takes an ``AprilTagFieldLayout``
4343
* Choose the Pose which is closest to the last pose calculated.
4444
* AVERAGE_BEST_TARGETS
4545
* Choose the Pose which is the average of all the poses from each tag.
46+
* MULTI_TAG_PNP
47+
* Calculates a new robot position estimate by combining all visible tags.
4648

4749
.. tab-set-code::
4850
.. code-block:: java

0 commit comments

Comments
 (0)