Skip to content

Commit e6aa462

Browse files
committed
Use commit before reorg
1 parent 958eca7 commit e6aa462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/docs/software/advanced-controls/controllers/profiled-pidcontroller.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ The returned setpoint might then be used as in the following example:
8484

8585
.. tab-set-code::
8686

87-
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/7fdb42b9d927e1dc2179ad8d4331e5ce2019d832/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/snippets/profiledpidfeedforward/Robot.java
87+
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/3f88c287d6007f6be9fc5409aa9c42d41a504005/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/snippets/profiledpidfeedforward/Robot.java
8888
:language: java
8989
:lines: 37-44
9090
:lineno-match:
9191

92-
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/7fdb42b9d927e1dc2179ad8d4331e5ce2019d832/wpilibcExamples/src/main/cpp/snippets/ProfiledPIDFeedforward/cpp/Robot.cpp
92+
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/3f88c287d6007f6be9fc5409aa9c42d41a504005/wpilibcExamples/src/main/cpp/snippets/ProfiledPIDFeedforward/cpp/Robot.cpp
9393
:language: c++
9494
:lines: 25-32
9595
:lineno-match:

0 commit comments

Comments
 (0)