From ab2725418a176fa03067debd3e2c25b2b8d4dc66 Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Sat, 7 Sep 2024 21:30:01 -0500 Subject: [PATCH] i am very bad at software --- docs/source/docs/examples/aimandrange.md | 2 +- docs/source/docs/examples/aimingatatarget.md | 2 +- docs/source/docs/examples/poseest.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/docs/examples/aimandrange.md b/docs/source/docs/examples/aimandrange.md index b104d90ff..556da387b 100644 --- a/docs/source/docs/examples/aimandrange.md +++ b/docs/source/docs/examples/aimandrange.md @@ -27,7 +27,7 @@ To do this, we'll use the *pitch* of the target in the camera image and trigonom .. rli:: https://raw.githubusercontent.com/gerth2/photonvision/adb3098fbe0cdbc1a378c6d5a41126dd1d6d6955/photonlib-cpp-examples/aimandrange/src/main/include/Robot.h :language: c++ - :lines: 25-64 + :lines: 25-63 :linenos: :lineno-start: 25 diff --git a/docs/source/docs/examples/aimingatatarget.md b/docs/source/docs/examples/aimingatatarget.md index 4057b4307..2e626f4f7 100644 --- a/docs/source/docs/examples/aimingatatarget.md +++ b/docs/source/docs/examples/aimingatatarget.md @@ -31,7 +31,7 @@ In this example, while the operator holds a button down, the robot will turn tow .. rli:: https://raw.githubusercontent.com/gerth2/photonvision/adb3098fbe0cdbc1a378c6d5a41126dd1d6d6955/photonlib-cpp-examples/aimattarget/src/main/include/Robot.h :language: c++ - :lines: 25-61 + :lines: 25-60 :linenos: :lineno-start: 25 diff --git a/docs/source/docs/examples/poseest.md b/docs/source/docs/examples/poseest.md index c8ae0bd25..60127ffd3 100644 --- a/docs/source/docs/examples/poseest.md +++ b/docs/source/docs/examples/poseest.md @@ -69,7 +69,7 @@ To incorporate PhotonVision, we need to create a {code}`PhotonCamera`: .. tab-item:: C++ - .. rli:: https://raw.githubusercontent.com/gerth2/photonvision/adb3098fbe0cdbc1a378c6d5a41126dd1d6d6955/photonlib-cpp-examples/poseest/src/main/include/Constants.h + .. rli:: https://raw.githubusercontent.com/gerth2/photonvision/adb3098fbe0cdbc1a378c6d5a41126dd1d6d6955/photonlib-cpp-examples/poseest/src/main/include/Vision.h :language: c++ :lines: 145-145 :linenos: