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

Commit 7774b42

Browse files
authored
Fix typo on robot pose estimator page (#250)
* Fix typo on robot pose estimator page * Fix title underline length
1 parent f65a587 commit 7774b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Calling ``update()`` on your ``RobotPoseEstimator`` will return a ``Pair<Pose3d,
117117
Additional ``RobotPoseEstimator`` Methods
118118
-----------------------------------------
119119

120-
``setRefrencePose(Pose3d referencePose)``
121-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
120+
``setReferencePose(Pose3d referencePose)``
121+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
122122

123123
Updates the stored reference pose when using the CLOSEST_TO_REFERENCE_POSE strategy.
124124

0 commit comments

Comments
 (0)