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

Commit 9f636ad

Browse files
authored
Fix examples documentation (#276)
* Fix typo * Fix grammer
1 parent e785240 commit 9f636ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/docs/examples/apriltag.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Knowledge and Equipment Needed
1212
- An open space with properly mounted 16h5 AprilTags
1313
- PhotonVision running on your laptop or a coprocessor
1414

15-
This example will show you how to use AprilTags for full field robot localization using ``PhotonPoseEstimator``, ``AprilTagFieldLayout``, and the WPILib Pose Estimaton Classes.
15+
This example will show you how to use AprilTags for full field robot localization using ``PhotonPoseEstimator``, ``AprilTagFieldLayout``, and the WPILib Pose Estimation Classes.
1616

1717
All PhotonVision specific code is in ``PhotonCameraWrapper.java`` and the relevant pose estimation parts are in ``DriveTrain.java.``
1818

source/docs/examples/simposeest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ WPILib's :code:`Pose2d` class is used to represent robot positions on the field.
2222

2323
Three different :code:`Pose2d` positions are relevant for this example:
2424

25-
1) Desired Pose: The location the some autonomous routine wants the robot to be in.
25+
1) Desired Pose: The location some autonomous routine wants the robot to be in.
2626
2) Estimated Pose: The location the software `believes` the robot to be in, based on physics models and sensor feedback.
27-
3) Actual Pose: The locations he robot is actually at. The physics simulation generates this in simulation, but it cannot be directly measured on the real robot.
27+
3) Actual Pose: The locations the robot is actually at. The physics simulation generates this in simulation, but it cannot be directly measured on the real robot.
2828

2929
Estimating Pose
3030
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)