Skip to content

Commit cc7ed43

Browse files
authored
Fixed typo in april tags intro (#2151)
1 parent 3802f5a commit cc7ed43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/vision-processing/apriltag/apriltag-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Humans can often use lighting or background clues to understand how objects are
211211
Resolving which position is "correct" can be done in a few different ways:
212212

213213
1. Use your odometry history from all sensors to pick the pose closest to where you expect the robot to be.
214-
2. Reject poses which are very unlikely (ex: outside the field perimiter, or up in the air)
214+
2. Reject poses which are very unlikely (ex: outside the field perimeter, or up in the air)
215215
3. Ignore pose estimates which are very close together (and hard to differentiate)
216216
4. Use multiple cameras to look at the same target, such that at least one camera can generate a good pose estimate
217217
5. Look at many targets at once, using each to generate multiple pose estimates. Discard the outlying estimates, use the ones which are tightly clustered together.

0 commit comments

Comments
 (0)