Skip to content

Commit 6a5e88e

Browse files
author
Noah Andrews
authored
Fix Java PIDController package name (#1728)
1 parent 87b5013 commit 6a5e88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WPILib supports PID control of mechanisms through the ``PIDController`` class (`
1212
Using the PIDController Class
1313
-----------------------------
1414

15-
.. note:: The ``PIDController`` class in the ``frc`` namespace is deprecated - C++ teams should use the one in the ``frc2`` namespace, instead. Likewise, Java teams should use the class in the ``wpilibj.controller`` package.
15+
.. note:: The ``PIDController`` class in the ``frc`` namespace is deprecated - C++ teams should use the one in the ``frc2`` namespace, instead. Likewise, Java teams should use the class in the ``edu.wpi.first.math.controller`` package.
1616

1717
Constructing a PIDController
1818
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)