From 05abc30e89718e17ab5196205b4bebce4e0d2012 Mon Sep 17 00:00:00 2001 From: Christopher Mahoney Date: Sun, 29 Sep 2024 02:24:04 -0400 Subject: [PATCH] Update poseest.md This space is the root cause of failures in #1437 --- docs/source/docs/examples/poseest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/examples/poseest.md b/docs/source/docs/examples/poseest.md index ffa971059..5291cb221 100644 --- a/docs/source/docs/examples/poseest.md +++ b/docs/source/docs/examples/poseest.md @@ -2,7 +2,7 @@ The following example comes from the PhotonLib example repository ([Java](https://github.com/PhotonVision/photonvision/tree/master/photonlib-java-examples/poseest)/[C++](https://github.com/PhotonVision/photonvision/tree/master/photonlib-cpp-examples/poseest)/[Python](https://github.com/PhotonVision/photonvision/tree/master/photonlib-python-examples/poseest)). Full code is available at that links. -## Knowledge and Equipment Needed +## Knowledge and Equipment Needed - Everything required in {ref}`Combining Aiming and Getting in Range `, plus some familiarity with WPILib pose estimation functionality.